POST api/HistoricalPlaces/GetHistoricalPlacesList
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": "ac5a5acb-5608-4f36-bad8-baa21c3383bd",
"Name": "sample string 1",
"CountryId": "162b7b31-8553-4022-bafd-0a0d5c835a2b",
"StateOrProvinceId": "5233809c-9110-4f91-b621-81fdac3b889f",
"DistrictId": "02f9f0e1-7fe5-4a45-806b-1072c3015b0d",
"CityId": "9312d1e2-46eb-4862-907a-f834cf634b67",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-09-25T12:49:36.5947292+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.