GET v1/enterprise/personalvehicles?pageNumber={pageNumber}&modifiedStartDate={modifiedStartDate}&modifiedEndDate={modifiedEndDate}&pageSize={pageSize}

Gets personal vehicle details for all personal-auto policies whose last-modified timestamp falls within the supplied date range, ordered by tenant Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageNumber

1-based page number (must be > 0).

integer

Required

modifiedStartDate

Inclusive start date of the last-modified window.

date

Required

modifiedEndDate

Inclusive end date of the last-modified window.

date

Required

pageSize

Records per page — defaults to 100, maximum 1000.

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

Paginated personal vehicle data ordered by tenant Id.

EnterprisePersonalVehiclesData
NameDescriptionTypeAdditional information
PageNumber

Current page number (1-based).

integer

None.

PageSize

Number of records per page.

integer

None.

TotalItems

Total records available across all pages.

integer

None.

TotalPages

Total number of pages.

integer

None.

Data

Vehicle records for the requested page.

Collection of PersonalVehicleInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "PageSize": 100,
  "TotalItems": 500,
  "TotalPages": 5,
  "Data": [
    {
      "QQTenantID": 2345,
      "PolicyId": 3434,
      "CustomerId": 1,
      "DateLastModified": "2026-08-15T08:35:45.0808259+00:00",
      "Vehicles": [
        {
          "VehicleID": 201,
          "PolicyDetailsID": 10111,
          "Year": 2022,
          "Make": "Toyota",
          "Model": "Camry",
          "VIN": "1HGBH41JXMN109186",
          "Color": "Blue",
          "VehicleType": "Sedan",
          "Symbol": "S",
          "AnnualMiles": 12000,
          "CommuteMiles": 15,
          "ActualCashValue": 1500.0,
          "MSRP": 2500.0,
          "GarageAddressLine1": "123 Main St",
          "GarageAddressLine2": "Suite 100",
          "GarageAddressCity": "Denver",
          "GarageAddressState": "CO",
          "GarageAddressZip": "80202",
          "PassiveSeatBelt": true,
          "AntiLockBrakes": "Available",
          "AirBag": "Driver Only",
          "AntitheftPassive": "Installed",
          "AntitheftActive": "Installed",
          "AntitheftNone": "None",
          "VehicleUseID": 1,
          "TagNumber": "ABC123"
        },
        {
          "VehicleID": 201,
          "PolicyDetailsID": 10111,
          "Year": 2022,
          "Make": "Toyota",
          "Model": "Camry",
          "VIN": "1HGBH41JXMN109186",
          "Color": "Blue",
          "VehicleType": "Sedan",
          "Symbol": "S",
          "AnnualMiles": 12000,
          "CommuteMiles": 15,
          "ActualCashValue": 1500.0,
          "MSRP": 2500.0,
          "GarageAddressLine1": "123 Main St",
          "GarageAddressLine2": "Suite 100",
          "GarageAddressCity": "Denver",
          "GarageAddressState": "CO",
          "GarageAddressZip": "80202",
          "PassiveSeatBelt": true,
          "AntiLockBrakes": "Available",
          "AirBag": "Driver Only",
          "AntitheftPassive": "Installed",
          "AntitheftActive": "Installed",
          "AntitheftNone": "None",
          "VehicleUseID": 1,
          "TagNumber": "ABC123"
        }
      ]
    },
    {
      "QQTenantID": 2345,
      "PolicyId": 3434,
      "CustomerId": 1,
      "DateLastModified": "2026-08-15T08:35:45.0808259+00:00",
      "Vehicles": [
        {
          "VehicleID": 201,
          "PolicyDetailsID": 10111,
          "Year": 2022,
          "Make": "Toyota",
          "Model": "Camry",
          "VIN": "1HGBH41JXMN109186",
          "Color": "Blue",
          "VehicleType": "Sedan",
          "Symbol": "S",
          "AnnualMiles": 12000,
          "CommuteMiles": 15,
          "ActualCashValue": 1500.0,
          "MSRP": 2500.0,
          "GarageAddressLine1": "123 Main St",
          "GarageAddressLine2": "Suite 100",
          "GarageAddressCity": "Denver",
          "GarageAddressState": "CO",
          "GarageAddressZip": "80202",
          "PassiveSeatBelt": true,
          "AntiLockBrakes": "Available",
          "AirBag": "Driver Only",
          "AntitheftPassive": "Installed",
          "AntitheftActive": "Installed",
          "AntitheftNone": "None",
          "VehicleUseID": 1,
          "TagNumber": "ABC123"
        },
        {
          "VehicleID": 201,
          "PolicyDetailsID": 10111,
          "Year": 2022,
          "Make": "Toyota",
          "Model": "Camry",
          "VIN": "1HGBH41JXMN109186",
          "Color": "Blue",
          "VehicleType": "Sedan",
          "Symbol": "S",
          "AnnualMiles": 12000,
          "CommuteMiles": 15,
          "ActualCashValue": 1500.0,
          "MSRP": 2500.0,
          "GarageAddressLine1": "123 Main St",
          "GarageAddressLine2": "Suite 100",
          "GarageAddressCity": "Denver",
          "GarageAddressState": "CO",
          "GarageAddressZip": "80202",
          "PassiveSeatBelt": true,
          "AntiLockBrakes": "Available",
          "AirBag": "Driver Only",
          "AntitheftPassive": "Installed",
          "AntitheftActive": "Installed",
          "AntitheftNone": "None",
          "VehicleUseID": 1,
          "TagNumber": "ABC123"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<EnterprisePersonalVehiclesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.EnterpriseModels">
  <Data>
    <PersonalVehicleInfo>
      <CustomerId>1</CustomerId>
      <DateLastModified>2026-08-15T08:35:45.0808259+00:00</DateLastModified>
      <PolicyId>3434</PolicyId>
      <QQTenantID>2345</QQTenantID>
      <Vehicles>
        <PersonalVehiclesDetails>
          <ActualCashValue>1500.00</ActualCashValue>
          <AirBag>Driver Only</AirBag>
          <AnnualMiles>12000</AnnualMiles>
          <AntiLockBrakes>Available</AntiLockBrakes>
          <AntitheftActive>Installed</AntitheftActive>
          <AntitheftNone>None</AntitheftNone>
          <AntitheftPassive>Installed</AntitheftPassive>
          <Color>Blue</Color>
          <CommuteMiles>15</CommuteMiles>
          <GarageAddressCity>Denver</GarageAddressCity>
          <GarageAddressLine1>123 Main St</GarageAddressLine1>
          <GarageAddressLine2>Suite 100</GarageAddressLine2>
          <GarageAddressState>CO</GarageAddressState>
          <GarageAddressZip>80202</GarageAddressZip>
          <MSRP>2500.00</MSRP>
          <Make>Toyota</Make>
          <Model>Camry</Model>
          <PassiveSeatBelt>true</PassiveSeatBelt>
          <PolicyDetailsID>10111</PolicyDetailsID>
          <Symbol>S</Symbol>
          <TagNumber>ABC123</TagNumber>
          <VIN>1HGBH41JXMN109186</VIN>
          <VehicleID>201</VehicleID>
          <VehicleType>Sedan</VehicleType>
          <VehicleUseID>1</VehicleUseID>
          <Year>2022</Year>
        </PersonalVehiclesDetails>
        <PersonalVehiclesDetails>
          <ActualCashValue>1500.00</ActualCashValue>
          <AirBag>Driver Only</AirBag>
          <AnnualMiles>12000</AnnualMiles>
          <AntiLockBrakes>Available</AntiLockBrakes>
          <AntitheftActive>Installed</AntitheftActive>
          <AntitheftNone>None</AntitheftNone>
          <AntitheftPassive>Installed</AntitheftPassive>
          <Color>Blue</Color>
          <CommuteMiles>15</CommuteMiles>
          <GarageAddressCity>Denver</GarageAddressCity>
          <GarageAddressLine1>123 Main St</GarageAddressLine1>
          <GarageAddressLine2>Suite 100</GarageAddressLine2>
          <GarageAddressState>CO</GarageAddressState>
          <GarageAddressZip>80202</GarageAddressZip>
          <MSRP>2500.00</MSRP>
          <Make>Toyota</Make>
          <Model>Camry</Model>
          <PassiveSeatBelt>true</PassiveSeatBelt>
          <PolicyDetailsID>10111</PolicyDetailsID>
          <Symbol>S</Symbol>
          <TagNumber>ABC123</TagNumber>
          <VIN>1HGBH41JXMN109186</VIN>
          <VehicleID>201</VehicleID>
          <VehicleType>Sedan</VehicleType>
          <VehicleUseID>1</VehicleUseID>
          <Year>2022</Year>
        </PersonalVehiclesDetails>
      </Vehicles>
    </PersonalVehicleInfo>
    <PersonalVehicleInfo>
      <CustomerId>1</CustomerId>
      <DateLastModified>2026-08-15T08:35:45.0808259+00:00</DateLastModified>
      <PolicyId>3434</PolicyId>
      <QQTenantID>2345</QQTenantID>
      <Vehicles>
        <PersonalVehiclesDetails>
          <ActualCashValue>1500.00</ActualCashValue>
          <AirBag>Driver Only</AirBag>
          <AnnualMiles>12000</AnnualMiles>
          <AntiLockBrakes>Available</AntiLockBrakes>
          <AntitheftActive>Installed</AntitheftActive>
          <AntitheftNone>None</AntitheftNone>
          <AntitheftPassive>Installed</AntitheftPassive>
          <Color>Blue</Color>
          <CommuteMiles>15</CommuteMiles>
          <GarageAddressCity>Denver</GarageAddressCity>
          <GarageAddressLine1>123 Main St</GarageAddressLine1>
          <GarageAddressLine2>Suite 100</GarageAddressLine2>
          <GarageAddressState>CO</GarageAddressState>
          <GarageAddressZip>80202</GarageAddressZip>
          <MSRP>2500.00</MSRP>
          <Make>Toyota</Make>
          <Model>Camry</Model>
          <PassiveSeatBelt>true</PassiveSeatBelt>
          <PolicyDetailsID>10111</PolicyDetailsID>
          <Symbol>S</Symbol>
          <TagNumber>ABC123</TagNumber>
          <VIN>1HGBH41JXMN109186</VIN>
          <VehicleID>201</VehicleID>
          <VehicleType>Sedan</VehicleType>
          <VehicleUseID>1</VehicleUseID>
          <Year>2022</Year>
        </PersonalVehiclesDetails>
        <PersonalVehiclesDetails>
          <ActualCashValue>1500.00</ActualCashValue>
          <AirBag>Driver Only</AirBag>
          <AnnualMiles>12000</AnnualMiles>
          <AntiLockBrakes>Available</AntiLockBrakes>
          <AntitheftActive>Installed</AntitheftActive>
          <AntitheftNone>None</AntitheftNone>
          <AntitheftPassive>Installed</AntitheftPassive>
          <Color>Blue</Color>
          <CommuteMiles>15</CommuteMiles>
          <GarageAddressCity>Denver</GarageAddressCity>
          <GarageAddressLine1>123 Main St</GarageAddressLine1>
          <GarageAddressLine2>Suite 100</GarageAddressLine2>
          <GarageAddressState>CO</GarageAddressState>
          <GarageAddressZip>80202</GarageAddressZip>
          <MSRP>2500.00</MSRP>
          <Make>Toyota</Make>
          <Model>Camry</Model>
          <PassiveSeatBelt>true</PassiveSeatBelt>
          <PolicyDetailsID>10111</PolicyDetailsID>
          <Symbol>S</Symbol>
          <TagNumber>ABC123</TagNumber>
          <VIN>1HGBH41JXMN109186</VIN>
          <VehicleID>201</VehicleID>
          <VehicleType>Sedan</VehicleType>
          <VehicleUseID>1</VehicleUseID>
          <Year>2022</Year>
        </PersonalVehiclesDetails>
      </Vehicles>
    </PersonalVehicleInfo>
  </Data>
  <PageNumber>1</PageNumber>
  <PageSize>100</PageSize>
  <TotalItems>500</TotalItems>
  <TotalPages>5</TotalPages>
</EnterprisePersonalVehiclesData>