Approve customer invoice
Invoice Approval
Approve customer invoice
Approve a customer invoice for sending. If the invoice has open exceptions, approval will fail unless overrideExceptions=true is passed, which will close all open exceptions and approve the invoice.
POST
Approve customer invoice
Headers
Your API key for authentication
Path Parameters
The ID of the invoice to approve
Query Parameters
If true, closes all open exceptions and approves the invoice. If false and exceptions exist, approval will fail.
Body
application/json
Optional request body. Parameters can be provided either in the query string or request body.
Response
200 - application/json
Invoice approval response
The approval operation result

