Get single clearing record for invoice
GET/invoices/{invoiceId}/clearingrecords/{recordId}
Returns the invoice clearing record with the given recordId that belongs to the invoice identified by invoiceId.
Audit event:
- invoice.clearing.record.get
Privilege (one of):
- finance-invoices.view
- finance-invoices-own.view
Errors:
- INVOICE_NOTFOUND - Invoice not found
- COLLECTION_MEMBER_CLEARING_RECORD_NOT_ALLOWED - Invoice is collection member.Collection members ar not allowed to have clearing records
- INVOICE_CLEARING_RECORD_NOTFOUND - Invoice clearing record not found
- INVOICE_CLEARING_NOTFOUND - Invoice clearing not found
- NOT_AUTHORIZED - Not authorized
- NOT_AUTHENTICATED - Not authenticated
- INT_APP_ERROR - Unexpected internal error
Request
Responses
- 200
- 401
- 404
- 409
- 500
Clearing record returned successfully
Not Authorized or Not Authenticated
Invoice, clearing, credit/billing record, or clearing record not found
Conflict - Invoice is collection member.Collection members ar not allowed to have clearing records
Internal Server Error