Invoices
Create an invoice
Create a new invoice (required scope finance:write)
post/v1/finance/invoices
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"jobId": 12345,
"jobGroupId": 54321,
"contactId": 1234,
"createdAt": "2022-11-29T16:50:16.0000000+00:00",
"reference": "InvoiceNote101",
"currencyCode": "EUR",
"deliverySiteContactId": 56789,
"bankAccountId": 34567,
"departmentCodeId": 23456,
"clientNotes": "Please pay within 30 days",
"internalNotes": "Follow up in two weeks",
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
Created