get store list
Get store list
POST
https://client.billeasy.in/api/v1/clients/storesList
This endpoint allows you to get free c
Headers
Name
Type
Description
x-api-secret
string
x-api-access
string
Content-Type
string
x-client-token
string
{
"success": true,
"msg": "Getting Stores successfully",
"data": {
"stores": [
{
"store_id": "6",
"store_name": "5asec - Goregaon East",
"locality": "Goregaon East",
"terminal_count": "0",
"online_terminal": "0",
"offline_terminal": "0",
"store_code": ""
},
{
"store_id": "211",
"store_name": "5asec - Dadar West",
"locality": "Dadar West",
"terminal_count": "4",
"online_terminal": "0",
"offline_terminal": "4",
"store_code": ""
},
{
"store_id": "196",
"store_name": "5asec - Goregaon West",
"locality": "Goregaon West",
"terminal_count": "0",
"online_terminal": "0",
"offline_terminal": "0",
"store_code": ""
}
]
}
}
Last updated
Was this helpful?