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.State| Name | 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. |
| 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"
}
text/html
Sample:
{"abbreviation":"sample String 1","isCommunityProperty":true,"isLicensed":true,"isWetFunding":true,"name":"sample String 5","id":"sample String 6"}
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> <Name>sample String 5</Name> <StateId>sample String 6</StateId> </State>
application/vnd.api+json
Sample:
Sample not available.