Otter · Example Payload

Public Api Reward Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

idtypecostcostTypetriggersubtotalmenus

Example Payload

Raw ↑
{
  "id": "someidstring",
  "type": "SUBTOTAL",
  "cost": 20,
  "costType": "POINT",
  "trigger": {},
  "subtotal": {},
  "menus": [
    {}
  ]
}