Click or drag to resize

JobAllocatedCarrierScac Property

Car Delivery Network
Optional - The SCAC of the allocated carrier

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 AllocatedCarrierScac { get; set; }

Property Value

String
Remarks
(Overrides AllocatedCarrierDOTNumber)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'
See Also