JobShipperScac Property | |
Optional - The SCAC of the shipper to whom this job belongs
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public virtual string ShipperScac { get; set; }
Property Value
StringRemarks
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