Skip to main content

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

Clearing record returned successfully