POST
/
accounting
/
invoices

The Invoices Data Model is designed to standardise and simplify the handling of invoice-related information across different accounting platforms.

Authorizations

api_key
string
headerrequired

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

run_async
boolean | null

Run the request asynchronously

data
object[]
required

The data of the invoice to create

Response

200 - application/json
data
object

The data of the created invoice

sync_id
string | null

The sync id of the request