Upsert invoices in bulk
invoices
Upsert invoices in bulk
Upsert invoices in bulk
POST
Upsert invoices in bulk
Authorizations
OAuth2 access token or static API token. See Authorization for how to obtain one.
Body
Response
List of created invoices
CustomerApi_SuccessEntity model
Request was handled successfully
Number of records processed, those without errors
Example:
98
List of records that could not be processed and for which reasons
Example:
{
"123456": ["Validation error 1", "Validation error 2"],
"123461": ["Validation error"]
}List of records that were partially processed, the messages contain warnings
Example:
{
"123457": ["Warning message 1", "Warning message 2"]
}Last modified on June 12, 2026