A valid request URL is required to generate request examples{
"from": "2026-07-15",
"to": "2026-07-16",
"store": "store-rivoli",
"points": [
{
"day": "2026-07-15",
"declaredCents": 445500,
"settledCents": 445000
},
{
"day": "2026-07-16",
"declaredCents": 186000,
"settledCents": 186300
}
]
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Deposit trend (declared vs settled per day)
Returns the per-day bank-deposit trend (remises en banque) — for each calendar day, the total amount declared for banking against the total the bank settled, in integer cents — the series the centrale finance chart plots. Optionally narrow to one store (shop) and window with from / to (YYYY-MM-DD, inclusive). The day axis is read from each batch id’s embedded date (deposit-<YYYY-MM-DD>-<shop>); a batch id without a parseable date is omitted. Points are ascending by day.
A valid request URL is required to generate request examples{
"from": "2026-07-15",
"to": "2026-07-16",
"store": "store-rivoli",
"points": [
{
"day": "2026-07-15",
"declaredCents": 445500,
"settledCents": 445000
},
{
"day": "2026-07-16",
"declaredCents": 186000,
"settledCents": 186300
}
]
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Authorizations
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.
Query Parameters
Inclusive window start (YYYY-MM-DD); omit for all time.
Inclusive window end (YYYY-MM-DD); omit for all time.
Narrow the trend to one store (shop) by its id; omit for the whole network.

