GET api/SocialDriver/VehicleRenewalAlert

Get the vehicle renewal alert for your vehicle

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A VehicleRenewalAlertResponse

VehicleRenewalAlertResponse
NameDescriptionTypeAdditional information
MOTAlert

Indicates if MOT alerts are enabled

boolean

None.

ServiceAlert

Indicates if service alerts are enabled

boolean

None.

RoadTaxAlert

Indicates if road tax alerts are enabled

boolean

None.

InsuranceAlert

Indicates if insurance alerts are enabled

boolean

None.

PushNotificationEnabled

Indicates if push notifications are enabled

boolean

None.

InboxMessageEnabled

Indicates if inbox messages are enabled

boolean

None.

EmailEnabled

Indicates if emails are sent on alert

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "MOTAlert": true,
  "ServiceAlert": true,
  "RoadTaxAlert": true,
  "InsuranceAlert": true,
  "PushNotificationEnabled": true,
  "InboxMessageEnabled": true,
  "EmailEnabled": true
}

application/xml, text/xml

Sample:
<VehicleRenewalAlertResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MOTAlert>true</MOTAlert>
  <ServiceAlert>true</ServiceAlert>
  <RoadTaxAlert>true</RoadTaxAlert>
  <InsuranceAlert>true</InsuranceAlert>
  <PushNotificationEnabled>true</PushNotificationEnabled>
  <InboxMessageEnabled>true</InboxMessageEnabled>
  <EmailEnabled>true</EmailEnabled>
</VehicleRenewalAlertResponse>