| 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
)
public:
CancelTripOfReservationResponse^ CancelTripOfReservation(
String^ token,
String^ device
)
function CancelTripOfReservation(token, device);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
CancelTripOfReservationResponseObject containing information about the request
See Also