get_cities_by_state_id
GET
/api/business/getcities/
Request
api/business/getcities/22/100
Response
{
"status": true,
"message": "",
"data": {
"total": "",
"citylist": [
{
"id": "",
"cityname": "",
"statename": ""
}
]
}
}
The response contains a boolean status, an optional message, and a data object with the total count and a list of cities including their IDs, names, and associated state names.
Request
Query Params
stateid
string
required
Example:
22
limit
string
required
Example:
50
offset
string
required
Example:
0
order
string
required
Example:
desc
Header Params
marchant-id
string
required
Example:
BIZ12354124
Body Params multipart/form-data
object {0}
Request samples
Responses
Modified at 2024-10-17 16:02:45