Skip to main content
POST
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

batchId
string
required
Minimum string length: 1

Response

The batch reconciliation: per-line detail plus the settled-line totals.

The batch reconciliation: per-line detail plus the settled-line totals.

lines
object[]
required
declaredTotalCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
settledTotalCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
varianceTotalCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
matchedCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
unmatchedCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
pendingCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991