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": "68f2d305-27e8-423d-83af-039a76a84aaa",
"Name": "sample string 1",
"CountryId": "7ffa6f4c-8c70-49a1-883b-7479e3c38d28",
"StateOrProvinceId": "9a25cf99-8f8e-4954-99fb-563a480edcbe",
"DistrictId": "c039369c-c7e8-434e-a85e-2b568ba1638b",
"CityId": "c9e045ed-7dab-425c-9d83-2f2e1f63ccc6",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-20T17:38:33.1367035+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.