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": "c80defbe-f823-4247-891e-8ae329c1a5ea",
"Name": "sample string 1",
"CountryId": "041cd1db-2649-4582-a322-6860ee4568b7",
"StateOrProvinceId": "fd0adfc0-2c85-4e76-b57f-49ddac3dd24b",
"DistrictId": "1b139815-07d1-4100-97aa-2b9906f906f6",
"CityId": "06c46963-84f0-46bb-b388-1c2749ea583d",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-03-31T16:17:46.5082066+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.