POST api/PSAPI/GetCityfromState
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
            Sample:
                    
Sample not available.
Response Information
Resource Description
WebAPICityList| Name | Description | Type | Additional information | 
|---|---|---|---|
| CityList | Collection of City | None. | |
| Status | boolean | None. | |
| Message | string | None. | |
| HelpdeskEmailId | string | None. | |
| StatusId | integer | None. | |
| IsUserActive | boolean | None. | |
| OTPInfo | string | None. | |
| OTPInfoMessage | string | None. | |
| CLI_Id | string | None. | |
| isOtpLimitExceeded | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "isOtpLimitExceeded": true,
  "cityList": [
    {
      "cityAnsID": 1,
      "cityName": "sample string 2"
    },
    {
      "cityAnsID": 1,
      "cityName": "sample string 2"
    }
  ],
  "status": true,
  "message": "sample string 2",
  "helpdeskEmailId": "sample string 3",
  "statusId": 4,
  "isUserActive": true,
  "otpInfo": "sample string 6",
  "otpInfoMessage": "sample string 7",
  "clI_Id": "sample string 8"
}
        text/xml
            Sample:
<WebAPICityList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <_Message>sample string 2</_Message>
  <_Status>true</_Status>
  <_helpdeskEmailId>sample string 3</_helpdeskEmailId>
  <_isUserActive>true</_isUserActive>
  <_statusId>4</_statusId>
  <_x003C_CLI_Id_x003E_k__BackingField>sample string 8</_x003C_CLI_Id_x003E_k__BackingField>
  <_x003C_OTPInfoMessage_x003E_k__BackingField>sample string 7</_x003C_OTPInfoMessage_x003E_k__BackingField>
  <_x003C_OTPInfo_x003E_k__BackingField>sample string 6</_x003C_OTPInfo_x003E_k__BackingField>
  <isOtpLimitExceeded>true</isOtpLimitExceeded>
  <_x003C_CityList_x003E_k__BackingField>
    <City>
      <_x003C_CityAnsID_x003E_k__BackingField>1</_x003C_CityAnsID_x003E_k__BackingField>
      <_x003C_CityName_x003E_k__BackingField>sample string 2</_x003C_CityName_x003E_k__BackingField>
    </City>
    <City>
      <_x003C_CityAnsID_x003E_k__BackingField>1</_x003C_CityAnsID_x003E_k__BackingField>
      <_x003C_CityName_x003E_k__BackingField>sample string 2</_x003C_CityName_x003E_k__BackingField>
    </City>
  </_x003C_CityList_x003E_k__BackingField>
</WebAPICityList>