POST api/Enquiry/GetCity?Token={Token}
Documentation for 'GetCity'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtCity | Documentation for 'dtCity'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"State_Id": 1,
"City_Id": 2,
"City_Name": "sample string 3",
"Is_Default": true,
"Has_Zone": true,
"Has_Location": true
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]