Otter · Example Payload

Public Api Request State Info Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Request State Info Example is an example object payload from Otter, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

startedAtstatestatusfinishedAtactionerror

Example Payload

Raw ↑
{
  "startedAt": "2007-12-03T10:15:30+01:00",
  "state": {},
  "status": {},
  "finishedAt": "2007-12-03T10:15:30+01:00",
  "action": [
    {}
  ],
  "error": {}
}