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": "0f32a8fa-c26c-4cd0-92df-5a8a8574d6e3",
"Name": "sample string 1",
"CountryId": "04edd45e-0614-417a-9aef-734249f45e67",
"StateOrProvinceId": "a7c6a4f5-702a-4d0a-8f70-56a43e7c7278",
"DistrictId": "1cf078f0-829e-41f4-996b-3b39ee1b8c40",
"CityId": "c59a1697-5e1c-4884-a352-99dc631237be",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-09-25T14:31:19.5140924+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.