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": "49337ea7-16ff-4b0c-a94f-197a171093a0",
"Name": "sample string 1",
"CountryId": "f2a9dbd1-4bec-4c30-bdfd-a3dcb35a5105",
"StateOrProvinceId": "fcb4ce72-67fb-445a-b163-00fcd8f026b0",
"DistrictId": "ac57846c-0bf6-4003-8b70-9da1fc169caf",
"CityId": "28626027-9647-4573-8756-661b2b99124b",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-20T17:36:29.517618+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.