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": "e09482c0-24fe-45ad-b5a5-a7fb0634af32",
"Name": "sample string 1",
"CountryId": "21acb38c-38a3-420b-a148-941b64d8febc",
"StateOrProvinceId": "a69e220a-f633-40ee-9810-8da362207fd6",
"DistrictId": "90390b70-acef-42e8-8c51-b3549726bc88",
"CityId": "72241620-d6c7-43eb-8713-40d283a466dc",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-08-01T15:29:27.2439633+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.