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": "362aec34-1ed7-4e2d-9ca3-29e0a4b6ca6f",
"Name": "sample string 1",
"CountryId": "ec27683b-0c6c-473e-8bec-6e3573674634",
"StateOrProvinceId": "67aaf1db-6329-43b0-8b03-053d0b781afb",
"DistrictId": "afaa9383-b006-43a4-9be7-a31021ef3dfb",
"CityId": "dc7b202f-39ba-42cc-b44d-1c65359b82f9",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-03T15:21:16.7349606+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.