GET apioauth/greyfleet/driver

Get a grey fleet driver

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A GreyFleetDriverResponse

GreyFleetDriverResponse
NameDescriptionTypeAdditional information
vehicle_registration

The vehicle registration

string

None.

insured_for_business

If the vehicle is insured for business use

boolean

None.

insurance_provider

The insurance provider

string

None.

insurance_policy_start_date

When the insurance policy starts

date

None.

insurance_policy_end_date

When the insurance policy ends

date

None.

breakdown_provider

The breakdown provider

string

None.

breakdown_policy_start_date

The breakdown policy start date

date

None.

breakdown_policy_end_date

The breakdown policy end date

date

None.

photo_1_url

Photo 1 url

string

None.

photo_2_url

Photo 2 url

string

None.

photo_3_url

Photo 3 url

string

None.

photo_4_url

Photo 4 url

string

None.

photo_5_url

Photo 5 url

string

None.

mot_renewal_date

When the mot is due

date

None.

road_tax_renewal_date

When the road tax is due

date

None.

Response Formats

application/json, text/json

Sample:
{
  "vehicle_registration": "sample string 1",
  "insured_for_business": true,
  "insurance_provider": "sample string 2",
  "insurance_policy_start_date": "2025-04-27T16:27:29.3662227+00:00",
  "insurance_policy_end_date": "2025-04-27T16:27:29.3662227+00:00",
  "breakdown_provider": "sample string 3",
  "breakdown_policy_start_date": "2025-04-27T16:27:29.3662227+00:00",
  "breakdown_policy_end_date": "2025-04-27T16:27:29.3662227+00:00",
  "photo_1_url": "sample string 4",
  "photo_2_url": "sample string 5",
  "photo_3_url": "sample string 6",
  "photo_4_url": "sample string 7",
  "photo_5_url": "sample string 8",
  "mot_renewal_date": "2025-04-27T16:27:29.3662227+00:00",
  "road_tax_renewal_date": "2025-04-27T16:27:29.3662227+00:00"
}

application/xml, text/xml

Sample:
<GreyFleetDriverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <VehicleRegistration>sample string 1</VehicleRegistration>
  <InsuredForBusiness>true</InsuredForBusiness>
  <InsuranceProvider>sample string 2</InsuranceProvider>
  <InsurancePolicyStartDate>2025-04-27T16:27:29.3662227+00:00</InsurancePolicyStartDate>
  <InsurancePolicyEndDate>2025-04-27T16:27:29.3662227+00:00</InsurancePolicyEndDate>
  <BreakdownProvider>sample string 3</BreakdownProvider>
  <BreakdownPolicyStartDate>2025-04-27T16:27:29.3662227+00:00</BreakdownPolicyStartDate>
  <BreakdownPolicyEndDate>2025-04-27T16:27:29.3662227+00:00</BreakdownPolicyEndDate>
  <Photo1Url>sample string 4</Photo1Url>
  <Photo2Url>sample string 5</Photo2Url>
  <Photo3Url>sample string 6</Photo3Url>
  <Photo4Url>sample string 7</Photo4Url>
  <Photo5Url>sample string 8</Photo5Url>
  <MotRenewalDate>2025-04-27T16:27:29.3662227+00:00</MotRenewalDate>
  <RoadTaxRenewalDate>2025-04-27T16:27:29.3662227+00:00</RoadTaxRenewalDate>
</GreyFleetDriverResponse>