POST api/HistoricalPlaces/GetHistoricalCities
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": "e36d2b60-94fb-42ad-b4ef-333785e52bb4",
"Name": "sample string 1",
"CountryId": "ff589336-d1cf-4ff9-9d29-ad46802cafe9",
"StateOrProvinceId": "0e96c5b3-a838-45de-bff5-d81bf82b2b81",
"DistrictId": "414c5090-3df7-47bc-94f4-53352b2bba14",
"CityId": "f1dbdc19-efce-4aa2-8318-3c0a3153b6db",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-05-16T01:27:28.1170682+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.