improved

Sport subcontracting API: Driver configuration updates

Now the Total weight parameter for a location and the Signatures functionality for all actions can be set hidden.

  • Organization setting: A setting is added for each organization which can be turned on or off the Total weight and Signatures functionality on their driver feedback page
  • Datahub setting: 2 settings are added to the datahub API to configure the driver feedback configuration for the spot subcontracted trip. The driver feedback configuration is limited to the ‘Total weight’ and ‘signatures’ functionality.

In the POST(create) and PUT(update) datahub calls, it is now possible to also add the “driverConfiguration”-parameter.

{  
  "name": "this is a spot trip",
  "driverConfiguration": {
    "hideWeight": false,
    "hideSignatures": false
  },
  "missions": [...]
}