Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationId

The organization identifier.

string

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.

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,
    "name": "sample String 5",
    "id": "sample String 6"
  },
  {
    "abbreviation": "sample String 1",
    "isCommunityProperty": true,
    "isLicensed": true,
    "isWetFunding": true,
    "name": "sample String 5",
    "id": "sample String 6"
  }
]

text/html

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

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

application/vnd.api+json

Sample:

Sample not available.