LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Payables

Reject review case

Marks the review case as `rejected` without creating any invoice or journal entry. An optional reason can be recorded for the audit trail.

POST /v1/invoice-review-cases/:id/reject
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Request Body
reason string | null optional Free-text rejection reason (max 1000).
Responses
200
Success
400
INVALID_INPUT Required fields are missing or values do not match the expected format.
404
NOT_FOUND The requested resource was not found.
409
ALREADY_APPROVED
409
ALREADY_REJECTED
POST /v1/invoice-review-cases/:id/reject
cURL
-cmd">curl --request -method">POST -punct">\
  --url 'https://api.ledgerlou.de/v1/invoice-review-cases/:id/reject' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
Updated review case with `queue_state = "rejected"`.