Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of states.

Collection of Pico.State
NameDescriptionTypeAdditional information
abbreviation

Gets or sets the state abbreviation.

string

None.

license

Gets or sets the license.

string

None.

name

Gets or sets the name.

string

None.

id

Gets or sets the state identifier.

string

None.

isLicensed

Gets a value indicating whether company is licensed to do business in this state.

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "abbreviation": "sample String 1",
    "license": "sample String 2",
    "name": "sample String 3",
    "id": "sample String 4",
    "isLicensed": true
  },
  {
    "abbreviation": "sample String 1",
    "license": "sample String 2",
    "name": "sample String 3",
    "id": "sample String 4",
    "isLicensed": true
  }
]

text/html

Sample:
[{"abbreviation":"sample String 1","license":"sample String 2","name":"sample String 3","id":"sample String 4","isLicensed":true},{"abbreviation":"sample String 1","license":"sample String 2","name":"sample String 3","id":"sample String 4","isLicensed":true}]

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>
    <License>sample String 2</License>
    <Name>sample String 3</Name>
    <StateId>sample String 4</StateId>
  </State>
  <State>
    <Abbreviation>sample String 1</Abbreviation>
    <License>sample String 2</License>
    <Name>sample String 3</Name>
    <StateId>sample String 4</StateId>
  </State>
</ArrayOfState>