This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ors-soap-api:public:cancel [2019/11/07 12:08] admin created |
ors-soap-api:public:cancel [2019/11/07 12:17] (current) admin [Return Values] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Cancel method ====== | ||
| + | |||
| + | Cancel booking. This method cancels booking on TourOperator side. After cancellation there can sometimes be cancellation costs. Most TourOperators supports [[cancel_info|cancel_info]]] request, that returns cancellation costs prior to cancellation. | ||
| + | |||
| + | Cancellation costs policies depends on TourOperator. | ||
| + | |||
| + | ===== Parameters ===== | ||
| + | |||
| + | * ''search (array)'' : booking number (''prc'') and touroperator code (''toc'') are required parameters | ||
| + | * ''header (array)'' : [[soap_header|SOAP Header Information]] | ||
| + | |||
| + | ===== Return Values ===== | ||
| + | |||
| + | Check [[book_info|book_info]] . | ||
| + | |||
| ===== JSON Examples ===== | ===== JSON Examples ===== | ||