Sign As Organizer
Sign the waste shipment as organizer.
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/"
Unique identifier of the waste form
Sign successful
Unique identifier of the waste form
123e4567-e89b-12d3-a456-426614174000Human readable name of the waste form. Identifier for OVAM.
DAS-1Date and time of creation
2022-01-01T00:00:00ZDate and time of last update
2022-01-01T00:00:00ZThe status of the waste shipment
completedPossible values: Reason for the discontinuation of the waste shipment, the waste was in transit but never arrived at destination
Traffic accidentUnique identifier of the transport linked to the waste form in the TMS if any
123e4567-e89b-12d3-a456-426614174000The ID of the producer company. You need to have the company created first with the /v4/companies/ endpoint. Make sure you also set the specific details that are mandatory for waste activity with the endpoint /v4/wam/companies/{id}/details/.
1The ID of the processor company. You need to have the company created first with the /v4/companies/ endpoint. Make sure you also set the specific details that are mandatory for waste activity with the endpoint /v4/wam/companies/{id}/details/.
2The ID of the carrier company. You need to have the company created first with the /v4/companies/ endpoint. Make sure you also set the specific details that are mandatory for waste activity with the endpoint /v4/wam/companies/{id}/details/.
3The ID of the organizer company. You need to have the company created first with the /v4/companies/ endpoint. Make sure you also set the specific details that are mandatory for waste activity with the endpoint /v4/wam/companies/{id}/details/.
4The ID of the origin address. If it does not exist, create it first with the /v4/addresses/ endpoint.
5The ID of the destination address. If it does not exist, create it first with the /v4/addresses/ endpoint. Deprecated because it is no longer used. We now use the processor address as destination.
6Handle with careName of the sea ship
Sea ship nameIMO number of the sea ship
IMO1234567MMSI number of the sea ship
123456789ENI number of the sea ship
123456782022-01-01T00:00:00ZThe UID of the carrier contact. If it does not exist, create it first with the /v4/wam/contacts/ endpoint.
123e4567-e89b-12d3-a456-426614174000The UID of the organizer signatory. If it does not exist, create it first with the /v4/wam/contacts/ endpoint.
123e4567-e89b-12d3-a456-426614174000The UID of the producer contact. If it does not exist, create it first with the /v4/wam/contacts/ endpoint.
123e4567-e89b-12d3-a456-426614174000The UID of the processor contact. If it does not exist, create it first with the /v4/wam/contacts/ endpoint.
123e4567-e89b-12d3-a456-426614174000The UID of the processor signatory. If it does not exist, create it first with the /v4/wam/contacts/ endpoint.
123e4567-e89b-12d3-a456-426614174000Sign successful
Last updated
Was this helpful?