Create Document
POST/documents
You can create documents only with the DRAFT
or VALIDATED
status. To create a Document, you need a Customer, which you can specify via customerId
.
Similarly, you will need Items to add to the lines
of your Document.
If required, you can manually set values for the description
, price
, amount
, vat
, and amountVat
fields.
Request
Responses
- 201
- default
Success, the document is created
Error occured. Refere to HTTP status and content for details.