Archive

Archive transports

Archive the transports selected by the filters as done.

Warning: please use filters when calling this API or the action will apply to all transports

POSThttps://api.dashdoc.eu/api/v4/transports/archive/
Query parameters
Response
Body
successboolean
Example: true
Request
const response = await fetch('https://api.dashdoc.eu/api/v4/transports/archive/', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "success": true
}

Last updated