Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
stateId |
The state identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The state.
Nano.StateName | Description | Type | Additional 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" }
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"}
application/xml, text/xml
Sample:
<State xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/vnd.api+json
Sample:
Sample not available.