Mark Invoiced
Mark the transports selected by the filters as invoiced.
Warning: please use filters when calling this API or the action will apply to all transports
If you want to set invoice_number or customer_to_invoice you need to use this webservice
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/"
Comma separated list of transport uids to mark as invoiced.
4443d4b6-e165-11ea-a488-0242ac110007,db46db81-ff56-482a-afc0-c85b89ea130eMark a transport as invoiced.
If set, invoice_number, invoiced_price and customer_to_invoice can be read at root level of the global JSON of the transport.
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/"
uid of the transport
4443d4b6-e165-11ea-a488-0242ac110007If you choose to identify an object with its remote_id instead of its uid then
-
replace the
uidvalue with theremote_idvalue in the URL -
specify
lookup_field=remote_idin the query parameters
Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id (see path parameters)
Invoice number for the transport
invoice_21_05_742Invoiced price for the transport. Deprecated in favour of pricing field
250Last updated
Was this helpful?