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": "5aee4f19-c352-451a-ace6-03a5e5036c5c",
"Name": "sample string 1",
"CountryId": "961f5c19-4d8a-4605-a578-78adfec91a68",
"StateOrProvinceId": "48f19b03-18aa-4165-94fb-9ae7edae0c42",
"DistrictId": "a0afdc22-d06b-4742-bf0d-939c99d0f862",
"CityId": "07acbedc-88ae-4853-bdcd-1b7ea326839a",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-14T16:18:13.4333158+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.