JobShipperScac Property

Car Delivery Network API DocumentationCar 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.3081.0 (3.2.3081)
Syntax

C#
public virtual string ShipperScac { get; set; }

Property Value

Type: 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

Reference