/credit-notes/{id}/application
Creates a new CreditNoteApplyLine to apply a credit note to an invoice
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
id
Headers
X-Account-Token
Token identifying the end user.
Query parameters
is_debug_mode
Whether to include debug fields (such as log file links) in the response.
run_async
Whether or not third-party updates should be run asynchronously.
Request
This endpoint expects an object.
invoice
The invoice to apply the credit note to.
applied_date
Date that the credit note is applied to the invoice.
applied_amount
The amount of credit applied to the invoice.
Response
model
# The CreditNote Object
### Description
A `CreditNote` is transaction issued to a customer, indicating a reduction or cancellation of the amount owed by the customer. It is most generally used as an adjustment note used to rectify errors, returns, or overpayments related to a sales transaction. A `CreditNote` can be applied to *Accounts Receivable* Invoices to decrease the overall amount of the Invoice.
### Usage Example
Fetch from the `LIST CreditNotes` endpoint and view a company's credit notes.
warnings
errors
logs