POST api/Event/GetCities
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": "243912fa-7a4f-4791-b5f9-bc99d18f1627",
"Name": "sample string 1",
"CountryId": "ee19e827-016f-466d-a244-2ab24879c74e",
"StateOrProvinceId": "d7619a27-2274-460e-ac86-0a0a02552b90",
"DistrictId": "661c9eed-12f4-4136-8b24-c7d65a16029c",
"CityId": "aa5da39b-3f5d-4b8d-a48b-1edf937744be",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-04-11T17:07:53.0360165+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.