Optional - The RemoteId of the assigned truck
Namespace:
CarDeliveryNetwork.Api.Data
Assembly:
CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
public virtual string AssignedTruckRemoteId { get; set; }
Public Overridable Property AssignedTruckRemoteId As String
Get
Set
public:
virtual property String^ AssignedTruckRemoteId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The assigned truck must be of the carrier specified in AllocatedCarrierScac.
Reference