Otter · Example Payload

Public Api Additional Charge Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

chargeTypeflatChargepercentageChargeunitPriceAndCount

Example Payload

Raw ↑
{
  "chargeType": "PACKAGING_CHARGE",
  "flatCharge": {},
  "percentageCharge": {},
  "unitPriceAndCount": {}
}