Get Kitchen Order

Get a specific kitchen order by its ID

Authentication

x-np-api-keystring
API Key authentication via header

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

restaurantIdUUIDRequired
The restaurant system ID
orderIdUUIDRequired
The kitchen order system ID

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns an object.
orderIdUUID

Unique identifier (SystemId) of the kitchen order

orderNolong
Kitchen order number
restaurantCodestring
Restaurant code
statusenum
Order status
priorityinteger
Order priority
onHoldboolean
Whether order is on hold
createdDateTimestring or null

When order was created (ISO 8601)

expectedDineDateTimestring or null

When guest expects to dine (ISO 8601)

finishedDateTimestring or null

When order was finished (ISO 8601)