GET api/private/SharedServices/GetUSAStates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Domain.Postal.PostalStateName | Description | Type | Additional information |
---|---|---|---|
StateId | integer |
None. |
|
StateCode | string |
None. |
|
StateDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StateId": 1, "StateCode": "sample string 2", "StateDescription": "sample string 3" }, { "StateId": 1, "StateCode": "sample string 2", "StateDescription": "sample string 3" } ]
text/xml
Sample:
<ArrayOfPostalState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Postal"> <PostalState> <StateCode>sample string 2</StateCode> <StateDescription>sample string 3</StateDescription> <StateId>1</StateId> </PostalState> <PostalState> <StateCode>sample string 2</StateCode> <StateDescription>sample string 3</StateDescription> <StateId>1</StateId> </PostalState> </ArrayOfPostalState>