Lines
Add a custom line to an existing draft invoice.
The invoice must be in draft status. If the invoicing method requires
mandatory invoice items, an invoice_item_uid must be provided.
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Description of the invoice line.
Custom service feeQuantity (up to 3 decimal places).
1.000Unit price (up to 4 decimal places).
25.0000UID of the invoice item to associate with this line. Required when the invoicing method mandates invoice items.
687cddac-dbd2-11ea-9024-0242ac130006Invoice line created successfully
Bad request (e.g. invoice is not in draft status, or missing mandatory invoice item)
Invoice not found
No content
Last updated
Was this helpful?