POST api/Event/GetDistricts
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": "6583969e-e9bd-412b-9907-da593b263bf3",
"Name": "sample string 1",
"CountryId": "5b681067-4ea8-4ce4-9128-9b782def6c46",
"StateOrProvinceId": "d438f4b0-6fa3-486d-888d-eb5581ab64da",
"DistrictId": "499f52b6-6a8f-4d60-90a5-684fc79ba97e",
"CityId": "857a47a0-90a0-4e60-8ab6-f6c249710543",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-06-06T12:48:04.7965984+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.