| TripServiceUnscheduleTrip Method |
Unschedule a trip
POST restURL/UnscheduleTrip?Token={token}&Device={device}&FleetManagerId={fleetManager}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ObjectResponse<Trip> UnscheduleTrip(
Trip trip,
string token,
string device
)
public:
ObjectResponse<Trip^>^ UnscheduleTrip(
Trip^ trip,
String^ token,
String^ device
)
function UnscheduleTrip(trip, token, device);
Parameters
- trip
- Type: ParaPlanREST.ModelsTrip
A of Trip to be unscheduled - token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
ObjectResponseTripObject that has updated trip.
See Also