Deliverect · Example Payload

Pos Api Post Orderstatus Orderid Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Pos Api Post Orderstatus Orderid Example is an example object payload from Deliverect, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

orderIdreceiptIdstatuspickupTimereasontimeStamp

Example Payload

Raw ↑
{
  "orderId": "609a1b2c3d4e5f6a7b8c9d0e",
  "receiptId": "609a1b2c3d4e5f6a7b8c9d0e",
  "status": 20,
  "pickupTime": "2026-03-15T14:30:00Z",
  "reason": "string",
  "timeStamp": "2026-03-15T14:30:00Z"
}