PUT v1/Policies/Details/PersonalAuto/Drivers/DriverCreate

Request Information

URI Parameters

None.

Body Parameters

InsertPersonalAutoDriverRequest
NameDescriptionTypeAdditional information
PolicyDetailsID

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.

SSN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyDetailsID": 1,
  "IsNamedInsured": true,
  "FirstName": "sample string 2",
  "MiddleName": "sample string 3",
  "LastName": "sample string 4",
  "MaritalStatusID": 64,
  "Gender": "sample string 5",
  "RelationID": 1,
  "DOB": "2026-04-09T10:39:59.6956267+00:00",
  "PhoneNumbers": "sample string 6",
  "EmailAddresses": "sample string 7",
  "GetPolicyInfoByEmail": true,
  "OccupationID": 1,
  "YearsAtOccupation": 64,
  "ResidenceTypeID": 64,
  "MonthsCurrentAddress": 1,
  "DriverLicenseNo": "sample string 8",
  "LicenseStateCode": "sample string 9",
  "YearsLicensedInState": 64,
  "AgeWhenFirstLicensed": 64,
  "LicenseStatusID": 1,
  "NumberOfIncidentslast7Years": 64,
  "MVRPoints": 1,
  "RestrictedLicense": true,
  "LearnersPermit": true,
  "SuspendedLicense": true,
  "DateSuspension": "2026-04-09T10:39:59.6956267+00:00",
  "CompletedDriverTrainingInLast3Years": "sample string 10",
  "CompletionDateAccidentPrevention": "2026-04-09T10:39:59.6956267+00:00",
  "RequireSR22": "sample string 11",
  "SR22CaseNumber": "sample string 12",
  "ReasonNotAutoInsuranceID": 1,
  "RecentInsuranceCarrierID": 1,
  "MonthsRecentInsuranceCarrier": 1,
  "RecentPolicyExpirationDate": "2026-04-09T10:39:59.6956267+00:00",
  "RecentBI": "sample string 13",
  "ContinuosInsuranceLess31Days": "sample string 14",
  "MonthsContinuosCoverageWithoutLapse": 1,
  "NumberLapsesInMostRecent12Months": 64,
  "CreditStatusID": 1,
  "EducationLevelID": 1,
  "GoodStudentDiscount": "sample string 15",
  "SeniorDiscount": "sample string 16",
  "GroupDiscountAAA": "sample string 17",
  "ActiveOrRetiredFromMilitary": "sample string 18",
  "CoverageCancelledNonRenewedDeclinedLast3Years": "sample string 19",
  "SSN": "sample string 20"
}

application/xml, text/xml

Sample:
<InsertPersonalAutoDriverRequest 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 18</ActiveOrRetiredFromMilitary>
  <AgeWhenFirstLicensed>64</AgeWhenFirstLicensed>
  <CompletedDriverTrainingInLast3Years>sample string 10</CompletedDriverTrainingInLast3Years>
  <CompletionDateAccidentPrevention>2026-04-09T10:39:59.6956267+00:00</CompletionDateAccidentPrevention>
  <ContinuosInsuranceLess31Days>sample string 14</ContinuosInsuranceLess31Days>
  <CoverageCancelledNonRenewedDeclinedLast3Years>sample string 19</CoverageCancelledNonRenewedDeclinedLast3Years>
  <CreditStatusID>1</CreditStatusID>
  <DOB>2026-04-09T10:39:59.6956267+00:00</DOB>
  <DateSuspension>2026-04-09T10:39:59.6956267+00:00</DateSuspension>
  <DriverLicenseNo>sample string 8</DriverLicenseNo>
  <EducationLevelID>1</EducationLevelID>
  <EmailAddresses>sample string 7</EmailAddresses>
  <FirstName>sample string 2</FirstName>
  <Gender>sample string 5</Gender>
  <GetPolicyInfoByEmail>true</GetPolicyInfoByEmail>
  <GoodStudentDiscount>sample string 15</GoodStudentDiscount>
  <GroupDiscountAAA>sample string 17</GroupDiscountAAA>
  <IsNamedInsured>true</IsNamedInsured>
  <LastName>sample string 4</LastName>
  <LearnersPermit>true</LearnersPermit>
  <LicenseStateCode>sample string 9</LicenseStateCode>
  <LicenseStatusID>1</LicenseStatusID>
  <MVRPoints>1</MVRPoints>
  <MaritalStatusID>64</MaritalStatusID>
  <MiddleName>sample string 3</MiddleName>
  <MonthsContinuosCoverageWithoutLapse>1</MonthsContinuosCoverageWithoutLapse>
  <MonthsCurrentAddress>1</MonthsCurrentAddress>
  <MonthsRecentInsuranceCarrier>1</MonthsRecentInsuranceCarrier>
  <NumberLapsesInMostRecent12Months>64</NumberLapsesInMostRecent12Months>
  <NumberOfIncidentslast7Years>64</NumberOfIncidentslast7Years>
  <OccupationID>1</OccupationID>
  <PhoneNumbers>sample string 6</PhoneNumbers>
  <PolicyDetailsID>1</PolicyDetailsID>
  <ReasonNotAutoInsuranceID>1</ReasonNotAutoInsuranceID>
  <RecentBI>sample string 13</RecentBI>
  <RecentInsuranceCarrierID>1</RecentInsuranceCarrierID>
  <RecentPolicyExpirationDate>2026-04-09T10:39:59.6956267+00:00</RecentPolicyExpirationDate>
  <RelationID>1</RelationID>
  <RequireSR22>sample string 11</RequireSR22>
  <ResidenceTypeID>64</ResidenceTypeID>
  <RestrictedLicense>true</RestrictedLicense>
  <SR22CaseNumber>sample string 12</SR22CaseNumber>
  <SSN>sample string 20</SSN>
  <SeniorDiscount>sample string 16</SeniorDiscount>
  <SuspendedLicense>true</SuspendedLicense>
  <YearsAtOccupation>64</YearsAtOccupation>
  <YearsLicensedInState>64</YearsLicensedInState>
</InsertPersonalAutoDriverRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InsertPersonalAutoDriverRequest'.

Response Information

Resource Description

ActionResultDTOOfString
NameDescriptionTypeAdditional information
Result

string

None.

CreatedBy

string

None.

EntityID

integer

None.

RowSource

string

None.

PolicyID

integer

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

InfoMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": "sample string 1",
  "CreatedBy": "sample string 2",
  "EntityID": 3,
  "RowSource": "sample string 4",
  "PolicyID": 5,
  "IsSuccess": true,
  "ErrorCode": "sample string 7",
  "ErrorMessage": "sample string 8",
  "InfoMessage": "sample string 9"
}

application/xml, text/xml

Sample:
<ActionResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects">
  <ErrorCode>sample string 7</ErrorCode>
  <ErrorMessage>sample string 8</ErrorMessage>
  <InfoMessage>sample string 9</InfoMessage>
  <IsSuccess>true</IsSuccess>
  <CreatedBy>sample string 2</CreatedBy>
  <EntityID>3</EntityID>
  <PolicyID>5</PolicyID>
  <Result>sample string 1</Result>
  <RowSource>sample string 4</RowSource>
</ActionResultOfstring>