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": "119fc221-6089-44fc-9d5b-9ab73601adba",
"Name": "sample string 1",
"CountryId": "84478666-e94c-46b9-ac80-c0c89e549d6c",
"StateOrProvinceId": "f75043df-c818-4344-af31-d683be188df8",
"DistrictId": "5f628dae-bd78-4961-8add-aabafcd26dfa",
"CityId": "32e9e4f4-fdb7-4a83-8d42-871de6433637",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-03-31T16:19:08.9231847+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.