Skip to main content

Auto-Apply Vendor Credit

POST 

/api/vendor-credits/:vendor_credit/auto-apply

Automatically apply the credit's remaining balance to the supplier's oldest open purchase invoices (bills), oldest first, until the balance is exhausted or no eligible bills remain. No request body is required.

Required scope: accounting:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the allocations that were created. Returns 422 when nothing can be applied (e.g. no remaining balance or no open bills for the supplier).

Request

Responses

OK

Response Headers
    Content-Type