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": "7097467f-b7a5-44f9-bbf2-54107e27a48b",
"Name": "sample string 1",
"CountryId": "17202e9f-d55d-4f8a-bdd6-710e0629bdbe",
"StateOrProvinceId": "09217651-1edc-4c9e-b5e5-d9c629e6a31b",
"DistrictId": "8ff4b474-40f6-442d-ada1-09b999afae9a",
"CityId": "f7e01ea1-2bbe-42ea-a85a-129b19c6a66c",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-14T16:19:16.3650912+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.