Flipdish · Example Payload

Orders Order Delivery Information Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Order Delivery Information Base Example is an example object payload from Flipdish, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ExternalReferenceIdTrackUrlStatusDeliveryStatusNotesErrorMessageIntegrationCodeIntegrationName

Example Payload

Raw ↑
{
  "ExternalReferenceId": "500123",
  "TrackUrl": "https://api.flipdish.co/example",
  "Status": "None",
  "DeliveryStatusNotes": "Active",
  "ErrorMessage": "string",
  "IntegrationCode": "string",
  "IntegrationName": "Example Name"
}