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

orderId
string
required
Minimum string length: 1

Response

The closed order: collected, updatedAt re-stamped. In this example 8400 cents (12000 quote - 3600 acompte) were due at the counter.

The closed order: collected, updatedAt re-stamped. In this example 8400 cents (12000 quote - 3600 acompte) were due at the counter.

id
string
required
article
object
required
issueDescription
string
required
quoteAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
depositAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
expectedPickupDate
string
required
customerId
string
required
storeId
string
required
status
enum<string>
required
Available options:
intake,
in_workshop,
ready,
collected,
unrepairable
actorId
string
required
createdAt
string
required
updatedAt
string
required