GET api/Registration/getStateListforCountry?countryId={countryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IMS_States| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| StateCode | Object |
None. |
|
| StateName | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"CountryId": 1,
"StateId": 2,
"StateCode": {},
"StateName": {}
}