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": "b88d461f-9369-4ab5-89be-c7350223104f",
"Name": "sample string 1",
"CountryId": "7a15d650-6321-435a-aa1d-ccfb6a8804a2",
"StateOrProvinceId": "e70e2b8d-fcd3-417c-86fa-53bddad355a4",
"DistrictId": "1cd866f5-136e-480c-9212-f21ad4945d53",
"CityId": "1c9706cb-baf4-4b9b-9560-4bd1289ce2cc",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-05-16T01:27:42.489046+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.