POST /api/v4/deliveries/{uid}/add-round/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 398
{
"loads": [
{
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "UN 1202",
"legal_mentions": "Dangerous for the environment",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text"
}
]
}