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": "791e2bec-7b2e-422b-a1be-587d52b145d2",
"Name": "sample string 1",
"CountryId": "d8d94e7f-cb2b-4fed-aa4b-28f62baf0ba9",
"StateOrProvinceId": "28051b59-0788-4169-a1fe-0d48daeaf8b1",
"DistrictId": "a07dc204-3e9f-481a-973b-20f831fac9f8",
"CityId": "e8bd0968-3183-4073-bfa4-b0a022fc1d45",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-04-11T18:27:34.4754004+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.