| 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; }
public:
property String^ driverId {
String^ get ();
void set (String^ value);
}
function get_driverId();
function set_driverId(value);
Property Value
Type:
StringSee Also