-
Notifications
You must be signed in to change notification settings - Fork 26
/
twa-postman-collection.json
512 lines (512 loc) · 56 KB
/
twa-postman-collection.json
1
2
3
4
5
6
7
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
{
"info": {
"_postman_id": "85cc5ce2-adeb-4676-9a62-fde561e8baa3",
"name": "Manning - TWA",
"description": "This collection contain all the endpoints of the different API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "578119"
},
"item": [
{
"name": "api-clusters",
"item": [
{
"name": "Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:4070/api/flights/clusters/itineraries?from=BUE,MIA&to=MIA,BUE&departure=2024-09-29,2024-10-03&adults=1&children=1&infants=1&amount=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "4070",
"path": [
"api",
"flights",
"clusters",
"itineraries"
],
"query": [
{
"key": "from",
"value": "BUE,MIA"
},
{
"key": "to",
"value": "MIA,BUE"
},
{
"key": "departure",
"value": "2024-09-29,2024-10-03"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "1"
},
{
"key": "infants",
"value": "1"
},
{
"key": "amount",
"value": "10"
}
]
},
"description": "This endpoint provide you the chance to do a search and obtain all itineraries with the final price"
},
"response": []
},
{
"name": "Search next page",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:4070/api/flights/clusters/itineraries?from=BUE,MIA&to=MIA,BUE&departure=2024-11-29,2024-12-03&adults=1&children=1&infants=1&amount=10&id=TWA_g=2024-11-29T13:03:13.990582_f=BUE,MIA_t=MIA,BUE_d=2024-11-29,2024-12-03_a=1_c=1_i=1&offset=1",
"protocol": "http",
"host": [
"localhost"
],
"port": "4070",
"path": [
"api",
"flights",
"clusters",
"itineraries"
],
"query": [
{
"key": "from",
"value": "BUE,MIA"
},
{
"key": "to",
"value": "MIA,BUE"
},
{
"key": "departure",
"value": "2024-11-29,2024-12-03"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "1"
},
{
"key": "infants",
"value": "1"
},
{
"key": "amount",
"value": "10"
},
{
"key": "id",
"value": "TWA_g=2024-11-29T13:03:13.990582_f=BUE,MIA_t=MIA,BUE_d=2024-11-29,2024-12-03_a=1_c=1_i=1"
},
{
"key": "offset",
"value": "1"
}
]
},
"description": "This endpoint provide you the chance to do a search and obtain all itineraries with the final price"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:4070/api/flights/clusters/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "4070",
"path": [
"api",
"flights",
"clusters",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
},
{
"name": "api-pricing",
"item": [
{
"name": "Pricing-Itineraries",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "[\n {\n \"id\": \"b131c0a4-0476-4cb2-88bc-54466796ad0e\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 2,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 5,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 194.92,\n \"base\": 287.49,\n \"quantity\": 1,\n \"subtotal\": 482.41,\n \"total\": 482.41,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 208.18,\n \"base\": 531.42,\n \"quantity\": 1,\n \"subtotal\": 739.6,\n \"total\": 739.6,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 102.79,\n \"base\": 70.06,\n \"quantity\": 1,\n \"subtotal\": 172.85,\n \"total\": 172.85,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AR\"\n },\n {\n \"id\": \"011cba34-a6e6-4dda-a8d2-e205fad2f03c\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 1,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 0,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 214.78,\n \"base\": 707.65,\n \"quantity\": 1,\n \"subtotal\": 922.43,\n \"total\": 922.43,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 177.99,\n \"base\": 742.21,\n \"quantity\": 1,\n \"subtotal\": 920.2,\n \"total\": 920.2,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 111.48,\n \"base\": 32.19,\n \"quantity\": 1,\n \"subtotal\": 143.67,\n \"total\": 143.67,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"556c589b-14f8-4d9d-9de5-d123e07546a1\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 4,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 9,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 33.9,\n \"base\": 191.6,\n \"quantity\": 1,\n \"subtotal\": 225.5,\n \"total\": 225.5,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 143.44,\n \"base\": 547.43,\n \"quantity\": 1,\n \"subtotal\": 690.87,\n \"total\": 690.87,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 215.68,\n \"base\": 421.75,\n \"quantity\": 1,\n \"subtotal\": 637.43,\n \"total\": 637.43,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"5c7d6d79-c614-4786-83c7-e420bbeb703a\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 6,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 1,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 184.86,\n \"base\": 614.69,\n \"quantity\": 1,\n \"subtotal\": 799.55,\n \"total\": 799.55,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 4.04,\n \"base\": 79.68,\n \"quantity\": 1,\n \"subtotal\": 83.72,\n \"total\": 83.72,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 56.01,\n \"base\": 233.59,\n \"quantity\": 1,\n \"subtotal\": 289.6,\n \"total\": 289.6,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"723b0b3a-446d-4052-8e10-03d542adc37a\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 8,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 7,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 234.72,\n \"base\": 447.2,\n \"quantity\": 1,\n \"subtotal\": 681.92,\n \"total\": 681.92,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 163.31,\n \"base\": 253.96,\n \"quantity\": 1,\n \"subtotal\": 417.27,\n \"total\": 417.27,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 116.6,\n \"base\": 109.52,\n \"quantity\": 1,\n \"subtotal\": 226.12,\n \"total\": 226.12,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"b6fdfebf-516a-4474-b9fc-1ad6719fbb84\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 5,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 9,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 120.83,\n \"base\": 441.67,\n \"quantity\": 1,\n \"subtotal\": 562.5,\n \"total\": 562.5,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 186.88,\n \"base\": 385.72,\n \"quantity\": 1,\n \"subtotal\": 572.6,\n \"total\": 572.6,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 140.48,\n \"base\": 379.17,\n \"quantity\": 1,\n \"subtotal\": 519.65,\n \"total\": 519.65,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"8ca2fa6f-e7ae-4700-be1f-f1c4515528b9\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 1,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 2,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 85.05,\n \"base\": 282.28,\n \"quantity\": 1,\n \"subtotal\": 367.33,\n \"total\": 367.33,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 153.55,\n \"base\": 836.78,\n \"quantity\": 1,\n \"subtotal\": 990.33,\n \"total\": 990.33,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 155.48,\n \"base\": 427.39,\n \"quantity\": 1,\n \"subtotal\": 582.87,\n \"total\": 582.87,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"6240c6e1-bb18-402b-afba-fcfc53f6e330\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 3,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 7,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 222.11,\n \"base\": 713.77,\n \"quantity\": 1,\n \"subtotal\": 935.88,\n \"total\": 935.88,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 180.12,\n \"base\": 451.91,\n \"quantity\": 1,\n \"subtotal\": 632.03,\n \"total\": 632.03,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 91.74,\n \"base\": 541.1,\n \"quantity\": 1,\n \"subtotal\": 632.84,\n \"total\": 632.84,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"LA\"\n },\n {\n \"id\": \"729746ab-ebfe-4c85-b7d1-bf1c3a3bdf46\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 4,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 1,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 55.63,\n \"base\": 734.25,\n \"quantity\": 1,\n \"subtotal\": 789.88,\n \"total\": 789.88,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 35.47,\n \"base\": 207.77,\n \"quantity\": 1,\n \"subtotal\": 243.24,\n \"total\": 243.24,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 110.72,\n \"base\": 899.57,\n \"quantity\": 1,\n \"subtotal\": 1010.29,\n \"total\": 1010.29,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"09ac5e10-8e17-4a1b-9b84-0aad9e7876d4\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 7,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 8,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 107.51,\n \"base\": 451.15,\n \"quantity\": 1,\n \"subtotal\": 558.66,\n \"total\": 558.66,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 206.31,\n \"base\": 786.82,\n \"quantity\": 1,\n \"subtotal\": 993.13,\n \"total\": 993.13,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 189.1,\n \"base\": 590.63,\n \"quantity\": 1,\n \"subtotal\": 779.73,\n \"total\": 779.73,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"DL\"\n },\n {\n \"id\": \"e75e32ab-3979-4af2-b358-5327c12c5b9e\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 5,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 6,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 142.6,\n \"base\": 571.1,\n \"quantity\": 1,\n \"subtotal\": 713.7,\n \"total\": 713.7,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 199.68,\n \"base\": 702.5,\n \"quantity\": 1,\n \"subtotal\": 902.18,\n \"total\": 902.18,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 32.0,\n \"base\": 274.27,\n \"quantity\": 1,\n \"subtotal\": 306.27,\n \"total\": 306.27,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"754015d9-9440-4daf-8255-7eb87215da88\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 4,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 3,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 131.52,\n \"base\": 424.97,\n \"quantity\": 1,\n \"subtotal\": 556.49,\n \"total\": 556.49,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 156.29,\n \"base\": 161.0,\n \"quantity\": 1,\n \"subtotal\": 317.29,\n \"total\": 317.29,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 15.92,\n \"base\": 756.45,\n \"quantity\": 1,\n \"subtotal\": 772.37,\n \"total\": 772.37,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"360d2685-5dbd-4357-b2ba-67d115ea22d4\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 8,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 1,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 102.52,\n \"base\": 546.41,\n \"quantity\": 1,\n \"subtotal\": 648.93,\n \"total\": 648.93,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 45.11,\n \"base\": 583.68,\n \"quantity\": 1,\n \"subtotal\": 628.79,\n \"total\": 628.79,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 20.7,\n \"base\": 110.39,\n \"quantity\": 1,\n \"subtotal\": 131.09,\n \"total\": 131.09,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"JJ\"\n },\n {\n \"id\": \"a269dcc3-02d7-48ba-86e4-e7d417363979\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 2,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 7,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 78.63,\n \"base\": 608.58,\n \"quantity\": 1,\n \"subtotal\": 687.21,\n \"total\": 687.21,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 153.3,\n \"base\": 187.29,\n \"quantity\": 1,\n \"subtotal\": 340.59,\n \"total\": 340.59,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 111.63,\n \"base\": 879.53,\n \"quantity\": 1,\n \"subtotal\": 991.16,\n \"total\": 991.16,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"LA\"\n },\n {\n \"id\": \"cac50fc1-10fa-4b8f-a7de-8bd8abbc04a7\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 5,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 4,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 153.25,\n \"base\": 271.62,\n \"quantity\": 1,\n \"subtotal\": 424.87,\n \"total\": 424.87,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 98.86,\n \"base\": 8.08,\n \"quantity\": 1,\n \"subtotal\": 106.94,\n \"total\": 106.94,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 168.8,\n \"base\": 571.02,\n \"quantity\": 1,\n \"subtotal\": 739.82,\n \"total\": 739.82,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"DL\"\n },\n {\n \"id\": \"0cf9125a-c8ed-4eee-bb71-78827e068ef5\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 2,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 1,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 49.07,\n \"base\": 511.53,\n \"quantity\": 1,\n \"subtotal\": 560.6,\n \"total\": 560.6,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 29.15,\n \"base\": 665.21,\n \"quantity\": 1,\n \"subtotal\": 694.36,\n \"total\": 694.36,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 5.2,\n \"base\": 195.98,\n \"quantity\": 1,\n \"subtotal\": 201.18,\n \"total\": 201.18,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"256b43cf-7112-4d9d-a55d-935ecd7091f9\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 4,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 3,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 202.95,\n \"base\": 527.42,\n \"quantity\": 1,\n \"subtotal\": 730.37,\n \"total\": 730.37,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 97.49,\n \"base\": 99.33,\n \"quantity\": 1,\n \"subtotal\": 196.82,\n \"total\": 196.82,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 229.37,\n \"base\": 695.08,\n \"quantity\": 1,\n \"subtotal\": 924.45,\n \"total\": 924.45,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"KL\"\n },\n {\n \"id\": \"10615cae-18e8-402e-ae92-48f792038229\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 2,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 2,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 181.94,\n \"base\": 195.46,\n \"quantity\": 1,\n \"subtotal\": 377.4,\n \"total\": 377.4,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 48.33,\n \"base\": 113.78,\n \"quantity\": 1,\n \"subtotal\": 162.11,\n \"total\": 162.11,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 62.37,\n \"base\": 905.88,\n \"quantity\": 1,\n \"subtotal\": 968.25,\n \"total\": 968.25,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"DL\"\n },\n {\n \"id\": \"ca1fd888-12c7-4091-a1f2-e60bb17edb6d\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 9,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 9,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 38.45,\n \"base\": 241.8,\n \"quantity\": 1,\n \"subtotal\": 280.25,\n \"total\": 280.25,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 145.45,\n \"base\": 423.54,\n \"quantity\": 1,\n \"subtotal\": 568.99,\n \"total\": 568.99,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 230.2,\n \"base\": 916.89,\n \"quantity\": 1,\n \"subtotal\": 1147.09,\n \"total\": 1147.09,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"AA\"\n },\n {\n \"id\": \"fafbf3d8-edf8-4c6e-82c4-e704231c5831\",\n \"segments\": [\n {\n \"legs\": [\n {\n \"origin\": \"BUE\",\n \"destination\": \"MIA\",\n \"departureDate\": \"2024-09-29\",\n \"departureTime\": \"06:00\",\n \"arrivalDate\": \"2024-09-29\",\n \"arrivalTime\": \"12:00\",\n \"number\": 4,\n \"flightDuration\": \"07:00\"\n }\n ],\n \"flightDuration\": \"07:00\"\n },\n {\n \"legs\": [\n {\n \"origin\": \"MIA\",\n \"destination\": \"BUE\",\n \"departureDate\": \"2024-10-03\",\n \"departureTime\": \"12:00\",\n \"arrivalDate\": \"2024-10-03\",\n \"arrivalTime\": \"18:00\",\n \"number\": 8,\n \"flightDuration\": \"05:00\"\n }\n ],\n \"flightDuration\": \"05:00\"\n }\n ],\n \"priceInfo\": {\n \"adults\": {\n \"tax\": 59.47,\n \"base\": 634.33,\n \"quantity\": 1,\n \"subtotal\": 693.8,\n \"total\": 693.8,\n \"type\": \"ADULT\",\n \"markup\": null\n },\n \"children\": {\n \"tax\": 78.62,\n \"base\": 621.49,\n \"quantity\": 1,\n \"subtotal\": 700.11,\n \"total\": 700.11,\n \"type\": \"CHILD\",\n \"markup\": null\n },\n \"infants\": {\n \"tax\": 115.06,\n \"base\": 396.89,\n \"quantity\": 1,\n \"subtotal\": 511.95,\n \"total\": 511.95,\n \"type\": \"INFANT\",\n \"markup\": null\n }\n },\n \"provider\": \"BETA\",\n \"flightType\": \"ROUND_TRIP\",\n \"carrier\": \"KL\"\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:5070/api/flights/pricing/itineraries",
"protocol": "http",
"host": [
"localhost"
],
"port": "5070",
"path": [
"api",
"flights",
"pricing",
"itineraries"
]
},
"description": "This endpoint obtain the markup of each type of passenger and the final price of each itinerary"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5070/api/flights/pricing/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "5070",
"path": [
"api",
"flights",
"pricing",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
},
{
"name": "api-catalog",
"item": [
{
"name": "City by code",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:6070/api/flights/catalog/city/BUE",
"protocol": "http",
"host": [
"localhost"
],
"port": "6070",
"path": [
"api",
"flights",
"catalog",
"city",
"BUE"
]
},
"description": "This endpoint provide all the information about one particular city"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:6070/api/flights/catalog/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "6070",
"path": [
"api",
"flights",
"catalog",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
},
{
"name": "api-itineraries-search",
"item": [
{
"name": "Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:7070/api/flights/itineraries-search/itineraries?from=BUE,MIA&to=MIA,BUE&departure=2024-11-29,2024-12-03&adults=1&children=1&infants=1&amount=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "7070",
"path": [
"api",
"flights",
"itineraries-search",
"itineraries"
],
"query": [
{
"key": "from",
"value": "BUE,MIA"
},
{
"key": "to",
"value": "MIA,BUE"
},
{
"key": "departure",
"value": "2024-11-29,2024-12-03"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "1"
},
{
"key": "infants",
"value": "1"
},
{
"key": "amount",
"value": "10"
}
]
},
"description": "This endpoint provide a search to all the providers"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:7070/api/flights/itineraries-search/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "7070",
"path": [
"api",
"flights",
"itineraries-search",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
},
{
"name": "api-provider-alpha",
"item": [
{
"name": "Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8070/api/flights/provider/alpha/itineraries?from=BUE,MIA&to=MIA,BUE&departure=2024-11-29,2024-12-03&adults=1&children=1&infants=1&amount=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "8070",
"path": [
"api",
"flights",
"provider",
"alpha",
"itineraries"
],
"query": [
{
"key": "from",
"value": "BUE,MIA"
},
{
"key": "to",
"value": "MIA,BUE"
},
{
"key": "departure",
"value": "2024-11-29,2024-12-03"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "1"
},
{
"key": "infants",
"value": "1"
},
{
"key": "amount",
"value": "10"
}
]
},
"description": "This request is for do a search in the Provider-Alpha"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8070/api/flights/provider/alpha/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "8070",
"path": [
"api",
"flights",
"provider",
"alpha",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
},
{
"name": "api-provider-beta",
"item": [
{
"name": "Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:9070/api/flights/provider/beta/itineraries?from=BUE,MIA&to=MIA,BUE&departure=2024-11-29,2024-12-03&adults=1&children=1&infants=1&amount=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "9070",
"path": [
"api",
"flights",
"provider",
"beta",
"itineraries"
],
"query": [
{
"key": "from",
"value": "BUE,MIA"
},
{
"key": "to",
"value": "MIA,BUE"
},
{
"key": "departure",
"value": "2024-11-29,2024-12-03"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "1"
},
{
"key": "infants",
"value": "1"
},
{
"key": "amount",
"value": "10"
}
]
},
"description": "This endpoint do a search in the Provider-Beta"
},
"response": []
},
{
"name": "Health",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:9070/api/flights/provider/beta/health",
"protocol": "http",
"host": [
"localhost"
],
"port": "9070",
"path": [
"api",
"flights",
"provider",
"beta",
"health"
]
},
"description": "This endpoint provide you information about the status of the API"
},
"response": []
}
]
}
]
}