v1
latestOpenAPI 3.1.02026-08-0458234268.6 KBinvoices
Update invoice header, line items, and dimensions
Updates an invoice along with its line items and dimensions.
Features
- Update invoice header fields (date, amount, vendor, notes, etc.)
- Create new line items (omit id)
- Update existing line items (include id)
- Set, update, or remove header and item-level dimensions
- Update custom metadata fields at header and item level (requires account-level custom field spec configuration)
Use Cases
- Invoice corrections
- Invoice reconciliation with updated line items
- Adding or updating dimensions after initial invoice creation
- Multi-field updates in a single request
patch/invoices/{id}
Path parameters
idstring required
Invoice ID to update
Headers
Authorizationstring required
OAuth2 authentication flows. Auth server URLs will vary by environment
X-Api-Keystring required
API key for authentication
X-API-Versionstring
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Request body
Response
Invoice updated successfully