Table of Contents

Cancel Info method

This method checks if cancellation is possible and what are cancellation costs (depending on TourOperator policy).

You can cancel booking with cancel request.

Cancellation costs are then visible in:

"response": {"ttp": ?}

If ttp is empty then you can cancel without costs.

Parameters

Return Values

Check book_info .

JSON Examples

@see ORS JSON API how to post request.

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