/invoices/bulk/{batch_id}
/invoices/bulk/{batch_id}
Returns the status and results of an Invoice bulk create batch.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
batch_id
Headers
X-Account-Token
Token identifying the end user.
Response
batch_id
The ID of the batch.
status
Possible overall statuses:
ENQUEUED- The request has been received and a task has been enqueued for processingIN_PROGRESS- The enqueued task is being processedPARTIAL_SUCCESS- The task has been processed, but not all objects were written successfullySUCCESS- The task has been processed, and all objects were written successfullyFAILED- The task has been processed, but ran into an error while processingRATE_LIMITED- The request was received but ran into rate limits while processing. The rate limited objects are being retried.
total_count
The total number of objects in the batch.
objects