GET api/KYC/getSingleCityDistrictState?PINCode={PINCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PINCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PINCodeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PINCode | string |
None. |
|
| Taluka | string |
None. |
|
| District | string |
None. |
|
| State | string |
None. |
|
| Selected | integer |
None. |
Response Formats
application/json, text/json
{
"pinCode": "sample string 1",
"taluka": "sample string 2",
"district": "sample string 3",
"state": "sample string 4",
"selected": 5
}
application/xml, text/xml
<PINCodeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data"> <District>sample string 3</District> <PINCode>sample string 1</PINCode> <Selected>5</Selected> <State>sample string 4</State> <Taluka>sample string 2</Taluka> </PINCodeMaster>