Get POS Entry

Get a single POS Entry by its ID, including all sales lines, payment lines, and tax lines

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.

entryIdUUIDRequired
The unique identifier of a POS Entry

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns an object.
entryIdUUID
The unique identifier of a POS Entry
entryNointeger
documentNostring
entryDatedate
startingTimestring

Time when the transaction started (format HH:MM:SS)

endingTimestring

Time when the transaction ended (format HH:MM:SS)

posStorestring
posUnitstring
entryTypeenum
totalAmountInclVatdouble
taxAmountdouble
postEntryStatusenum
Allowed values:
postItemEntryStatusenum
Allowed values:
postingDatedate
documentDatedate
fiscalNostring or null
descriptionstring or null
customerNostring or null
customerIdUUID or null
salespersonCodestring or null
externalDocumentNostring or null
rowVersionstring or null

Row version for sync operations (only present when sync=true in request)

salesLineslist of objects or null
paymentLineslist of objects or null
taxLineslist of objects or null