Skip to main content
POST
Generate invoices for multiple contracts

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Body

application/json
Minimum array length: 1
contractId
string<uuid>
required
items
Items · object[]
required
Minimum array length: 1
period
integer
required
Required range: x >= 0
memo
string | null
finalize
boolean
default:false

Response

Successful Response

results
BatchInvoiceResult · object[]