Click or drag to resize
ParaPlan Logo

ReservationServiceCancelReservation Method

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 CancelReservationResponse CancelReservation(
	CancelReservationRequest request,
	string token,
	string device
)

Parameters

request
Type: ParaPlanREST.ModelsCancelReservationRequest
Object containing cancellation information
token
Type: SystemString
device
Type: SystemString
Device name used when logging into API

Return Value

Type: CancelReservationResponse
Object containing information about the request
See Also