Skip to main content
POST
Create invoices
SystemUser permission: InvoiceService:createInvoice

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json

Invoice data that needs to be created

contractPlanId
string

ID of the contract plan associated with the invoice

invoiceData
object

Data for the invoice

invoiceItems
object[]

List of items in the invoice

Response

Bad request — validation error

status
string
Example:

"error"

message
string
Example:

"Forbidden"

errors
object[]