Last updated 1 year ago
Mark the dock site activity as unloaded by dock
Observations by the dock during the unloading operation
Mark unloaded by dock successful
const response = await fetch('https://api.dashdoc.eu/api/v4/dock-activities/{uid}/mark-unloaded-by-dock/', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();