Last updated 1 year ago
Mark the transports selected by the filters as done.
Warning: please use filters when calling this API or the action will apply to all transports
true
const response = await fetch('https://api.dashdoc.eu/api/v4/transports/mark-done/', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": true }