Get Device By store ID
Get Device By store ID
GET
https://client.billeasy.in/api/v1/clients/devicesbystore?store_id=210
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
store_id
integer
Headers
Name
Type
Description
x-api-access
string
x-api-secret
string
Content-Type
string
x-client-token
string
{
"success": true,
"msg": "Getting devices successfully",
"data": [
{
"store_id": "210",
"locality": "Dadar West",
"terminal_list": [
{
"status": false,
"device_id": "terminal 1",
"terminal_id": 18,
"is_activated": false
},
{
"status": false,
"device_id": "terminal 2",
"terminal_id": 19,
"is_activated": true
},
{
"status": false,
"device_id": "terminal 3",
"terminal_id": 20,
"is_activated": false
},
{
"status": false,
"device_id": "terminal 4",
"terminal_id": 21,
"is_activated": false
}
]
}
]
}
GET
https://client.billeasy.in/api/v1/clients/devicesbystore?store_id=210
{
"success": true,
"msg": "device not found",
"data": []
}
Last updated
Was this helpful?