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

sessionId
string
required

The physical count session (comptage) id.

Minimum string length: 1

Response

The session's per-line valued variance with the shrinkage/overage totals.

The session's per-line valued variance with the shrinkage/overage totals.

lines
object[]
required

Per-SKU book-vs-counted variance.

countedLineCount
integer
required

Lines with a recorded count.

Required range: 0 <= x <= 9007199254740991
uncountedLineCount
integer
required

Lines still awaiting a count.

Required range: 0 <= x <= 9007199254740991
totalValuedVarianceCents
integer
required

Net valued variance across all lines, in cents.

Required range: -9007199254740991 <= x <= 9007199254740991
shrinkageValueCents
integer
required

Sum of the negative (loss) variances, in cents.

Required range: -9007199254740991 <= x <= 9007199254740991
overageValueCents
integer
required

Sum of the positive (surplus) variances, in cents.

Required range: -9007199254740991 <= x <= 9007199254740991