POST api/getstates
Request Information
URI Parameters
None.
Body Parameters
RequestParamState| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"countryId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of StateDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Row | integer |
None. |
|
| Id | integer |
None. |
|
| StateName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Row": 1,
"Id": 2,
"StateName": "sample string 3"
},
{
"$ref": "1"
}
]