Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of states.

Collection of Nano.State
NameDescriptionTypeAdditional information
abbreviation

Gets or sets the state abbreviation.

string

None.

isCommunityProperty

Gets or sets a value indicating whether this is community property.

boolean

None.

isLicensed

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

boolean

None.

isWetFunding

Gets or sets a value indicating whether this is wet funding.

boolean

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.

Response Formats

application/json, text/json

Sample:
[
  {
    "abbreviation": "sample String 1",
    "isCommunityProperty": true,
    "isLicensed": true,
    "isWetFunding": true,
    "license": "sample String 5",
    "name": "sample String 6",
    "id": "sample String 7"
  },
  {
    "abbreviation": "sample String 1",
    "isCommunityProperty": true,
    "isLicensed": true,
    "isWetFunding": true,
    "license": "sample String 5",
    "name": "sample String 6",
    "id": "sample String 7"
  }
]

text/html

Sample:
[{"abbreviation":"sample String 1","isCommunityProperty":true,"isLicensed":true,"isWetFunding":true,"license":"sample String 5","name":"sample String 6","id":"sample String 7"},{"abbreviation":"sample String 1","isCommunityProperty":true,"isLicensed":true,"isWetFunding":true,"license":"sample String 5","name":"sample String 6","id":"sample String 7"}]

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>
    <IsCommunityProperty>true</IsCommunityProperty>
    <IsLicensed>true</IsLicensed>
    <IsWetFunding>true</IsWetFunding>
    <License>sample String 5</License>
    <Name>sample String 6</Name>
    <StateId>sample String 7</StateId>
  </State>
  <State>
    <Abbreviation>sample String 1</Abbreviation>
    <IsCommunityProperty>true</IsCommunityProperty>
    <IsLicensed>true</IsLicensed>
    <IsWetFunding>true</IsWetFunding>
    <License>sample String 5</License>
    <Name>sample String 6</Name>
    <StateId>sample String 7</StateId>
  </State>
</ArrayOfState>

application/vnd.api+json

Sample:

Sample not available.