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": "7f372eee-fc89-4093-bff4-795bf6b285f7",
"Name": "sample string 1",
"CountryId": "3fa6d7d7-089b-4d40-8e53-a86a7d27b784",
"StateOrProvinceId": "bcd1fff9-1962-4596-b412-76ff512318c2",
"DistrictId": "4a75551e-c1d4-40b6-b6c5-785da9fdaa50",
"CityId": "6730eaef-a1cc-477d-8790-a5059b2fa51f",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-20T17:37:06.6597511+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.