Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. {
  2. "userName": "JIJIAJIU",
  3. "contact_email": "reservations@goquo.com",
  4. "contact_name": "Reservations",
  5. "contact_tel": "18812341234",
  6. "productCode": "a02a21ba3790afe6fe3046e780020c26",
  7. "flights": [
  8. {
  9. "aSR": true,
  10. "aircraftTypes": [
  11. {
  12. "aircraftGroupCode": "737",
  13. "aircraftTypeCode": "73V",
  14. "category": "J"
  15. }
  16. ],
  17. "arrivalAirport": "CTU",
  18. "arrivalDate": "2019-09-29",
  19. "arrivalTerminal": "T1",
  20. "arrivalTime": "07:10",
  21. "avl": "Y:A,B:A,H:A,K:A,L:A,M:A,X:A,V:A,N:A,Q:A,P:A,A:0,U:A,T:0,Z:0,R:0,E:0,W:0,S:0,G:0,O:0",
  22. "carrier": "8L",
  23. "departureAirport": "BKK",
  24. "departureDate": "2019-09-29",
  25. "departureTerminal": "",
  26. "departureTime": "03:20",
  27. "destination": "CTU",
  28. "distance": 1186,
  29. "duration": 170,
  30. "et": true,
  31. "flightNumber": "812",
  32. "id": 2,
  33. "intermediateAirports": [],
  34. "io": 0,
  35. "mealService": "",
  36. "operatingCarrier": "8L",
  37. "operatingFlightNumber": "812",
  38. "origin": "BKK",
  39. "serviceType": null,
  40. "stopQuantity": 0
  41. },
  42. {
  43. "aSR": true,
  44. "aircraftTypes": [
  45. {
  46. "aircraftGroupCode": "737",
  47. "aircraftTypeCode": "73L",
  48. "category": "J"
  49. }
  50. ],
  51. "arrivalAirport": "LJG",
  52. "arrivalDate": "2019-09-29",
  53. "arrivalTerminal": "",
  54. "arrivalTime": "20:20",
  55. "avl": "Y:A,B:A,H:A,K:A,L:A,M:A,X:A,V:A,N:A,Q:A,P:9,A:0,U:0,T:0,Z:0,R:0,E:0,W:0,S:0,G:0,O:0",
  56. "carrier": "8L",
  57. "departureAirport": "CTU",
  58. "departureDate": "2019-09-29",
  59. "departureTerminal": "T2",
  60. "departureTime": "18:45",
  61. "destination": "LJG",
  62. "distance": 361,
  63. "duration": 95,
  64. "et": true,
  65. "flightNumber": "9625",
  66. "id": 3,
  67. "intermediateAirports": [],
  68. "io": 0,
  69. "mealService": "",
  70. "operatingCarrier": "8L",
  71. "operatingFlightNumber": "9625",
  72. "origin": "CTU",
  73. "serviceType": null,
  74. "stopQuantity": 0
  75. }
  76. ],
  77. "passengerList": [
  78. {
  79. "accompany_first_name": null,
  80. "accompany_surname": null,
  81. "arrcity": null,
  82. "arrcountry": null,
  83. "arrpost": null,
  84. "arrprovince": null,
  85. "arrstreet": null,
  86. "birth_day": "2015-02-28",
  87. "citizenship": "VN",
  88. "depcity": null,
  89. "depcountry": null,
  90. "deppost": null,
  91. "depprovince": null,
  92. "depstreet": null,
  93. "first_name": "nguyen",
  94. "num_country": "VN",
  95. "num_datetime": "2022-11-11",
  96. "num_type": "P",
  97. "number": "G1231231231",
  98. "sex": "M",
  99. "surname": "TEST",
  100. "telphone": null,
  101. "user_type": "ADT"
  102. },
  103. {
  104. "accompany_first_name": null,
  105. "accompany_surname": null,
  106. "arrcity": null,
  107. "arrcountry": null,
  108. "arrpost": null,
  109. "arrprovince": null,
  110. "arrstreet": null,
  111. "birth_day": "1982-04-22",
  112. "citizenship": "VN",
  113. "depcity": null,
  114. "depcountry": null,
  115. "deppost": null,
  116. "depprovince": null,
  117. "depstreet": null,
  118. "first_name": "Quentina",
  119. "num_country": "VN",
  120. "num_datetime": "2022-11-11",
  121. "num_type": "P",
  122. "number": "G1231231231",
  123. "sex": "M",
  124. "surname": "TEST",
  125. "telphone": null,
  126. "user_type": "ADT"
  127. },
  128. {
  129. "accompany_first_name": null,
  130. "accompany_surname": null,
  131. "arrcity": null,
  132. "arrcountry": null,
  133. "arrpost": null,
  134. "arrprovince": null,
  135. "arrstreet": null,
  136. "birth_day": "2011-04-22",
  137. "citizenship": "VN",
  138. "depcity": null,
  139. "depcountry": null,
  140. "deppost": null,
  141. "depprovince": null,
  142. "depstreet": null,
  143. "first_name": "asasasas",
  144. "num_country": "VN",
  145. "num_datetime": "2022-11-11",
  146. "num_type": "P",
  147. "number": "G1231231231",
  148. "sex": "M",
  149. "surname": "TEST",
  150. "telphone": null,
  151. "user_type": "CHD"
  152. }
  153. ]
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement