GET api/customer/vehicle

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleSummaryView
NameDescriptionTypeAdditional information
Id

integer

None.

ID

integer

None.

RegNumber

string

None.

Plate

string

None.

DivisionId

integer

None.

DivisionName

string

None.

DefaultTripTypePrivate

boolean

None.

ModelType

string

None.

ModelYear

integer

None.

StatOdometer

integer

None.

LastStatusGpsTime

date

None.

LastStatusGpsTimeLocal

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfVehicleSummaryView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Saga.Kjorebok.Backend.Models">
  <VehicleSummaryView>
    <DefaultTripTypePrivate>true</DefaultTripTypePrivate>
    <DivisionId>4</DivisionId>
    <DivisionName>sample string 5</DivisionName>
    <Id>1</Id>
    <LastStatusGpsTime>2026-03-31T11:07:42.5953593+00:00</LastStatusGpsTime>
    <ModelType>sample string 7</ModelType>
    <ModelYear>1</ModelYear>
    <Plate>sample string 3</Plate>
    <RegNumber>sample string 2</RegNumber>
    <StatOdometer>8</StatOdometer>
  </VehicleSummaryView>
  <VehicleSummaryView>
    <DefaultTripTypePrivate>true</DefaultTripTypePrivate>
    <DivisionId>4</DivisionId>
    <DivisionName>sample string 5</DivisionName>
    <Id>1</Id>
    <LastStatusGpsTime>2026-03-31T11:07:42.5953593+00:00</LastStatusGpsTime>
    <ModelType>sample string 7</ModelType>
    <ModelYear>1</ModelYear>
    <Plate>sample string 3</Plate>
    <RegNumber>sample string 2</RegNumber>
    <StatOdometer>8</StatOdometer>
  </VehicleSummaryView>
</ArrayOfVehicleSummaryView>