Create Invoice
Creates an invoice. items is required. allow_post is optional; when true, the invoice is posted immediately after creation (the project must have allow_create_and_post enabled, otherwise the request is rejected with 400).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
identitystring
The identity for the active project.
Request
This endpoint expects an object.
items
subject
due_date
order_id
allow_post
adjustments
customer_id
invoice_date
reverse_charge
sales_personnel_id
Response
Created
data
status
message

