Click or drag to resize
ParaPlan Logo

ReservationServiceCancelTripOfReservation Method (CancelTripOfReservationRequest, String, String)

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(
	CancelTripOfReservationRequest request,
	string token,
	string device
)

Parameters

request
Type: ParaPlanREST.ModelsCancelTripOfReservationRequest
Object containing cancellation information
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