Last updated 4 months ago
Merge all unstarted transports into a single trip
The trip identifier.
"447521b0-e165-11ea-a488-0242ac110007"
The trip name.
"trip_ref_01234"
const response = await fetch('https://api.dashdoc.eu/api/v4/transports/merge-to-trip/?uid__in=4443d4b6-e165-11ea-a488-0242ac110007%2C4443d4b6-e165-11ea-a488-0242ac110007', { method: 'POST', headers: {}, }); const data = await response.json();
{ "uid": "447521b0-e165-11ea-a488-0242ac110007", "name": "trip_ref_01234" }