Flipdish · Example Payload

Platform Lightspeed Settings Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Lightspeed Settings Example is an example object payload from Flipdish, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CompanyIdUseOAuthEnabledEstimatedMinutesForDeliveryEstimatedMinutesForCollectionGeographicLocationEstablishmentVoucherIdDeliveryFeeIdProcessingFeeIdPriceTypeMenuIdCollectionTableIdDeliveryTableIdCollectionTableIdsDeliveryTableIdsUseTaxInclusivePricesSkipStatusCheckAndAcceptOrderAfterSendingSendTableNumberToTableIdAddChefNoteToProductChefNoteItemIdChefNoteModifierIdServiceChargeId

Example Payload

Raw ↑
{
  "CompanyId": "500123",
  "UseOAuth": true,
  "Enabled": true,
  "EstimatedMinutesForDelivery": 1,
  "EstimatedMinutesForCollection": 1,
  "GeographicLocation": "string",
  "Establishment": true,
  "VoucherId": "500123",
  "DeliveryFeeId": "500123",
  "ProcessingFeeId": "500123",
  "PriceType": "Default",
  "MenuId": 500123,
  "CollectionTableId": 500123,
  "DeliveryTableId": 500123,
  "CollectionTableIds": {},
  "DeliveryTableIds": {},
  "UseTaxInclusivePrices": true,
  "SkipStatusCheckAndAcceptOrderAfterSending": true,
  "SendTableNumberToTableId": true,
  "AddChefNoteToProduct": true,
  "ChefNoteItemId": "500123",
  "ChefNoteModifierId": "500123",
  "ServiceChargeId": "500123"
}