Sign a Waste Form as Organizer
To sign a waste form as the organizer using the Dashdoc Wam API, follow the steps below. Ensure that the waste form meets the specified conditions before attempting to sign it.
Conditions for Signing a Waste Form
Organizer: The company requesting the signature must be the organizer.
Status: The waste form must be in the draft status.
Required Fields:
Processor: Must be specified.
Producer: Must be specified.
Carrier: Must be specified.
Organizer: Must be specified.
Origin: Must be specified.
Transport Date: Must be specified.
Carrier Contact: Must be specified.
Producer Contact: Must be specified.
Processor Signatory: Must be specified.
Loads: At least one load must be specified.
Dangerous Loads: If the load is dangerous, the following fields must be specified:
physical_properties
chemical_composition
packaging_type
treatment_type
quantity
API Endpoint
Endpoint: POST /wam/forms/{uid}/sign-as-organizer/
Path Parameters:
uid
(required): Unique identifier of the waste form.
Example Request
Request
Response
Status Code: 200 Sign successful
Notes
Ensure that all required fields are correctly filled out before attempting to sign the waste form.
The waste form must be in the draft status to be signed.
If the load is dangerous, make sure to include all necessary details.
By following these steps, you can successfully sign a waste form as the organizer using the Dashdoc Wam API.\
Last updated
Was this helpful?