Table of contents
-
- Search methods
- Check methods
- Booking methods
- Info methods
Data export
- Methods
Table of contents
Data export
This is an old revision of the document!
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.
search (array)
: booking number (prc
) and touroperator code (toc
) are required parametersheader (array)
: SOAP Header InformationCheck [[book_info|book_info]]].
@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]" } }