A Car Delivery Network Vehicle entity. You must specify a VIN or Registration.
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataApiEntityBase
CarDeliveryNetwork.Api.DataApiEntityBaseVehicle
CarDeliveryNetwork.Api.DataVehicle
CarDeliveryNetwork.Api.DataCdxVehicle
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
Syntax
The Vehicle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Vehicle |
Initializes a new instance of the Vehicle class
|
Properties
Name | Description | |
---|---|---|
![]() | CdxShipmentId |
Readonly - If part of a CDx shipment, its ID
|
![]() | Color |
Optional (25) - The vehicle color, type or sub-model.
|
![]() | DamageAtDropoff |
Readonly - A collection of EXTRA damage items recorded at dropoff
|
![]() | DamageAtPickup |
Readonly - A collection of damage items recorded at pickup
|
![]() | DamageClaimDate |
Readonly - Date Time of damage claim this vehicle
|
![]() | DamageClaimExtras |
Readonly - A collection of VEXTRA damage claims items recorded at delivery
Readonly - A collection of EXTRA damage items recorded at delivery
|
![]() | DamageClaims |
Readonly - A collection of EXTRA damage claim items recorded at delivery
Readonly - A collection of damage claim items recorded at delivery
|
![]() | DamageClaimSignature |
Readonly - Signature of person damage claim signing off this vehicle
|
![]() | DamageClaimSignedBy |
Readonly - Name of person damage claim signing off this vehicle
|
![]() | DamageClaimSignoffComment |
Readonly - DamageClaimSignoffComment
|
![]() | DutyOfCare |
Readonly - A collection of duty of care fields assocated with this vehicle
|
![]() | IsDelivered |
Readonly - Indicates that the vehicle has been delivered
|
![]() | IsPickedUp |
Readonly - Indicates that the vehicle has been picked up (or delivered)
|
![]() | LoadDirection |
Readonly - The direction the vehicle was loaded in
|
![]() | LoadLevel |
Readonly - The ramp level the vehicle was loaded onto
|
![]() | LoadPosition |
Readonly - The position the vehicle was loaded onto the ramp
|
![]() | Location |
Optional (50) - The vehicle's location or bay number
|
![]() | Make |
Optional (50) - The vehicle make/manufacturer.
|
![]() | Model |
Optional (50) - The vehicle model.
|
![]() | MovementNumber |
Optional (50) - A movement number specific to this Vehicle
|
![]() | NonCompletionReason |
Readonly - The reason that the vehicle was either not pickup up or not delivered
|
![]() | Notes |
Optional (255) - Notes relating to this Vehicle.
|
![]() | Paperwork |
Readonly - A collection of paperwork fields assocated with this vehicle
|
![]() | Photos |
Readonly - A collection of photos assocated with this vehicle
|
![]() | Registration |
Optional (10) - The vehicle registration number or year manufactured.
|
![]() | SenderTripId |
Readonly - If part of a CDx shipment, it will have a sender trip ID
|
![]() | Signature |
Readonly - Signature of person signing off this vehicle
|
![]() | SignedBy |
Readonly - Name of person signing off this vehicle
|
![]() | SignoffComment |
Readonly - SignoffComment
|
![]() | Status |
Readonly - The current status of the Vehicle
|
![]() | Variant |
Optional (50) - The vehicle variant, type or sub-model.
|
![]() | Vin |
Optional (17) - The vehicle identification number. A valid VIN is 6-17 characters.
|
![]() | Weight |
Optional - The vehicle mass in ????
|
Remarks
See Also