Optional - The CDN Id of the allocated carrier
Namespace:
CarDeliveryNetwork.Api.Data
Assembly:
CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
public virtual int AllocatedCarrierId { get; set; }
Public Overridable Property AllocatedCarrierId As Integer
Get
Set
public:
virtual property int AllocatedCarrierId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
(Overrides AllocatedCarrierScac) Specifying AllocatedCarrierId during job creation will ignore the Status field and attempt to
allocate the job directly to this carrier. Status will be set to 'Allocated'
Reference