get_indian_states
GET
/api/business/getstates/
Get States
Request
api/business/getstates/
GET
Response
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"total": {
"type": "string"
},
"statelist": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"statename": {
"type": "string"
}
}
}
}
}
}
}
}
Request
Header Params
marchant-id
string
required
Example:
BIZ12354124
Request samples
Responses
Modified at 2024-10-17 16:02:45