GET api/Stations/Getpincodes?CIRCLE={CIRCLE}&PINCODE={PINCODE}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CIRCLE | No documentation available. |
Define this parameter in the request URI. |
| PINCODE | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": 1,
"PINCODE": "sample string 2",
"REGION": "sample string 3",
"CIRCLE": "sample string 4"
},
{
"ID": 1,
"PINCODE": "sample string 2",
"REGION": "sample string 3",
"CIRCLE": "sample string 4"
},
{
"ID": 1,
"PINCODE": "sample string 2",
"REGION": "sample string 3",
"CIRCLE": "sample string 4"
}
]