Flipdish · Example Payload

Orders Fulfillment Status Configuration Item Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Fulfillment Status Configuration Item Example is an example object payload from Flipdish, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StatusIdStatusNameEnabledDisplayNameIconPublicDescriptionInternalNextStatusesDefaultNextStatusChangeTypeIncludeInReportsIsCustomOrderTypesCommunicationImage

Example Payload

Raw ↑
{
  "StatusId": "500123",
  "StatusName": "Example Name",
  "Enabled": true,
  "DisplayName": "Example Name",
  "Icon": "string",
  "PublicDescription": "string",
  "Internal": true,
  "NextStatuses": [
    "Active"
  ],
  "DefaultNextStatus": [],
  "ChangeType": "Manual",
  "IncludeInReports": true,
  "IsCustom": true,
  "OrderTypes": [
    "All"
  ],
  "Communication": true,
  "Image": "string"
}