Invoice Jobs
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$Body
orderIdsstring[]Optional
A list of order IDs for which the invoices should be created.
jobTypestring · enumRequiredPossible values:
A job type determines if the orders are searched automatically based on parameters configured in configuration service or are manually provided in orderIds array.
Responses
201
Invoices job created. The job ID is returned.
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
post
/invoice/{tenant}/jobs/invoicesPath parameters
tenantstring · min: 3 · max: 16RequiredPattern:
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$jobIdstringRequired
Unique identifier of an invoice job.
Responses
200
Returned when job exists
application/json
403
Forbidden
application/json
404
Returned when a job doesn't exist.
application/json
500
Internal Server Error
application/json
get
/invoice/{tenant}/jobs/invoices/{jobId}Last updated
Was this helpful?

