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": "bfd6b478-f0dd-457b-b59b-909d37fd29d0",
"Name": "sample string 1",
"CountryId": "d886cc3a-6ffc-4c19-aecb-53da238a9e4f",
"StateOrProvinceId": "8de3f940-a304-4fd1-acf2-979ba0c0bdf4",
"DistrictId": "bd37e295-a923-49e3-a3da-aecfae82a778",
"CityId": "30961790-69d1-477b-bb1e-7e7067ad5a9a",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-03T15:21:20.3098403+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.