Starts preparation of items in a completed standard orderDeprecated

Calling this endpoint will also set the CollectionStatus of the items to Collected.

It is not necessary to call this endpoint if SetOrderAsCollected had been called prior as the concession items that require preparing will have already been sent to the kitchen.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
orderId
required
string

The unique identifier of the completed standard order that is to be prepared for collection

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

Order preparation cannot be started.

404

Order does not exist.

post/ocapi/v1/orders/completed/{orderId}/preparation
Request samples
Response samples
application/json
{
  • "collectionNumber": 0,
  • "status": "NotStarted"
}