Invoices
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/"
A page number within the paginated result set.
Filter invoices finalized after or at a certain date
Get successful
1Get successful
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/"
Identifier of the invoiceable customer to invoice.
Currency of the created invoice. Defaults to EUR.
Invoice created
Invoice created
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/"
uuid of this Invoice
687cddac-dbd2-11ea-9024-0242ac130006Ignore. Dashdoc technical data.
Invoice's number. It usually corresponds to the invoice's number defined in your invoicing tool.
20211125-11Indicate the status of the invoice
draftPossible values: Due date of the invoice
2020-07-30Date of creation on our server
2020-12-22T15:31:39.26167ZLast update on our server
Number of transports linked to this invoice
2The id of the invoice in your system.
COMP_123_INV_1Ignore. Dashdoc technical data.
Invoice file path
https://storage.googleapis.com/dashdoc-media/media/invoices/aabd42eb.pngDate of invoicing
2022-05-24Date of invoice finalization.
2021-12-14T18:23:44.648232ZPre-billing reference
D_PreBillingREF1Total price, excluding taxes
100.00Total taxes amount
100.00Authentication 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/"
Invoice file content. Use content-type with multipart/form-data value to the header of the request to send a document.
The invoice number
ABC123Date of invoicing.
2022-05-24Pre-billing reference. Can only be set for a draft invoice
D_PreBillingREF1Update successful
uuid of this Invoice
687cddac-dbd2-11ea-9024-0242ac130006Ignore. Dashdoc technical data.
Invoice's number. It usually corresponds to the invoice's number defined in your invoicing tool.
20211125-11Indicate the status of the invoice
draftPossible values: Due date of the invoice
2020-07-30Date of creation on our server
2020-12-22T15:31:39.26167ZLast update on our server
Number of transports linked to this invoice
2The id of the invoice in your system.
COMP_123_INV_1Ignore. Dashdoc technical data.
Invoice file path
https://storage.googleapis.com/dashdoc-media/media/invoices/aabd42eb.pngDate of invoicing
2022-05-24Date of invoice finalization.
2021-12-14T18:23:44.648232ZPre-billing reference
D_PreBillingREF1Total price, excluding taxes
100.00Total taxes amount
100.00Update successful
Last updated
Was this helpful?