Flipdish · Example Payload

Orders Order Delivery Information Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

OrderIdExternalReferenceIdTrackUrlStatusDeliveryStatusNotesErrorMessageIntegrationCodeIntegrationName

Example Payload

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