/
CANCELLATION OF BOOKING
CANCELLATION OF BOOKING
It is highly recommended to check actual penalties before cancellation.
The following steps should be done:
Call GET /currentCancelInfo method using “proccessId” of the specific service from the reservation; “proccessId” can be obtained from method GET/orders
Method GET /checkstatus is used if it needed to check status of booking before cancellation
Call POST /cancelService using the same “proccessId” to cancel.
As a result of cancellation, one of the corresponding statuses can be returned (see the status table from section).