Flipdish · Example Payload

Orders Tax Item Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Tax Item Example is an example object payload from Flipdish, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameRateAmount

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "Rate": 1.0,
  "Amount": 12.5
}