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": "7b1dfe17-df95-4a54-97e1-bbff77e51041",
"Name": "sample string 1",
"CountryId": "6d2b1604-b599-40e1-a552-48a8dca2848b",
"StateOrProvinceId": "2de7b758-5dc1-4253-9fe8-e0c00ffbe6f3",
"DistrictId": "a6fa88c5-ff80-494e-86d3-587781c3dafe",
"CityId": "e2377ade-eea7-477f-a3a7-898551133fd3",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-20T17:41:51.1166883+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.