Ctrack Maxx API  4.0.4.257
API for ctrack
Properties | List of all members
DCT.CtrackExternalAPI.Model.VehicleMappingExtended Class Reference

Contains all information needed to map a vehicle from the Ctrack database to an entity in a third party database. Extended Edition More...

Inheritance diagram for DCT.CtrackExternalAPI.Model.VehicleMappingExtended:
DCT.CtrackExternalAPI.Model.BaseModel

Properties

int VehicleId [get, set]
 Unique Id of a vehicle in the Ctrack database More...
 
string VehicleRegistration [get, set]
 The vehicles registration number More...
 
string VehicleDescription [get, set]
 The vehicles description More...
 
int UnitType [get, set]
 The unit type ID More...
 
string FleetNumber [get, set]
 The fleet number is an alternative vehicle Id.
More...
 
string SerialNumber [get, set]
 The serial number of the tracking unit More...
 
string VinNumber [get, set]
 The Vin Number of the Vehicle the Unit is attached to. (Not supported for all UnitTypes) More...
 
string EngineNumber [get, set]
 The Engine Number of the vehicle the unit is attached to (Not supported for all UnitTypes) More...
 
string VehicleModel [get, set]
 Freetext field used to describe the vehicle model More...
 
string VehicleMake [get, set]
 Freetext field used to describe the vehicle make More...
 
string VehicleColour [get, set]
 Freetext field used for the vehicle colour More...
 
string VehicleGroupID [get, set]
 Internal Vehicle Group ID to which the Vehicle has been assigned. More...
 
string ProfileName [get, set]
 Profile Name More...
 
string CostCentre [get, set]
 Internal identifier for the costcenter the vehicle is assigned to. More...
 
string DeviceType [get, set]
 Internal identifier for the device type More...
 
string Message [get, set]
 A human readable text description of errors or exceptions More...
 

Detailed Description

Contains all information needed to map a vehicle from the Ctrack database to an entity in a third party database. Extended Edition

Property Documentation

◆ CostCentre

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.CostCentre
getset

Internal identifier for the costcenter the vehicle is assigned to.

◆ DeviceType

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.DeviceType
getset

Internal identifier for the device type

◆ EngineNumber

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.EngineNumber
getset

The Engine Number of the vehicle the unit is attached to (Not supported for all UnitTypes)

◆ FleetNumber

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.FleetNumber
getset

The fleet number is an alternative vehicle Id.

It can be entered into Ctrack Maxx against all vehicles, it is 'free type' and not guaranteed to be unique.

◆ Message

string DCT.CtrackExternalAPI.Model.BaseModel.Message
getsetinherited

A human readable text description of errors or exceptions

◆ ProfileName

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.ProfileName
getset

Profile Name

◆ SerialNumber

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.SerialNumber
getset

The serial number of the tracking unit

◆ UnitType

int DCT.CtrackExternalAPI.Model.VehicleMappingExtended.UnitType
getset

The unit type ID

◆ VehicleColour

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleColour
getset

Freetext field used for the vehicle colour

◆ VehicleDescription

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleDescription
getset

The vehicles description

◆ VehicleGroupID

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleGroupID
getset

Internal Vehicle Group ID to which the Vehicle has been assigned.

◆ VehicleId

int DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleId
getset

Unique Id of a vehicle in the Ctrack database

◆ VehicleMake

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleMake
getset

Freetext field used to describe the vehicle make

◆ VehicleModel

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleModel
getset

Freetext field used to describe the vehicle model

◆ VehicleRegistration

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VehicleRegistration
getset

The vehicles registration number

◆ VinNumber

string DCT.CtrackExternalAPI.Model.VehicleMappingExtended.VinNumber
getset

The Vin Number of the Vehicle the Unit is attached to. (Not supported for all UnitTypes)