List POS Entries

Get a paginated list of POS Entries (completed transactions) with optional filters. Supports sync mode for efficient incremental synchronization.

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.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Query parameters

posStorestringOptional
Filter by POS Store Code
posUnitstringOptional
Filter by POS Unit Number
documentNostringOptional
Filter by Document Number
pageSizeintegerOptional
Number of entries to return per page
pageKeystringOptional
Continuation token for pagination
syncbooleanOptional

Enable sync mode - returns entries ordered by rowVersion for efficient incremental synchronization

lastRowVersionstringOptional

When sync=true, only return entries with rowVersion greater than this value

Response

This endpoint returns an object.
morePagesboolean
nextPageKeystring
nextPageURLstring
datalist of objects