SpotOn · Example Payload

Restaurant Pos Export Menu Item Catalog Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Top-level fields

idlocationIddeletedavailablenameopenItemreportCategoryIdstandardPriceAmountplu

Example Payload

Raw ↑
{
  "id": "abc123",
  "locationId": "abc123",
  "deleted": false,
  "available": false,
  "name": "Smoke's Burgers",
  "openItem": false,
  "reportCategoryId": "abc123",
  "standardPriceAmount": "12.50",
  "plu": "12345"
}