Click or drag to resize
ParaPlan Logo

ReservationServiceCancelTripOfReservation Method (String, String)

TEST Cancel single Trip of Reservation

POST restURL/ReservationService/CancelSingleTrip?Token={token}&Device={device}

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CancelTripOfReservationResponse CancelTripOfReservation(
	string token,
	string device
)

Parameters

token
Type: SystemString
device
Type: SystemString
Device name used when logging into API

Return Value

Type: CancelTripOfReservationResponse
Object containing information about the request
See Also