Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.

Path Parameters

entryId
string
required
Minimum string length: 1

Response

The finance entry read model.

The finance entry read model.

id
string
required
store
string
required
date
string
required
status
string
required
openingFloatCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
expectedCashCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
countedCashCents
integer | null
required
Required range: -9007199254740991 <= x <= 9007199254740991
varianceCents
integer | null
required
Required range: -9007199254740991 <= x <= 9007199254740991