Create Transport

Create transport

post

Create the transport linked to the waste shipment.

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
uidstringRequired

Unique identifier of the waste form

Body
send_to_carrierboolean | nullableOptional

Whether to send the document to the carrier. If not provided, document will be sent to carrier only if the organizer is the carrier.

Responses
chevron-right
200

Transport successfully created

application/json
post
/wam/forms/{uid}/create-transport/
200

Transport successfully created

Last updated

Was this helpful?