GET api/Registration/getStateListforCountry?countryId={countryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

IMS_States
NameDescriptionTypeAdditional 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": {}
}