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": "575e552d-f1cb-4f26-aeb5-485d7278f4eb",
"Name": "sample string 1",
"CountryId": "c74c623c-2358-402c-83bf-8413e980b5d3",
"StateOrProvinceId": "a3da86e2-367e-4b19-b5e4-bab63c5af635",
"DistrictId": "438b0338-216b-49ba-8f42-685524bf6a93",
"CityId": "9f1199c5-1bcb-4410-bc04-55aac4c18a06",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-03T15:17:45.9088105+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.