Add Round

Add round to a delivery

post
Authorizations
Path parameters
uidstringRequired
Body
Responses
200
Add round successful
application/json
post
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: 399

{
  "loads": [
    {
      "remote_id": "text",
      "description": "text",
      "weight": 1,
      "volume": 1,
      "linear_meters": 1,
      "quantity": 1,
      "category": "text",
      "is_dangerous": false,
      "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"
    }
  ]
}
200

Add round successful

{
  "status": "created"
}

Last updated

Was this helpful?