POST api/Event/GetSectors
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": "da3c4039-5448-4ad5-8fa2-90f5ac1237b8",
"Name": "sample string 1",
"CountryId": "addc9e92-005d-421c-9a64-1adf546986f6",
"StateOrProvinceId": "7278f801-b507-44f2-9172-5596192c492f",
"DistrictId": "0055ddda-2d57-4bb1-b6ab-8cf844ff5538",
"CityId": "175f910f-8e8f-40fd-bbbf-f30bd0b5795a",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-03-31T16:20:44.2642275+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.