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": "4c133aef-8ea2-4be1-94a1-7309ba7e1bac",
"Name": "sample string 1",
"CountryId": "4ea5937f-468c-4ce9-8c67-f13be19575c2",
"StateOrProvinceId": "6626fe66-939a-4a2e-8f38-a589c09954c8",
"DistrictId": "89edb1ac-3735-4ede-9619-c2e61807cd22",
"CityId": "bf91625c-2e00-463b-a6b7-e5b1b1e7a03c",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-05-16T01:28:22.5880471+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.