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": "002d216b-0533-448e-8840-bae3ea874acd",
"Name": "sample string 1",
"CountryId": "b6de23f0-2ad6-4854-9722-5ceee14c6ac3",
"StateOrProvinceId": "24d195b6-279b-4d7b-be0b-8b6664de5a20",
"DistrictId": "4d1579d2-6126-45fc-8068-23fd7960b0dd",
"CityId": "faf693fa-5ca1-486e-a35f-04f370466c09",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-06-06T12:48:04.7148772+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.