Click or drag to resize
ParaPlan Logo

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
)

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: ObjectResponseTrip
Object that has updated trip.
See Also