Optional - The SCAC of the allocated carrier
Namespace:
CarDeliveryNetwork.Api.Data
Assembly:
CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
public virtual string AllocatedCarrierScac { get; set; }
Public Overridable Property AllocatedCarrierScac As String
Get
Set
public:
virtual property String^ AllocatedCarrierScac {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Specifying AllocatedCarrierScac during job creation will ignore the Status field and attempt to
allocate the job directly to this carrier. Status will be set to 'Allocated'
Reference