ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Use-CaseUser PurposeUser Settings Operational SettingsSpecial SettingsComments
2
Hotels API - standard flowUser can perform standart booking flow (Search to Book) - Best-Practice : booking flow with Best Packages output.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - checked + "1 X Cheapest"
- Keep settings as default
3
Hotels API - Dynaimc markups flowUser can perform standart booknig flow.
With additional Dynamiic markups logic.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - unchecked
- Keep settings as default.

Dynamic Markup
- Markup type - ""Group by price key""
- Parity price delta - 1 (in Clients Curency)
- Amount - 5% below market price
- Results output - All Winning (by default)
*Best-Practice configuration - can be changed.
Verify User has at least:
1 Net Supplier - as Target.
1 Gross Supplier - as MPS.

(on the Contact Level)
4
Hotels API - SmartBook flowUser can perform standart hotels flow, with additional SmartBook logic in book step.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - checked + "1 X Cheapest"
- Keep settings as default SmartBook - Enabled.

- Usage-type : "ProfitGen in book" / "ErrorRecovery in book"
- Work-Mode : Live
- Allowed contracts : "Users active cotracts"
- Timeout : 25 sec
*Best-Practice configuration - can be changed.
5
Hotels API - Rebooker flowRebooker user - runs every day to search and find better / more profitable rates.
Rebooker can Search, Book new rates and cancel old rates.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - unchecked
- Keep settings as default Rebooker - Enabled.

- Work-Mode - Live
-
Max allowed rebooking per segment - 4
-
Discard candidates threshold - 50%
-
Get updated price treshold - 30%

Rebooker Candidates settings
- Its total amount is over - 15$ (or Clients currency)
-
days prior to check-in - 7
-
days prior to free cxl-policy date - 7
*Best-Practice configuration - can be changed.
Rebooker is defined on Client Node, and requires a additional "Rebooker@comapny.com" user to perform Seraches, Book new rates and cancel older ones.
6
B2C (Wrapper) APIUser can perform Wrapper (B2C) API flow, with enhanced use exprience:
- with additinal Hotel Filtering capabilties.
- with additinal Pagination capabilty.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - checked + "1 X Cheapest"
- Keep settings as default
Combine Low details search with ability to invoke GetPakcages' - Chceked.
7
One (Async) API User can perform Async (One) API flow, with additinal asyncronic capabilities for fetching results by first in first out.
A single call which performs - Search, GetPackages, Cxl-Policy and PreBook.
Hotels
- Timeout - Search - 15 sec | GetDetails - 10 sec

- Hide ""On Request"" rooms - unchecked
- Allow user to book non-refundable Nets - checked
- Allow user to book Nets with CC payment - checked
- Allow user to book Nets with Cash payment - checked

- Output best packages - checked + "1 X Cheapest"
- Keep settings as default
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100