|
1
|
Resquest:
|
|
2
|
<?xml version="1.0" encoding="gb2312"?>
|
|
3
|
<SOAP-ENV:Envelope
|
|
4
|
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
|
5
|
<SOAP-ENV:Header/>
|
|
6
|
<SOAP-ENV:Body>
|
|
7
|
<OTA_HotelAvailRQ
|
|
8
|
xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="2025121514362129470334641" TimeStamp="2025-12-15T14:36:21.294+08:00" Version="2.2" PrimaryLangID="en-us">
|
|
9
|
<POS>
|
|
10
|
<Source>
|
|
11
|
<RequestorID MessagePassword="Ctripr@Aye$9J6n37j#DeGM" Type="5" ID="ctrip">
|
|
12
|
<CompanyName Code="C" CodeContext="1252"/>
|
|
13
|
</RequestorID>
|
|
14
|
</Source>
|
|
15
|
</POS>
|
|
16
|
<AvailRequestSegments>
|
|
17
|
<AvailRequestSegment>
|
|
18
|
<HotelSearchCriteria>
|
|
19
|
<Criterion>
|
|
20
|
<HotelRef HotelCode="JP001308"/>
|
|
21
|
<StayDateRange Start="2026-01-08" End="2026-01-09"/>
|
|
22
|
<RoomStayCandidates>
|
|
23
|
<RoomStayCandidate Quantity="1">
|
|
24
|
<GuestCounts>
|
|
25
|
<GuestCount AgeQualifyingCode="10"/>
|
|
26
|
</GuestCounts>
|
|
27
|
</RoomStayCandidate>
|
|
28
|
</RoomStayCandidates>
|
|
29
|
</Criterion>
|
|
30
|
</HotelSearchCriteria>
|
|
31
|
</AvailRequestSegment>
|
|
32
|
</AvailRequestSegments>
|
|
33
|
</OTA_HotelAvailRQ>
|
|
34
|
</SOAP-ENV:Body>
|
|
35
|
</SOAP-ENV:Envelope>
|
|
36
|
|
|
37
|
Response:
|
|
38
|
<soap:Envelope
|
|
39
|
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
40
|
xmlns:ns="http://www.opentravel.org/OTA/2003/05">
|
|
41
|
<soap:Header />
|
|
42
|
<soap:Body>
|
|
43
|
<OTA_HotelAvailRS PrimaryLangID="en-us" EchoToken="2025121514362129470334641" TimeStamp="2025-12-15T15:36:21" Version="2.2"
|
|
44
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
45
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
46
|
xmlns="http://www.opentravel.org/OTA/2003/05">
|
|
47
|
<Success />
|
|
48
|
<RoomStays>
|
|
49
|
<RoomStay>
|
|
50
|
<RoomTypes>
|
|
51
|
<RoomType NumberOfUnits="30" RoomTypeCode="RTAA4202">
|
|
52
|
<RoomDescription>
|
|
53
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
54
|
</RoomDescription>
|
|
55
|
</RoomType>
|
|
56
|
</RoomTypes>
|
|
57
|
<RatePlans>
|
|
58
|
<RatePlan RatePlanCode="RAAD2747" PrepaidIndicator="true">
|
|
59
|
<CancelPenalties>
|
|
60
|
<CancelPenalty>
|
|
61
|
<AmountPercent Percent="20.0" />
|
|
62
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
63
|
</CancelPenalty>
|
|
64
|
<CancelPenalty>
|
|
65
|
<AmountPercent Percent="100.0" />
|
|
66
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
67
|
</CancelPenalty>
|
|
68
|
</CancelPenalties>
|
|
69
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
70
|
<RatePlanDescription>
|
|
71
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
72
|
</RatePlanDescription>
|
|
73
|
</RatePlan>
|
|
74
|
</RatePlans>
|
|
75
|
<RoomRates>
|
|
76
|
<RoomRate RoomTypeCode="RTAA4202" RatePlanCode="RAAD2747" RatePlanCategory="501">
|
|
77
|
<Rates>
|
|
78
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
79
|
<Base AmountAfterTax="6658.0" CurrencyCode="JPY" AmountBeforeTax="6658.0" />
|
|
80
|
</Rate>
|
|
81
|
</Rates>
|
|
82
|
<Total AmountAfterTax="6658.0" CurrencyCode="JPY" AmountBeforeTax="6658.0" />
|
|
83
|
</RoomRate>
|
|
84
|
</RoomRates>
|
|
85
|
<GuestCounts>
|
|
86
|
<GuestCount AgeQualifyingCode="10" Count="1" />
|
|
87
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
88
|
</GuestCounts>
|
|
89
|
</RoomStay>
|
|
90
|
<RoomStay>
|
|
91
|
<RoomTypes>
|
|
92
|
<RoomType NumberOfUnits="22" RoomTypeCode="RTAA4203">
|
|
93
|
<RoomDescription>
|
|
94
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
95
|
</RoomDescription>
|
|
96
|
</RoomType>
|
|
97
|
</RoomTypes>
|
|
98
|
<RatePlans>
|
|
99
|
<RatePlan RatePlanCode="RAAD2748" PrepaidIndicator="true">
|
|
100
|
<CancelPenalties>
|
|
101
|
<CancelPenalty>
|
|
102
|
<AmountPercent Percent="20.0" />
|
|
103
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
104
|
</CancelPenalty>
|
|
105
|
<CancelPenalty>
|
|
106
|
<AmountPercent Percent="100.0" />
|
|
107
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
108
|
</CancelPenalty>
|
|
109
|
</CancelPenalties>
|
|
110
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
111
|
<RatePlanDescription>
|
|
112
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
113
|
</RatePlanDescription>
|
|
114
|
</RatePlan>
|
|
115
|
</RatePlans>
|
|
116
|
<RoomRates>
|
|
117
|
<RoomRate RoomTypeCode="RTAA4203" RatePlanCode="RAAD2748" RatePlanCategory="501">
|
|
118
|
<Rates>
|
|
119
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
120
|
<Base AmountAfterTax="6931.0" CurrencyCode="JPY" AmountBeforeTax="6931.0" />
|
|
121
|
</Rate>
|
|
122
|
</Rates>
|
|
123
|
<Total AmountAfterTax="6931.0" CurrencyCode="JPY" AmountBeforeTax="6931.0" />
|
|
124
|
</RoomRate>
|
|
125
|
</RoomRates>
|
|
126
|
<GuestCounts>
|
|
127
|
<GuestCount AgeQualifyingCode="10" Count="1" />
|
|
128
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
129
|
</GuestCounts>
|
|
130
|
</RoomStay>
|
|
131
|
<RoomStay>
|
|
132
|
<RoomTypes>
|
|
133
|
<RoomType NumberOfUnits="10" RoomTypeCode="RAA20488">
|
|
134
|
<RoomDescription>
|
|
135
|
<Text TextFormat="PlainText">Single Use No Meal</Text>
|
|
136
|
</RoomDescription>
|
|
137
|
</RoomType>
|
|
138
|
</RoomTypes>
|
|
139
|
<RatePlans>
|
|
140
|
<RatePlan RatePlanCode="PAB71388" PrepaidIndicator="true">
|
|
141
|
<CancelPenalties>
|
|
142
|
<CancelPenalty>
|
|
143
|
<AmountPercent Percent="100.0" />
|
|
144
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="9" OffsetDropTime="BeforeArrival" />
|
|
145
|
</CancelPenalty>
|
|
146
|
</CancelPenalties>
|
|
147
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
148
|
<RatePlanDescription>
|
|
149
|
<Text TextFormat="PlainText">Single Use No Meal</Text>
|
|
150
|
</RatePlanDescription>
|
|
151
|
</RatePlan>
|
|
152
|
</RatePlans>
|
|
153
|
<RoomRates>
|
|
154
|
<RoomRate RoomTypeCode="RAA20488" RatePlanCode="PAB71388" RatePlanCategory="501">
|
|
155
|
<Rates>
|
|
156
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
157
|
<Base AmountAfterTax="7045.0" CurrencyCode="JPY" AmountBeforeTax="7045.0" />
|
|
158
|
</Rate>
|
|
159
|
</Rates>
|
|
160
|
<Total AmountAfterTax="7045.0" CurrencyCode="JPY" AmountBeforeTax="7045.0" />
|
|
161
|
</RoomRate>
|
|
162
|
</RoomRates>
|
|
163
|
<GuestCounts>
|
|
164
|
<GuestCount AgeQualifyingCode="10" Count="1" />
|
|
165
|
<GuestCount AgeQualifyingCode="8" Count="0" />
|
|
166
|
</GuestCounts>
|
|
167
|
</RoomStay>
|
|
168
|
<RoomStay>
|
|
169
|
<RoomTypes>
|
|
170
|
<RoomType NumberOfUnits="30" RoomTypeCode="RTAA4202">
|
|
171
|
<RoomDescription>
|
|
172
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
173
|
</RoomDescription>
|
|
174
|
</RoomType>
|
|
175
|
</RoomTypes>
|
|
176
|
<RatePlans>
|
|
177
|
<RatePlan RatePlanCode="RAAB8138" PrepaidIndicator="true">
|
|
178
|
<CancelPenalties>
|
|
179
|
<CancelPenalty>
|
|
180
|
<AmountPercent Percent="20.0" />
|
|
181
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
182
|
</CancelPenalty>
|
|
183
|
<CancelPenalty>
|
|
184
|
<AmountPercent Percent="100.0" />
|
|
185
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
186
|
</CancelPenalty>
|
|
187
|
</CancelPenalties>
|
|
188
|
<MealsIncluded Breakfast="true" Lunch="false" Dinner="false" NumberOfMeal="1" />
|
|
189
|
<RatePlanDescription>
|
|
190
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
191
|
</RatePlanDescription>
|
|
192
|
</RatePlan>
|
|
193
|
</RatePlans>
|
|
194
|
<RoomRates>
|
|
195
|
<RoomRate RoomTypeCode="RTAA4202" RatePlanCode="RAAB8138" RatePlanCategory="501">
|
|
196
|
<Rates>
|
|
197
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
198
|
<Base AmountAfterTax="7398.0" CurrencyCode="JPY" AmountBeforeTax="7398.0" />
|
|
199
|
</Rate>
|
|
200
|
</Rates>
|
|
201
|
<Total AmountAfterTax="7398.0" CurrencyCode="JPY" AmountBeforeTax="7398.0" />
|
|
202
|
</RoomRate>
|
|
203
|
</RoomRates>
|
|
204
|
<GuestCounts>
|
|
205
|
<GuestCount AgeQualifyingCode="10" Count="1" />
|
|
206
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
207
|
</GuestCounts>
|
|
208
|
</RoomStay>
|
|
209
|
<RoomStay>
|
|
210
|
<RoomTypes>
|
|
211
|
<RoomType NumberOfUnits="22" RoomTypeCode="RTAA4203">
|
|
212
|
<RoomDescription>
|
|
213
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
214
|
</RoomDescription>
|
|
215
|
</RoomType>
|
|
216
|
</RoomTypes>
|
|
217
|
<RatePlans>
|
|
218
|
<RatePlan RatePlanCode="RAAB8139" PrepaidIndicator="true">
|
|
219
|
<CancelPenalties>
|
|
220
|
<CancelPenalty>
|
|
221
|
<AmountPercent Percent="20.0" />
|
|
222
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
223
|
</CancelPenalty>
|
|
224
|
<CancelPenalty>
|
|
225
|
<AmountPercent Percent="100.0" />
|
|
226
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
227
|
</CancelPenalty>
|
|
228
|
</CancelPenalties>
|
|
229
|
<MealsIncluded Breakfast="true" Lunch="false" Dinner="false" NumberOfMeal="1" />
|
|
230
|
<RatePlanDescription>
|
|
231
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
232
|
</RatePlanDescription>
|
|
233
|
</RatePlan>
|
|
234
|
</RatePlans>
|
|
235
|
<RoomRates>
|
|
236
|
<RoomRate RoomTypeCode="RTAA4203" RatePlanCode="RAAB8139" RatePlanCategory="501">
|
|
237
|
<Rates>
|
|
238
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
239
|
<Base AmountAfterTax="7671.0" CurrencyCode="JPY" AmountBeforeTax="7671.0" />
|
|
240
|
</Rate>
|
|
241
|
</Rates>
|
|
242
|
<Total AmountAfterTax="7671.0" CurrencyCode="JPY" AmountBeforeTax="7671.0" />
|
|
243
|
</RoomRate>
|
|
244
|
</RoomRates>
|
|
245
|
<GuestCounts>
|
|
246
|
<GuestCount AgeQualifyingCode="10" Count="1" />
|
|
247
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
248
|
</GuestCounts>
|
|
249
|
</RoomStay>
|
|
250
|
<RoomStay>
|
|
251
|
<RoomTypes>
|
|
252
|
<RoomType NumberOfUnits="3" RoomTypeCode="RTAA4204">
|
|
253
|
<RoomDescription>
|
|
254
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
255
|
</RoomDescription>
|
|
256
|
</RoomType>
|
|
257
|
</RoomTypes>
|
|
258
|
<RatePlans>
|
|
259
|
<RatePlan RatePlanCode="RAAD2749" PrepaidIndicator="true">
|
|
260
|
<CancelPenalties>
|
|
261
|
<CancelPenalty>
|
|
262
|
<AmountPercent Percent="20.0" />
|
|
263
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
264
|
</CancelPenalty>
|
|
265
|
<CancelPenalty>
|
|
266
|
<AmountPercent Percent="100.0" />
|
|
267
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
268
|
</CancelPenalty>
|
|
269
|
</CancelPenalties>
|
|
270
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
271
|
<RatePlanDescription>
|
|
272
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
273
|
</RatePlanDescription>
|
|
274
|
</RatePlan>
|
|
275
|
</RatePlans>
|
|
276
|
<RoomRates>
|
|
277
|
<RoomRate RoomTypeCode="RTAA4204" RatePlanCode="RAAD2749" RatePlanCategory="501">
|
|
278
|
<Rates>
|
|
279
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
280
|
<Base AmountAfterTax="9432.0" CurrencyCode="JPY" AmountBeforeTax="9432.0" />
|
|
281
|
</Rate>
|
|
282
|
</Rates>
|
|
283
|
<Total AmountAfterTax="9432.0" CurrencyCode="JPY" AmountBeforeTax="9432.0" />
|
|
284
|
</RoomRate>
|
|
285
|
</RoomRates>
|
|
286
|
<GuestCounts>
|
|
287
|
<GuestCount AgeQualifyingCode="10" Count="2" />
|
|
288
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
289
|
</GuestCounts>
|
|
290
|
</RoomStay>
|
|
291
|
<RoomStay>
|
|
292
|
<RoomTypes>
|
|
293
|
<RoomType NumberOfUnits="3" RoomTypeCode="RTAA4204">
|
|
294
|
<RoomDescription>
|
|
295
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
296
|
</RoomDescription>
|
|
297
|
</RoomType>
|
|
298
|
</RoomTypes>
|
|
299
|
<RatePlans>
|
|
300
|
<RatePlan RatePlanCode="RAAB8140" PrepaidIndicator="true">
|
|
301
|
<CancelPenalties>
|
|
302
|
<CancelPenalty>
|
|
303
|
<AmountPercent Percent="20.0" />
|
|
304
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
305
|
</CancelPenalty>
|
|
306
|
<CancelPenalty>
|
|
307
|
<AmountPercent Percent="100.0" />
|
|
308
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
309
|
</CancelPenalty>
|
|
310
|
</CancelPenalties>
|
|
311
|
<MealsIncluded Breakfast="true" Lunch="false" Dinner="false" NumberOfMeal="2" />
|
|
312
|
<RatePlanDescription>
|
|
313
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
314
|
</RatePlanDescription>
|
|
315
|
</RatePlan>
|
|
316
|
</RatePlans>
|
|
317
|
<RoomRates>
|
|
318
|
<RoomRate RoomTypeCode="RTAA4204" RatePlanCode="RAAB8140" RatePlanCategory="501">
|
|
319
|
<Rates>
|
|
320
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
321
|
<Base AmountAfterTax="10912.0" CurrencyCode="JPY" AmountBeforeTax="10912.0" />
|
|
322
|
</Rate>
|
|
323
|
</Rates>
|
|
324
|
<Total AmountAfterTax="10912.0" CurrencyCode="JPY" AmountBeforeTax="10912.0" />
|
|
325
|
</RoomRate>
|
|
326
|
</RoomRates>
|
|
327
|
<GuestCounts>
|
|
328
|
<GuestCount AgeQualifyingCode="10" Count="2" />
|
|
329
|
<GuestCount AgeQualifyingCode="8" Count="1" />
|
|
330
|
</GuestCounts>
|
|
331
|
</RoomStay>
|
|
332
|
<RoomStay>
|
|
333
|
<RoomTypes>
|
|
334
|
<RoomType NumberOfUnits="10" RoomTypeCode="RAA20058">
|
|
335
|
<RoomDescription>
|
|
336
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
337
|
</RoomDescription>
|
|
338
|
</RoomType>
|
|
339
|
</RoomTypes>
|
|
340
|
<RatePlans>
|
|
341
|
<RatePlan RatePlanCode="PAB63696" PrepaidIndicator="true">
|
|
342
|
<CancelPenalties>
|
|
343
|
<CancelPenalty>
|
|
344
|
<AmountPercent Percent="20.0" />
|
|
345
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
346
|
</CancelPenalty>
|
|
347
|
<CancelPenalty>
|
|
348
|
<AmountPercent Percent="100.0" />
|
|
349
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
350
|
</CancelPenalty>
|
|
351
|
</CancelPenalties>
|
|
352
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
353
|
<RatePlanDescription>
|
|
354
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
355
|
</RatePlanDescription>
|
|
356
|
</RatePlan>
|
|
357
|
</RatePlans>
|
|
358
|
<RoomRates>
|
|
359
|
<RoomRate RoomTypeCode="RAA20058" RatePlanCode="PAB63696" RatePlanCategory="501">
|
|
360
|
<Rates>
|
|
361
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
362
|
<Base AmountAfterTax="13315.0" CurrencyCode="JPY" AmountBeforeTax="13315.0" />
|
|
363
|
</Rate>
|
|
364
|
</Rates>
|
|
365
|
<Total AmountAfterTax="13315.0" CurrencyCode="JPY" AmountBeforeTax="13315.0" />
|
|
366
|
</RoomRate>
|
|
367
|
</RoomRates>
|
|
368
|
<GuestCounts>
|
|
369
|
<GuestCount AgeQualifyingCode="10" Count="2" />
|
|
370
|
<GuestCount AgeQualifyingCode="8" Count="0" />
|
|
371
|
</GuestCounts>
|
|
372
|
</RoomStay>
|
|
373
|
<RoomStay>
|
|
374
|
<RoomTypes>
|
|
375
|
<RoomType NumberOfUnits="10" RoomTypeCode="RAA20058">
|
|
376
|
<RoomDescription>
|
|
377
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
378
|
</RoomDescription>
|
|
379
|
</RoomType>
|
|
380
|
</RoomTypes>
|
|
381
|
<RatePlans>
|
|
382
|
<RatePlan RatePlanCode="PAB63697" PrepaidIndicator="true">
|
|
383
|
<CancelPenalties>
|
|
384
|
<CancelPenalty>
|
|
385
|
<AmountPercent Percent="20.0" />
|
|
386
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="3" OffsetDropTime="BeforeArrival" />
|
|
387
|
</CancelPenalty>
|
|
388
|
<CancelPenalty>
|
|
389
|
<AmountPercent Percent="100.0" />
|
|
390
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="2" OffsetDropTime="BeforeArrival" />
|
|
391
|
</CancelPenalty>
|
|
392
|
</CancelPenalties>
|
|
393
|
<MealsIncluded Breakfast="true" Lunch="false" Dinner="false" NumberOfMeal="2" />
|
|
394
|
<RatePlanDescription>
|
|
395
|
<Text TextFormat="PlainText">Breakfast</Text>
|
|
396
|
</RatePlanDescription>
|
|
397
|
</RatePlan>
|
|
398
|
</RatePlans>
|
|
399
|
<RoomRates>
|
|
400
|
<RoomRate RoomTypeCode="RAA20058" RatePlanCode="PAB63697" RatePlanCategory="501">
|
|
401
|
<Rates>
|
|
402
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
403
|
<Base AmountAfterTax="14795.0" CurrencyCode="JPY" AmountBeforeTax="14795.0" />
|
|
404
|
</Rate>
|
|
405
|
</Rates>
|
|
406
|
<Total AmountAfterTax="14795.0" CurrencyCode="JPY" AmountBeforeTax="14795.0" />
|
|
407
|
</RoomRate>
|
|
408
|
</RoomRates>
|
|
409
|
<GuestCounts>
|
|
410
|
<GuestCount AgeQualifyingCode="10" Count="2" />
|
|
411
|
<GuestCount AgeQualifyingCode="8" Count="0" />
|
|
412
|
</GuestCounts>
|
|
413
|
</RoomStay>
|
|
414
|
<RoomStay>
|
|
415
|
<RoomTypes>
|
|
416
|
<RoomType NumberOfUnits="10" RoomTypeCode="RAA20488">
|
|
417
|
<RoomDescription>
|
|
418
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
419
|
</RoomDescription>
|
|
420
|
</RoomType>
|
|
421
|
</RoomTypes>
|
|
422
|
<RatePlans>
|
|
423
|
<RatePlan RatePlanCode="PAB71387" PrepaidIndicator="true">
|
|
424
|
<CancelPenalties>
|
|
425
|
<CancelPenalty>
|
|
426
|
<AmountPercent Percent="100.0" />
|
|
427
|
<Deadline OffsetTimeUnit="Day" OffsetUnitMultiplier="9" OffsetDropTime="BeforeArrival" />
|
|
428
|
</CancelPenalty>
|
|
429
|
</CancelPenalties>
|
|
430
|
<MealsIncluded Breakfast="false" Lunch="false" Dinner="false" NumberOfMeal="0" />
|
|
431
|
<RatePlanDescription>
|
|
432
|
<Text TextFormat="PlainText">No Meal</Text>
|
|
433
|
</RatePlanDescription>
|
|
434
|
</RatePlan>
|
|
435
|
</RatePlans>
|
|
436
|
<RoomRates>
|
|
437
|
<RoomRate RoomTypeCode="RAA20488" RatePlanCode="PAB71387" RatePlanCategory="501">
|
|
438
|
<Rates>
|
|
439
|
<Rate EffectiveDate="2026-01-08" ExpireDate="2026-01-09">
|
|
440
|
<Base AmountAfterTax="7045.0" CurrencyCode="JPY" AmountBeforeTax="7045.0" />
|
|
441
|
</Rate>
|
|
442
|
</Rates>
|
|
443
|
<Total AmountAfterTax="7045.0" CurrencyCode="JPY" AmountBeforeTax="7045.0" />
|
|
444
|
</RoomRate>
|
|
445
|
</RoomRates>
|
|
446
|
<GuestCounts>
|
|
447
|
<GuestCount AgeQualifyingCode="10" Count="2" />
|
|
448
|
<GuestCount AgeQualifyingCode="8" Count="0" />
|
|
449
|
</GuestCounts>
|
|
450
|
</RoomStay>
|
|
451
|
</RoomStays>
|
|
452
|
<HotelStays>
|
|
453
|
<HotelStay>
|
|
454
|
<BasicPropertyInfo HotelCode="JP001308" HotelName="Washington R&B Hotel Umeda-Higashi" />
|
|
455
|
</HotelStay>
|
|
456
|
</HotelStays>
|
|
457
|
</OTA_HotelAvailRS>
|
|
458
|
</soap:Body>
|
|
459
|
</soap:Envelope>
|