You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/xap-flight-v3.specs.yaml
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -260,8 +260,11 @@ paths:
260
260
- name: childrenAges
261
261
in: query
262
262
description: Comma-separated list of the ages of all child travelers (ages 2 - 17).
263
+
explode: false
263
264
schema:
264
-
type: string
265
+
type: array
266
+
items:
267
+
type: integer
265
268
example: 4,5
266
269
- name: infantInLap
267
270
in: query
@@ -328,6 +331,7 @@ paths:
328
331
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
329
332
schema:
330
333
type: string
334
+
format: date
331
335
- name: segment2.departureStartTime
332
336
in: query
333
337
description: Lower limit of desired departure time window, expressed in the local time of the departure location, in standard ISO format.
@@ -353,6 +357,7 @@ paths:
353
357
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
354
358
schema:
355
359
type: string
360
+
format: date
356
361
- name: segment3.departureStartTime
357
362
in: query
358
363
description: Lower limit of desired departure time window, expressed in the local time of the departure location, in standard ISO format.
@@ -378,6 +383,7 @@ paths:
378
383
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
379
384
schema:
380
385
type: string
386
+
format: date
381
387
- name: segment4.departureStartTime
382
388
in: query
383
389
description: Lower limit of desired departure time window, expressed in the local time of the departure location, in standard ISO format.
@@ -403,6 +409,7 @@ paths:
403
409
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
404
410
schema:
405
411
type: string
412
+
format: date
406
413
- name: segment5.departureStartTime
407
414
in: query
408
415
description: Lower limit of desired departure time window, expressed in the local time of the departure location, in standard ISO format.
@@ -428,6 +435,7 @@ paths:
428
435
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
429
436
schema:
430
437
type: string
438
+
format: date
431
439
- name: segment6.departureStartTime
432
440
in: query
433
441
description: Lower limit of desired departure time window, expressed in the local time of the departure location, in standard ISO format.
@@ -451,6 +459,11 @@ paths:
451
459
Options can be: economy | first | business | premiumeconomy
452
460
schema:
453
461
type: string
462
+
enum:
463
+
- economy
464
+
- first
465
+
- business
466
+
- premiumeconomy
454
467
example: economy
455
468
- name: numberOfStops
456
469
in: query
@@ -480,14 +493,20 @@ paths:
480
493
- name: selectedCarriers
481
494
in: query
482
495
description: Adding comma-separated list of IATA or Expedia airline codes will limit the search results to include flight offers only with the selected carriers.
496
+
explode: false
483
497
schema:
484
-
type: string
498
+
type: array
499
+
items:
500
+
type: string
485
501
example: AS
486
502
- name: accountCodes
487
503
in: query
488
504
description: AlphaNumeric characters. Different codes separated by comma
description: Date, in ISO format [YYYY-MM-DD], on which customer wants to depart.
1463
1497
schema:
1464
1498
type: string
1499
+
format: date
1465
1500
- name: includeSegmentDetails
1466
1501
in: query
1467
1502
description: |-
@@ -1882,6 +1917,9 @@ paths:
1882
1917
outbound
1883
1918
schema:
1884
1919
type: string
1920
+
enum:
1921
+
- inbound
1922
+
- outbound
1885
1923
- name: includeSegmentDetails
1886
1924
in: query
1887
1925
description: If the user wants to know the segment details of the offer then they can send this param as true and will get the segment and leg level details in the response. By default this will be set as false.
0 commit comments