POST api/Event/GetStateOrProvinces
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": "b37b619c-e93f-40f1-9a1c-de44269121d7",
"Name": "sample string 1",
"CountryId": "c8d647ef-95c0-4e9f-ab2e-2ff026c58314",
"StateOrProvinceId": "59a53374-c9b8-4972-b13d-757e7c4a6f45",
"DistrictId": "0acb5f99-a2d0-473f-9d67-950993354e61",
"CityId": "3bb1585f-3f0c-42c6-9095-70ac8f9cbc36",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-09-25T14:31:02.1289518+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.