Click or drag to resize

JobAssignedTruckRemoteId Property

Car Delivery Network
Optional - The RemoteId of the assigned truck

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public virtual string AssignedTruckRemoteId { get; set; }

Property Value

String
Remarks
The assigned truck must be of the carrier specified in AllocatedCarrierScac.
See Also