GET residentapi/states/{id}
Gets State action by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
State| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
Code |
string |
None. |
| CountryCode |
CountryCode3 |
string |
None. |
| Name |
Name |
string |
None. |
| IsMilitary |
IsMilitary |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"countryCode": "sample string 2",
"name": "sample string 3",
"isMilitary": true
}