Flipdish · Example Payload

Platform Job Response Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdCreatedAtStatusPackageTypeTransportTypeAssignmentCodePickupAtDropoffAtCommentDistanceDurationDeliveriesPricingDriver

Example Payload

Raw ↑
{
  "Id": 500123,
  "CreatedAt": "2026-06-02T12:00:00Z",
  "Status": "Active",
  "PackageType": "string",
  "TransportType": "string",
  "AssignmentCode": "string",
  "PickupAt": "2026-06-02T12:00:00Z",
  "DropoffAt": "2026-06-02T12:00:00Z",
  "Comment": "string",
  "Distance": 1.0,
  "Duration": 1,
  "Deliveries": [],
  "Pricing": "string",
  "Driver": "string"
}