POST /api/v4/transports/assign/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 453
{
"trucker_id": {
"pk": 928,
"remote_id": "tr123"
},
"vehicle": {
"remote_id": "tr123type1",
"fleet_number": "TRUCK120",
"license_plate": "WE749RM",
"category": "unknown",
"used_for_qualimat_transports": true,
"tags": [
{
"pk": 23498,
"name": "Remorque"
}
],
"telematic_data_source": "webfleet",
"vendor_id": "text"
},
"trailers": [
{
"remote_id": "tr123type1",
"fleet_number": "TRUCK120",
"license_plate": "WE749RM",
"used_for_qualimat_transports": true,
"tags": [
{
"pk": 23498,
"name": "Remorque"
}
]
}
]
}