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"
}
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○