Mark Paid

Beta: Mark paid

post

Mark an invoice as paid

Authorizations
AuthenticationstringRequired

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/"
Path parameters
uidstring · uuidRequired
Responses
chevron-right
200Success
application/json
uidstring · uuidOptional

uuid of this Invoice

Example: 687cddac-dbd2-11ea-9024-0242ac130006
description_templateobjectOptional

Ignore. Dashdoc technical data.

document_numberstringOptional

Invoice's number. It usually corresponds to the invoice's number defined in your invoicing tool.

Example: 20211125-11
statusstring · enumOptional

Indicate the status of the invoice

Default: draftPossible values:
due_datestring · date · nullableOptional

Due date of the invoice

Example: 2020-07-30
createdstring · date-timeOptional

Date of creation on our server

Example: 2020-12-22T15:31:39.26167Z
updatedstring · date-timeOptional

Last update on our server

transports_countintegerOptional

Number of transports linked to this invoice

Example: 2
remote_idstringOptional

The id of the invoice in your system.

Example: COMP_123_INV_1
invoicing_connectorobjectOptional

Ignore. Dashdoc technical data.

filestring · urlOptional

Invoice file path

Example: https://storage.googleapis.com/dashdoc-media/media/invoices/aabd42eb.png
invoicing_datestring · dateOptional

Date of invoicing

Example: 2022-05-24
finalized_atstring · date-timeOptional

Date of invoice finalization.

Example: 2021-12-14T18:23:44.648232Z
debtor_referencestringOptional

Pre-billing reference

Example: D_PreBillingREF1
total_pricestringOptional

Total price, excluding taxes

Example: 100.00
total_tax_amountstringOptional

Total taxes amount

Example: 100.00
post
/invoices/{uid}/mark-paid/
200Success

Last updated

Was this helpful?