Click or drag to resize

JobAssignedDriverId Property

Car Delivery Network
Optional - The Id of the assigned driver

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? AssignedDriverId { get; set; }

Property Value

NullableInt32
Remarks
The assigned driver must be of the carrier specified in AllocatedCarrierScac.
See Also