Drivers

UPDATE driver custom field value

Update a custom field value for a driver, identified by driver UUID and custom field UUID. It doesn't matter whether the custom field value has been set for this driver previously.

post/v1/drivers/{uuid}/customFieldValues/{customFieldUuid}

Path parameters

uuidstring uuid required
customFieldUuidstring uuid required

Request body

textValuestring
dateValuestring date-time
booleanValueboolean
integerValueinteger
decimalValuenumber
exactlyOneValueSetboolean

Response

Successful operation.

uuidstring uuid
textValuestring
dateValuestring date-time
booleanValueboolean
integerValueinteger
decimalValuenumber

Changes

No recorded changes to this endpoint across all 1 revision of this API.