Skip to content
StraventaDocs

Refresh aging days for open exceptions

Recomputes aging_days for all open exceptions based on current date. Returns 204 on success.

POST
/api/recon/v1/exceptions/refresh-aging

Recomputes aging_days for all open exceptions based on current date. Returns 204 on success.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/api/recon/v1/exceptions/refresh-aging"
Empty
{
  "error": "unauthorized",
  "message": "Bearer token is missing or invalid",
  "request_id": "01900000-0000-7000-8000-000000000001"
}

Was this page helpful?