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": "f4a9d09a-af4e-4e3a-93da-ab906c4ffe37",
"Name": "sample string 1",
"CountryId": "adfe8fb0-98bc-4931-9ed4-90400fd20da7",
"StateOrProvinceId": "e612ab4d-0973-450e-92f5-7c5fd322d8f7",
"DistrictId": "1bc33cc4-7546-464e-8ad5-e4afc92b288b",
"CityId": "10192072-9236-46bd-a2ff-091d7132f17c",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-04-11T18:29:05.7881273+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.