Create a Transport for a Waste Form
To create transport in the Dashdoc TMS for in a waste form using the Dashdoc Wam API, follow the steps below.
Ensure that the waste form meets the specified conditions before attempting to create the transport.
Conditions for Creating Transport
Organizer: The company requesting the transport creation must be the organizer.
Status: The waste form must be in the signed status.
Transport: The waste form must not already have a transport linked to it.
API Endpoint
Endpoint: POST /wam/forms/{uid}/create-transport/
Path Parameters:
uid
(required): Unique identifier of the waste form.
Example Request
Request
Response
Status Code: 200 Transport successfully created
The transport_uid
is returned in the response, which uniquely identifies the created transport. This ID can be used for further operations related to the transport.
By following these steps, you can successfully create transport for a waste form using the Dashdoc Wam API.
Last updated
Was this helpful?