Click or drag to resize

JobShipperScac Property

Car Delivery Network
Optional - The SCAC of the shipper to whom this job belongs

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3102.0 (3.2.3102)
Syntax
C#
public virtual string ShipperScac { get; set; }

Property Value

String
Remarks
Specifying ShipperScac during job creation will create the job on behalf of the specified shipper. The job will be automatically allocated to the carrier creating the job. If ShipperScac is set, AllocatedCarrierScac is ignored.
See Also