Last updated 1 year ago
Mark the transports selected by the filters as paid.
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-paid/', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": true }