Click or drag to resize
ParaPlan Logo

TripScheduledByDriverRequestdriverId Property

Driver to assign trip. Do not pass in 0. It will be rejected. Use TripService/ScheduleTrip to unassign

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string driverId { get; set; }

Property Value

Type: String
See Also