SpotOn · Example Payload

Restaurant Pos Export Order Discount Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Restaurant Pos Export Order Discount Example is an example object payload from SpotOn, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddiscountIddiscountNamecreatedAtamount

Example Payload

Raw ↑
{
  "id": "abc123",
  "discountId": "abc123",
  "discountName": "Smoke's Burgers",
  "createdAt": "2025-03-15T14:30:00Z",
  "amount": "12.50"
}