POST api/HistoricalPlaces/GetHistoricalPlaceDetail
Request Information
URI Parameters
None.
Body Parameters
DTODDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| StateOrProvinceId | globally unique identifier |
None. |
|
| DistrictId | globally unique identifier |
None. |
|
| CityId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| IsActive | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "db9363bd-d0ae-4d6c-8277-2fb9de6a8038",
"Name": "sample string 1",
"CountryId": "52ceefbf-3368-4b95-94b1-6afc0fd412a9",
"StateOrProvinceId": "8ccb5999-f582-4a16-9945-b37881686fbb",
"DistrictId": "1e9303a6-0263-4bbd-9fe7-ccfef6d2b0dc",
"CityId": "11a40f4c-e20b-4067-a047-055a2fc10e02",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-14T16:20:21.4217845+05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.