Click or drag to resize

JobContractedCarrierDOTNumber Property

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

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

Property Value

NullableInt32
Remarks
To be specified when a different carrier will be carrying out the job. Must be specified in conjunction with a ShipperId and AllocatedCarrierId. Only specifiable in API calls made BY the contracted carrier.
See Also