get https://yourwebhook.com/floors
*This is a GET webhook set by the POS
Endpoint to receive floors from the POS.
curl --location --request GET 'https://integrator.com/getFloors/<locationId>'
{
"floors":[
{
"id":"B1",
"name":"Bar",
"description":"Bar floor",
"capacity":60
},
{
"id":"R1",
"name":"Restaurant",
"description":"Restaurant floor",
"capacity":75
}
]
}