A Car Delivery Network Vehicle entity. You must specify a VIN or Registration.
Inheritance Hierarchy
ApiEntityBase
ApiEntityBaseVehicle
CarDeliveryNetwork.Api.DataVehicle
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3081.0 (3.2.3081)
Syntax
C#
public class Vehicle : ApiEntityBase<Vehicle>
The Vehicle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Vehicle |
Initializes a new instance of the Vehicle class
|
Properties
Name | Description | |
---|---|---|
![]() | Color |
Optional (25) - The vehicle color, type or sub-model.
|
![]() | DamageAtDropoff |
Readonly - A collection of EXTRA damage items recorded at dropoff
|
![]() | DamageAtPickup |
A collection of damage items recorded at pickup
|
![]() | DamageClaimDate |
Readonly - Date Time of damage claim this vehicle
|
![]() | DamageClaimExtras |
Readonly - A collection of EXTRA damage items recorded at delivery
|
![]() | DamageClaims |
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
|
![]() | 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 |
A collection of photos assocated with this vehicle
|
![]() | PrePickupDamage |
A collection of damage items recorded before pickup
|
![]() | Registration |
Optional (10) - The vehicle registration number or year manufactured.
|
![]() | Signature |
Readonly - Signature of person signing off this vehicle
|
![]() | SignedBy |
Readonly - Name of person signing off this vehicle
|
![]() | SignoffComment |
Readonly - SignoffComment
|
![]() | 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