POST api/getstates

Request Information

URI Parameters

None.

Body Parameters

RequestParamState
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
  }
]