GET v1/Policies/Details/PersonalAuto/Drivers/{driverID}

Get details for a specific driver on a personal auto policy detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
driverID

Id of the driver

integer

Required

Body Parameters

None.

Response Information

Resource Description

Details for a specific driver on a personal auto policy detail

PersonalAutoDriverDTO
NameDescriptionTypeAdditional information
DriverID

integer

None.

PolicyDetailsID

integer

None.

PersonID

integer

None.

IsNamedInsured

boolean

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

MaritalStatusID

byte

None.

Gender

string

None.

RelationID

integer

None.

DOB

date

None.

PhoneNumbers

string

None.

EmailAddresses

string

None.

GetPolicyInfoByEmail

boolean

None.

OccupationID

integer

None.

YearsAtOccupation

byte

None.

ResidenceTypeID

byte

None.

MonthsCurrentAddress

integer

None.

DriverLicenseNo

string

None.

LicenseStateCode

string

None.

YearsLicensedInState

byte

None.

AgeWhenFirstLicensed

byte

None.

LicenseStatusID

integer

None.

NumberOfIncidentslast7Years

byte

None.

MVRPoints

integer

None.

RestrictedLicense

boolean

None.

LearnersPermit

boolean

None.

SuspendedLicense

boolean

None.

DateSuspension

date

None.

CompletedDriverTrainingInLast3Years

string

None.

CompletionDateAccidentPrevention

date

None.

RequireSR22

string

None.

SR22CaseNumber

string

None.

ReasonNotAutoInsuranceID

integer

None.

RecentInsuranceCarrierID

integer

None.

MonthsRecentInsuranceCarrier

integer

None.

RecentPolicyExpirationDate

date

None.

RecentBI

string

None.

ContinuosInsuranceLess31Days

string

None.

MonthsContinuosCoverageWithoutLapse

integer

None.

NumberLapsesInMostRecent12Months

byte

None.

CreditStatusID

integer

None.

EducationLevelID

integer

None.

GoodStudentDiscount

string

None.

SeniorDiscount

string

None.

GroupDiscountAAA

string

None.

ActiveOrRetiredFromMilitary

string

None.

CoverageCancelledNonRenewedDeclinedLast3Years

string

None.

LicenseStateLabel

string

None.

MaritalStatusLabel

string

None.

RelationLabel

string

None.

LicenseStatusLabel

string

None.

OccupationLabel

string

None.

CreditStatusLabel

string

None.

EducationLevelLabel

string

None.

ResidenceTypeLabel

string

None.

ReasonNotAutoInsuranceLabel

string

None.

RecentInsuranceCarrierLabel

string

None.

IndustryID

integer

None.

IndustryLabel

string

None.

DOBString

string

None.

RecentPolicyExpirationDateString

string

None.

CompletionDateAccidentPreventionString

string

None.

DateSuspensionString

string

None.

SSN

string

None.

Excluded

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "DriverID": 1,
  "PolicyDetailsID": 2,
  "PersonID": 1,
  "IsNamedInsured": true,
  "FirstName": "sample string 3",
  "MiddleName": "sample string 4",
  "LastName": "sample string 5",
  "MaritalStatusID": 64,
  "Gender": "sample string 6",
  "RelationID": 1,
  "DOB": "2024-04-24T01:22:42.3014038+00:00",
  "PhoneNumbers": "sample string 7",
  "EmailAddresses": "sample string 8",
  "GetPolicyInfoByEmail": true,
  "OccupationID": 1,
  "YearsAtOccupation": 64,
  "ResidenceTypeID": 64,
  "MonthsCurrentAddress": 1,
  "DriverLicenseNo": "sample string 9",
  "LicenseStateCode": "sample string 10",
  "YearsLicensedInState": 64,
  "AgeWhenFirstLicensed": 64,
  "LicenseStatusID": 1,
  "NumberOfIncidentslast7Years": 64,
  "MVRPoints": 1,
  "RestrictedLicense": true,
  "LearnersPermit": true,
  "SuspendedLicense": true,
  "DateSuspension": "2024-04-24T01:22:42.3014038+00:00",
  "CompletedDriverTrainingInLast3Years": "sample string 11",
  "CompletionDateAccidentPrevention": "2024-04-24T01:22:42.3014038+00:00",
  "RequireSR22": "sample string 12",
  "SR22CaseNumber": "sample string 13",
  "ReasonNotAutoInsuranceID": 1,
  "RecentInsuranceCarrierID": 1,
  "MonthsRecentInsuranceCarrier": 1,
  "RecentPolicyExpirationDate": "2024-04-24T01:22:42.3014038+00:00",
  "RecentBI": "sample string 14",
  "ContinuosInsuranceLess31Days": "sample string 15",
  "MonthsContinuosCoverageWithoutLapse": 1,
  "NumberLapsesInMostRecent12Months": 64,
  "CreditStatusID": 1,
  "EducationLevelID": 1,
  "GoodStudentDiscount": "sample string 16",
  "SeniorDiscount": "sample string 17",
  "GroupDiscountAAA": "sample string 18",
  "ActiveOrRetiredFromMilitary": "sample string 19",
  "CoverageCancelledNonRenewedDeclinedLast3Years": "sample string 20",
  "LicenseStateLabel": "sample string 21",
  "MaritalStatusLabel": "sample string 22",
  "RelationLabel": "sample string 23",
  "LicenseStatusLabel": "sample string 24",
  "OccupationLabel": "sample string 25",
  "CreditStatusLabel": "sample string 26",
  "EducationLevelLabel": "sample string 27",
  "ResidenceTypeLabel": "sample string 28",
  "ReasonNotAutoInsuranceLabel": "sample string 29",
  "RecentInsuranceCarrierLabel": "sample string 30",
  "IndustryID": 1,
  "IndustryLabel": "sample string 31",
  "DOBString": "sample string 32",
  "RecentPolicyExpirationDateString": "sample string 33",
  "CompletionDateAccidentPreventionString": "sample string 34",
  "DateSuspensionString": "sample string 35",
  "SSN": "sample string 36",
  "Excluded": true
}

application/xml, text/xml

Sample:
<PersonalAutoDriverDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies.PolicyDetail.PersonalAuto">
  <ActiveOrRetiredFromMilitary>sample string 19</ActiveOrRetiredFromMilitary>
  <AgeWhenFirstLicensed>64</AgeWhenFirstLicensed>
  <CompletedDriverTrainingInLast3Years>sample string 11</CompletedDriverTrainingInLast3Years>
  <CompletionDateAccidentPrevention>2024-04-24T01:22:42.3014038+00:00</CompletionDateAccidentPrevention>
  <CompletionDateAccidentPreventionString>sample string 34</CompletionDateAccidentPreventionString>
  <ContinuosInsuranceLess31Days>sample string 15</ContinuosInsuranceLess31Days>
  <CoverageCancelledNonRenewedDeclinedLast3Years>sample string 20</CoverageCancelledNonRenewedDeclinedLast3Years>
  <CreditStatusID>1</CreditStatusID>
  <CreditStatusLabel>sample string 26</CreditStatusLabel>
  <DOB>2024-04-24T01:22:42.3014038+00:00</DOB>
  <DOBString>sample string 32</DOBString>
  <DateSuspension>2024-04-24T01:22:42.3014038+00:00</DateSuspension>
  <DateSuspensionString>sample string 35</DateSuspensionString>
  <DriverID>1</DriverID>
  <DriverLicenseNo>sample string 9</DriverLicenseNo>
  <EducationLevelID>1</EducationLevelID>
  <EducationLevelLabel>sample string 27</EducationLevelLabel>
  <EmailAddresses>sample string 8</EmailAddresses>
  <Excluded>true</Excluded>
  <FirstName>sample string 3</FirstName>
  <Gender>sample string 6</Gender>
  <GetPolicyInfoByEmail>true</GetPolicyInfoByEmail>
  <GoodStudentDiscount>sample string 16</GoodStudentDiscount>
  <GroupDiscountAAA>sample string 18</GroupDiscountAAA>
  <IndustryID>1</IndustryID>
  <IndustryLabel>sample string 31</IndustryLabel>
  <IsNamedInsured>true</IsNamedInsured>
  <LastName>sample string 5</LastName>
  <LearnersPermit>true</LearnersPermit>
  <LicenseStateCode>sample string 10</LicenseStateCode>
  <LicenseStateLabel>sample string 21</LicenseStateLabel>
  <LicenseStatusID>1</LicenseStatusID>
  <LicenseStatusLabel>sample string 24</LicenseStatusLabel>
  <MVRPoints>1</MVRPoints>
  <MaritalStatusID>64</MaritalStatusID>
  <MaritalStatusLabel>sample string 22</MaritalStatusLabel>
  <MiddleName>sample string 4</MiddleName>
  <MonthsContinuosCoverageWithoutLapse>1</MonthsContinuosCoverageWithoutLapse>
  <MonthsCurrentAddress>1</MonthsCurrentAddress>
  <MonthsRecentInsuranceCarrier>1</MonthsRecentInsuranceCarrier>
  <NumberLapsesInMostRecent12Months>64</NumberLapsesInMostRecent12Months>
  <NumberOfIncidentslast7Years>64</NumberOfIncidentslast7Years>
  <OccupationID>1</OccupationID>
  <OccupationLabel>sample string 25</OccupationLabel>
  <PersonID>1</PersonID>
  <PhoneNumbers>sample string 7</PhoneNumbers>
  <PolicyDetailsID>2</PolicyDetailsID>
  <ReasonNotAutoInsuranceID>1</ReasonNotAutoInsuranceID>
  <ReasonNotAutoInsuranceLabel>sample string 29</ReasonNotAutoInsuranceLabel>
  <RecentBI>sample string 14</RecentBI>
  <RecentInsuranceCarrierID>1</RecentInsuranceCarrierID>
  <RecentInsuranceCarrierLabel>sample string 30</RecentInsuranceCarrierLabel>
  <RecentPolicyExpirationDate>2024-04-24T01:22:42.3014038+00:00</RecentPolicyExpirationDate>
  <RecentPolicyExpirationDateString>sample string 33</RecentPolicyExpirationDateString>
  <RelationID>1</RelationID>
  <RelationLabel>sample string 23</RelationLabel>
  <RequireSR22>sample string 12</RequireSR22>
  <ResidenceTypeID>64</ResidenceTypeID>
  <ResidenceTypeLabel>sample string 28</ResidenceTypeLabel>
  <RestrictedLicense>true</RestrictedLicense>
  <SR22CaseNumber>sample string 13</SR22CaseNumber>
  <SSN>sample string 36</SSN>
  <SeniorDiscount>sample string 17</SeniorDiscount>
  <SuspendedLicense>true</SuspendedLicense>
  <YearsAtOccupation>64</YearsAtOccupation>
  <YearsLicensedInState>64</YearsLicensedInState>
</PersonalAutoDriverDTO>