Click or drag to resize

JobAllocatedCarrierDOTNumber Property

Car Delivery Network
Optional - The D.O.T number of the allocated carrier

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3102.0 (3.2.3102)
Syntax
C#
public virtual int? AllocatedCarrierDOTNumber { get; set; }

Property Value

NullableInt32
Remarks
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