Details
This will delete the waste details of that company. To be noted that this will not delete the VAT number nor the "is_carrier" flag.
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/"
Id of the company. It is named pk in the details of a company.
Company waste details are deleted
Company waste details are deleted
No content
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/"
Id of the company. It is named pk in the details of a company.
Waste details of that company
Waste details of that company
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/"
Id of the company. It is named pk in the details of a company.
True if the company is a waste shipment organizer
falseTrue if the company is a waste producer
falseTrue if the company is a waste processor
falseTrue if the company is a carrier
falseTrue if the waste producer is a citizen and not a company
falseEnterprise number of the company
BE 0429 261 424Producer establishment unit number of the company
2015433336Pattern: ^([2-8][0-9]{9})$Processor establishment unit number of the company
2015433336Pattern: ^([2-8][0-9]{9})$VAT number of the company
FR16807564448Updated waste details of that company
Updated waste details of that company
Last updated
Was this helpful?