Advertisement
shanemurphy

Untitled

Feb 18th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. {
  2. "booking": {
  3. "bookingSummary": {
  4. "id": "CGDGH5-DAV-PTY-CM021-201602181526-PTY-DAV-CM015-201602181729",
  5. "owner": {
  6. "email": "email@email.com",
  7. "firstName": "firstname",
  8. "lastName": "lastName",
  9. "phone": "phone",
  10. "properties": {}
  11. },
  12. "passengers": [{
  13. "firstName": "HARRY",
  14. "index": 0,
  15. "lastName": "DOE",
  16. "properties": {
  17. "ticketNumber": "2302165076981",
  18. "surnameRefNumber": "1",
  19. "checkedBagCountTotal": "0",
  20. "rph": "1",
  21. "givenNameRefNumber": "1"
  22. },
  23. "title": "",
  24. "type": "ADULT",
  25. "specialAssistance": false
  26. }, {
  27. "firstName": "JUDE",
  28. "index": 1,
  29. "lastName": "DOE",
  30. "properties": {
  31. "ticketNumber": "2302165076982",
  32. "surnameRefNumber": "2",
  33. "checkedBagCountTotal": "0",
  34. "rph": "2",
  35. "givenNameRefNumber": "2"
  36. },
  37. "title": "",
  38. "type": "ADULT",
  39. "specialAssistance": false
  40. }],
  41. "properties": {
  42. "pnr": "CGDGH5"
  43. },
  44. "segments": [{
  45. "cabinClass": {
  46. "type": "Y"
  47. },
  48. "checkInStatus": {
  49. "properties": {},
  50. "status": "OPEN"
  51. },
  52. "id": "DAV-PTY-CM021-201602181526",
  53. "index": 0,
  54. "legs": [{
  55. "arrivalDateTime": "201602181624",
  56. "boardingDateTime": "201602181441",
  57. "departureDateTime": "201602181526",
  58. "departureGate": "****",
  59. "destination": "PTY",
  60. "flightNumber": "021",
  61. "id": "DAV-PTY-CM021-201602181526",
  62. "index": 0,
  63. "origin": "DAV",
  64. "passengerCheckInStatus": [{
  65. "passengerIndex": 0,
  66. "properties": {
  67. "dcsRefNumber": "66"
  68. },
  69. "sequenceNumber": 1,
  70. "status": "NOT_CHECKED_IN"
  71. }, {
  72. "passengerIndex": 1,
  73. "properties": {
  74. "dcsRefNumber": "67"
  75. },
  76. "sequenceNumber": 2,
  77. "status": "NOT_CHECKED_IN"
  78. }],
  79. "passengerSelections": [{
  80. "ancillaries": [{
  81. "code": "31C",
  82. "type": "SEAT"
  83. }],
  84. "passengerIndex": 0
  85. }, {
  86. "ancillaries": [{
  87. "code": "31A",
  88. "type": "SEAT"
  89. }],
  90. "passengerIndex": 1
  91. }],
  92. "properties": {
  93. "marketingAirline": "CM",
  94. "destinationCountryCode": "PA",
  95. "rph": "1",
  96. "flightScheduleChanged": "false",
  97. "mobileCheckInAllowed": "false",
  98. "checkInCompleted": "false",
  99. "legCheckinStatus": "OPEN",
  100. "originCityName": "David",
  101. "originCountryCode": "PA",
  102. "destinationCityName": "Panama",
  103. "originContinentName": "NA",
  104. "arrivalAtAirport": "201602181426",
  105. "destinationContinentName": "NA",
  106. "originTimezone": "America/Panama",
  107. "checkInMessage": "Mobile Check-in is open now",
  108. "destinationTimezone": "America/Panama",
  109. "apisRequired": "false"
  110. }
  111. }],
  112. "properties": {}
  113. }, {
  114. "cabinClass": {
  115. "type": "Y"
  116. },
  117. "checkInStatus": {
  118. "properties": {},
  119. "status": "OPEN"
  120. },
  121. "id": "PTY-DAV-CM015-201602181729",
  122. "index": 1,
  123. "legs": [{
  124. "arrivalDateTime": "201602181832",
  125. "boardingDateTime": "201602181644",
  126. "departureDateTime": "201602181729",
  127. "departureGate": "****",
  128. "destination": "DAV",
  129. "flightNumber": "015",
  130. "id": "PTY-DAV-CM015-201602181729",
  131. "index": 0,
  132. "origin": "PTY",
  133. "passengerCheckInStatus": [{
  134. "passengerIndex": 0,
  135. "properties": {
  136. "dcsRefNumber": "97"
  137. },
  138. "sequenceNumber": 1,
  139. "status": "NOT_CHECKED_IN"
  140. }],
  141. "passengerSelections": [{
  142. "ancillaries": [{
  143. "code": "31C",
  144. "type": "SEAT"
  145. }],
  146. "passengerIndex": 0
  147. }, {
  148. "ancillaries": [{
  149. "code": "31A",
  150. "type": "SEAT"
  151. }],
  152. "passengerIndex": 1
  153. }],
  154. "properties": {
  155. "marketingAirline": "CM",
  156. "destinationCountryCode": "PA",
  157. "rph": "2",
  158. "flightScheduleChanged": "false",
  159. "mobileCheckInAllowed": "true",
  160. "checkInCompleted": "false",
  161. "legCheckinStatus": "OPEN",
  162. "originCityName": "Panama",
  163. "originCountryCode": "PA",
  164. "destinationCityName": "David",
  165. "originContinentName": "NA",
  166. "arrivalAtAirport": "201602181629",
  167. "destinationContinentName": "NA",
  168. "originTimezone": "America/Panama",
  169. "checkInMessage": "Mobile Check-in is open now",
  170. "destinationTimezone": "America/Panama",
  171. "apisRequired": "false"
  172. }
  173. }],
  174. "properties": {}
  175. }]
  176. },
  177. "pnr": "CGDGH5",
  178. "properties": {}
  179. },
  180. "properties": {}
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement