Table of Contents

Cancel method

Cancel booking. This method cancels booking on TourOperator side. After cancellation there can sometimes be cancellation costs. Most TourOperators supports cancel_info] request, that returns cancellation costs prior to cancellation.

Cancellation costs policies depends on TourOperator.

Parameters

Return Values

Check book_info .

JSON Examples

@see ORS JSON API how to post request.

{
  "requestType" : "book",
  "action": "cancel",
  "search": {
    "prc": "5527588",
    "toc": "ODP"
  },
  "header": {
    "lang": "[lang]",
    "usr" : "[usr]",
    "pass": "[pass]",
    "agid": "[agid]"
  }
}