Driver Object v2
Path Parameters
HTTP Header
api-key status:REQUIRED
string - Your Accelerate API Key
URL Substitution
subdomain status:Required
string - Your Accelerate subdomain
relationship ID status:REQUIRED
integer - ID of your chosen relationship
driver ID status:Optional
integer - ID of your chosen driver
Driver Requests status:GEt status:Post status:put
status:Get status:Post - Retrieve drivers linked to a relationship or add a new driver into a relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/drivers/
Example Payload status:POSt
{
"forename":"Joe",
"surname":"Bloggs",
"date_of_birth":"1970-02-08",
"email_address":"jbloggs@example.com"
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
status:Put - Update an existing driver
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/driver/{id}/
Example Payload status:PUT
{
"forename":"Joe",
"surname":"Bloggs",
"email_address":"jbloggs456@example.com",
"driving_licence_status":"Live"
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
Driver Attributes
When updating/adding a new driver via the API, there are a number of fields needed.
Mandatory Fields
forename - string
surname - string