Update an existing invoice. You can update the account, details, payment methods, and auto-pull settings.
patch/invoice/{invoiceId}
Path parameters
invoiceIdstring required
Request body
Example request
{
"details": {
"invoiceTz": "America/New_York"
}
}Response
OK
Example response
{
"invoiceDetails": {
"invoiceTz": "America/New_York"
}
}