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.3008.0 (3.2.3008)
public virtual string ShipperScac { get; set; }
Public Overridable Property ShipperScac As String
Get
Set
public:
virtual property String^ ShipperScac {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
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.
Reference