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": "5e5009f4-2c09-4903-9152-6005c6e1e15f",
"Name": "sample string 1",
"CountryId": "c8ec669c-3fdc-46de-913a-4b39b299d05d",
"StateOrProvinceId": "29246d9a-9962-4cfa-9473-b21a9b6e7778",
"DistrictId": "845b43b9-527a-4bf3-ae00-8e5e7cf53b52",
"CityId": "2f48fbc8-736b-4912-af3c-0ff7ac25fc30",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-04-11T17:09:21.050982+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.