GET v1/store/countries/{countryID}/states
Gets the list of states for the specified country.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
All existing states in database for the specified country, names according to users culture
Collection of StateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Unique identifier |
globally unique identifier |
None. |
| FriendlyID |
Number identifier |
integer |
None. |
| Name |
Name of state |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.