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": "e16f2299-0c2b-4a98-bcd0-1b9708cf0de0",
"Name": "sample string 1",
"CountryId": "081b13f9-0a47-4294-b22e-9060349002da",
"StateOrProvinceId": "f9668a1f-1baf-411b-af53-f4b5a836290c",
"DistrictId": "93b1ca0c-7538-4744-9233-e45d27e258e1",
"CityId": "3e51b888-35f8-47c8-a087-1edf2fcd1bfa",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-10T12:55:07.3882469+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.