Loads Constraints

Add constraints on loads

post

Add

Authorizations
Path parameters
uidstringRequired
remote_idstringOptional

If you choose to identify an object with its remote_id instead of its uid then

  • replace the uid value with the remote_id value in the URL

  • specify lookup_field=remote_id in the query parameters

Query parameters
lookup_fieldstringOptional

Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id (see path parameters)

Body
Responses
200Success
application/json
post
POST /api/v4/transports/{uid}/loads-constraints/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 29

{
  "metrics": [
    "loaded_weight"
  ]
}
200Success
{
  "metrics": [
    "loaded_weight"
  ]
}

Last updated

Was this helpful?