Park POS Sale
Saves the active POS sale as a Saved Sale Entry for later resumption. The active POS Sale is removed; its state is serialized into the Saved Sale Entry. Returns the new Saved Sale Entry’s systemId (used as the input to the resume endpoint), ticket number, POS unit, and park timestamp. Returns 404 if the active sale does not exist, 400 if the sale’s POS Unit is not open for sales.
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
saleId
The id of a POS sale. This can be provided by the API consumer when creating a new sale.
Headers
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
saleId
The systemId of the Saved Sale Entry. Pass this to POST /pos/sale/{saleId}/resume to restore the sale.
receiptNo
The sales ticket number carried over from the active POS Sale.
posUnit
The POS Unit on which the sale was parked.
parkedAt
Timestamp when the sale was parked (UTC, sortable format).
