Updates a RowDriver record for the given Driver data.
name | description | type | default | type |
---|---|---|---|---|
driver | the data to use when updating the existing Driver record | body of type: application/xml application/json | RowDriver | |
includeComments | if related Comment records should be included | query | false | Boolean |
includeContacts | if related Contact records should be included | query | false | Boolean |
the updated RowDriver record
__returnHomeFlagDescr
This value represents the description of the return home flag, found in the driver.return_home_flag
field.__sexDescr
This value represents the description of the driver's sex, found in the driver.sex
field.__teamStatusDescr
This value represents the description of the driver's team status, found in the driver.team_status
field.__typeOfDescr
This value represents the description of the driver type, found in the driver.type_of
field.__currentMovementId
This value represents the ID of the driver's current movement.RowLocation
This element represent the location associated with the driver's home location, by the driver.home_location_id
field.
The element contains a __name
attribute with the value homeLocation
.RowUsers
This element represent the fleet manager user associated with the driver by the driver.fleet_manager
field.
The element contains a __name
attribute with the value fleetManager
.RowContact
These elements represent the contacts associated with the driver.
The element contains a __name
attribute with the value contacts
.
*Note this is only returned if the includeContacts
Query Parameter is passed as true.RowComments
These elements represent the comments associated with the driver.
The element contains a __name
attribute with the value comments
.
*Note this is only returned if the includeComments
Query Parameter is passed as true.