Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. {
  2. "query": {
  3. "od_pairs": [
  4. {
  5. "origin": {
  6. "airports": [
  7. "SFO"
  8. ],
  9. "date": "2019-08-30"
  10. },
  11. "destination": {
  12. "airports": [
  13. "JFK"
  14. ]
  15. }
  16. }
  17. ],
  18. "travelers": [
  19. {
  20. "type": "ADT",
  21. "frequent_flyer": [
  22. {
  23. "airline": "B6",
  24. "number": "1234567",
  25. "program_id": "p_id",
  26. "tier_status": "basic"
  27. }
  28. ]
  29. },
  30. {
  31. "type": "ADT"
  32. }
  33. ]
  34. },
  35. "info": {
  36. "business": true,
  37. "account_code": "acc_code123",
  38. "channel": {
  39. "id": 35,
  40. "agent_code": 98417900,
  41. "selling_country": "us"
  42. },
  43. "user": {
  44. "locale": "es_US",
  45. "currency": "USD"
  46. },
  47. "device": {
  48. "locale": "en_US"
  49. }
  50. },
  51. "itineraries": {
  52. "legs": [
  53. {
  54. "id": "SFOJFK_B616_2019-08-30",
  55. "flight": "B616",
  56. "departure": {
  57. "airport": "SFO",
  58. "time": "2019-08-30T06:40"
  59. },
  60. "destination": {
  61. "airport": "JFK",
  62. "time": "2019-08-30T15:26"
  63. }
  64. },
  65. {
  66. "id": "SFOJFK_B6416_2019-08-30",
  67. "flight": "B6416",
  68. "departure": {
  69. "airport": "SFO",
  70. "time": "2019-08-30T11:18"
  71. },
  72. "destination": {
  73. "airport": "JFK",
  74. "time": "2019-08-30T20:16"
  75. }
  76. },
  77. {
  78. "id": "SFOJFK_B6516_2019-08-30",
  79. "flight": "B6516",
  80. "departure": {
  81. "airport": "SFO",
  82. "time": "2019-08-30T12:47"
  83. },
  84. "destination": {
  85. "airport": "JFK",
  86. "time": "2019-08-30T21:40"
  87. }
  88. }
  89. ],
  90. "od_pairs": [
  91. [
  92. {
  93. "id": "a16667dd-ab48-436d-9530-ae457cfc6f0a",
  94. "origin": "SFO",
  95. "destination": "JFK",
  96. "leg_refs": [
  97. "SFOJFK_B616_2019-08-30"
  98. ],
  99. "services": [
  100. {
  101. "id": "SFOJFK_B616_2019-08-30_Y",
  102. "type": "FLIGHT",
  103. "cabin_class": "Y",
  104. "leg_id": "SFOJFK_B616_2019-08-30"
  105. }
  106. ]
  107. },
  108. {
  109. "id": "e87a1b66-a815-4674-a7fd-2a41ab862c7e",
  110. "origin": "SFO",
  111. "destination": "JFK",
  112. "leg_refs": [
  113. "SFOJFK_B6416_2019-08-30"
  114. ],
  115. "services": [
  116. {
  117. "id": "SFOJFK_B6416_2019-08-30_Y",
  118. "type": "FLIGHT",
  119. "cabin_class": "Y",
  120. "leg_id": "SFOJFK_B6416_2019-08-30"
  121. }
  122. ]
  123. },
  124. {
  125. "id": "b47fb438-5f7a-437e-b936-bf5ba68775aa",
  126. "origin": "SFO",
  127. "destination": "JFK",
  128. "leg_refs": [
  129. "SFOJFK_B6516_2019-08-30"
  130. ],
  131. "services": [
  132. {
  133. "id": "SFOJFK_B6516_2019-08-30_Y",
  134. "type": "FLIGHT",
  135. "cabin_class": "Y",
  136. "leg_id": "SFOJFK_B6516_2019-08-30"
  137. }
  138. ]
  139. }
  140. ]
  141. ]
  142. }
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement