Sync Floors

Purpose

This is a GET webhook set by the POS intended to return information on floors configured in the POS

AttributeMeaningType
floorsList of floor objects returned in the response.array<object>
floors[].idUnique identifier for the floor.string
floors[].nameDisplay name of the floor.string
floors[].descriptionShort description of the floor.string
floors[].capacityMaximum number of people the floor can accommodate.integer
{
  "floors":[
    {
      "id":"B1",
      "name":"Bar",
      "description":"Bar floor",
      "capacity":60
    },
    {
      "id":"R1",
      "name":"Restaurant",
      "description":"Restaurant floor",
      "capacity":75
    }
  ]
}

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json