JobAllocatedCarrierDOTNumber Property | |
Optional - The D.O.T number of the allocated carrier
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public virtual int? AllocatedCarrierDOTNumber { get; set; }
Property Value
NullableInt32Remarks
Specifying AllocatedCarrierDOTNumber during job creation will ignore the Status field and attempt to
allocate the job directly to this carrier. Status will be set to 'Allocated'
See Also