Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organization |
The organization code. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of states.
Collection of Micro.StateName | Description | Type | Additional information |
---|---|---|---|
id |
Gets the state identifier. |
string |
None. |
abbreviation |
Gets or sets the state abbreviation. |
string |
None. |
state |
Gets or sets the name of the state. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "sample String 1", "abbreviation": "sample String 1", "state": "sample String 2" }, { "id": "sample String 1", "abbreviation": "sample String 1", "state": "sample String 2" } ]
text/html
Sample:
[{"id":"sample String 1","abbreviation":"sample String 1","state":"sample String 2"},{"id":"sample String 1","abbreviation":"sample String 1","state":"sample String 2"}]
application/xml, text/xml
Sample:
<ArrayOfState xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <State> <Abbreviation>sample String 1</Abbreviation> <Name>sample String 2</Name> </State> <State> <Abbreviation>sample String 1</Abbreviation> <Name>sample String 2</Name> </State> </ArrayOfState>