Advertisement
shanemurphy

Untitled

Feb 19th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. {
  2. "booking": {
  3. "bookingSummary": {
  4. "id": "CGIRAE-DAV-PTY-CM021-201602191526-PTY-DAV-CM015-201602191729",
  5. "owner": {
  6. "email": "email@email.com",
  7. "firstName": "firstname",
  8. "lastName": "lastName",
  9. "phone": "phone",
  10. "properties": {}
  11. },
  12. "passengers": [{
  13. "firstName": "BO",
  14. "index": 0,
  15. "lastName": "DOE",
  16. "properties": {
  17. "ticketNumber": "2302165077311",
  18. "surnameRefNumber": "1",
  19. "checkedBagCountTotal": "0",
  20. "rph": "1",
  21. "givenNameRefNumber": "1"
  22. },
  23. "title": "",
  24. "type": "ADULT",
  25. "specialAssistance": false
  26. }],
  27. "properties": {
  28. "pnr": "CGIRAE"
  29. },
  30. "segments": [{
  31. "cabinClass": {
  32. "type": "Y"
  33. },
  34. "checkInStatus": {
  35. "properties": {},
  36. "status": "OPEN"
  37. },
  38. "id": "DAV-PTY-CM021-201602191526",
  39. "index": 0,
  40. "legs": [{
  41. "arrivalDateTime": "201602191624",
  42. "boardingDateTime": "201602191441",
  43. "departureDateTime": "201602191526",
  44. "departureGate": "****",
  45. "destination": "PTY",
  46. "flightNumber": "021",
  47. "id": "DAV-PTY-CM021-201602191526",
  48. "index": 0,
  49. "origin": "DAV",
  50. "passengerCheckInStatus": [{
  51. "passengerIndex": 0,
  52. "properties": {
  53. "dcsRefNumber": "71"
  54. },
  55. "sequenceNumber": 1,
  56. "status": "NOT_CHECKED_IN"
  57. }],
  58. "passengerSelections": [{
  59. "ancillaries": [{
  60. "code": "31A",
  61. "type": "SEAT"
  62. }],
  63. "passengerIndex": 0
  64. }],
  65. "properties": {
  66. "marketingAirline": "CM",
  67. "destinationCountryCode": "PA",
  68. "rph": "1",
  69. "flightScheduleChanged": "false",
  70. "mobileCheckInAllowed": "false",
  71. "checkInCompleted": "false",
  72. "legCheckinStatus": "OPEN",
  73. "originCityName": "David",
  74. "originCountryCode": "PA",
  75. "destinationCityName": "Panama",
  76. "originContinentName": "NA",
  77. "arrivalAtAirport": "201602191426",
  78. "destinationContinentName": "NA",
  79. "originTimezone": "America/Panama",
  80. "checkInMessage": "Mobile Check-in is open now",
  81. "destinationTimezone": "America/Panama",
  82. "apisRequired": "false"
  83. }
  84. }],
  85. "properties": {}
  86. }]
  87. },
  88. "pnr": "CGIRAE",
  89. "properties": {}
  90. },
  91. "properties": {}
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement