Lightspeed · Example Payload

Restaurant K Series Ape Account Profiles Example

POSRetailRestaurantEcommerce

Restaurant K Series Ape Account Profiles Example is an example object payload from Lightspeed, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

businessLocationIdaccountProfileList

Example Payload

Raw ↑
{
  "businessLocationId": 45454565682155,
  "accountProfileList": [
    {
      "id": 12454575601144,
      "code": "takeaway",
      "name": "Takeaway",
      "deliveryMode": "TAKE_AWAY"
    }
  ]
}