pos > posentry

List POS Entries

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

get/{tenant}/{environment}/{company}/pos/entry

Path parameters

tenantstring required

Your Entra Tenant ID. More details.

environmentstring required

Your Business Central Environment. More details.

companystring required

Your Business Central Company. More details.

Query parameters

posStorestring

Filter by POS Store Code

posUnitstring

Filter by POS Unit Number

documentNostring

Filter by Document Number

pageSizeinteger

Number of entries to return per page

pageKeystring

Continuation token for pagination

syncboolean

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

lastRowVersionstring

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

withLinesboolean

Include lines in the response

Headers

x-np-api-keystring required
x-api-versionstring date

Used for API versioning. More details.

Response

Response with status 200

PosentryPaginatedPOSEntry required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.