Guest User

Untitled

a guest
Oct 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ** search response received**
  2. ** look result received **
  3. ** price result received **
  4. ** issue result received **
  5.  
  6. { IssueTicketSuccess: false,
  7. TripId: '88605994',
  8. SellRequestId: 'yAlZVd+qH9KdAQvVFDgMzQ==',
  9. ProductErrors: { ErrorCode: null, Message: null },
  10. Segments: [ { SegmentPnrs: [Array] } ],
  11. ErrorType: null,
  12. ErrorMessages: null,
  13. IssueErrorMessages: null,
  14. PassengerOtherDetails:
  15. [ { DOB: '15/05/1971',
  16. Eticket: '8846-1',
  17. FirstName: 'Bertrand',
  18. LastName: 'Guiheneuf',
  19. PassportNo: 'XXXXXX',
  20. Title: 'Mr',
  21. Type: 'ADT' } ] }
  22. ** itinerary received **
  23.  
  24. { Currency: 'USD',
  25. ProductErrors: { ErrorCode: null, Message: null },
  26. BaseFare: 229,
  27. TotalTax: 42,
  28. TotalFare: 271,
  29. YQPrice: 0,
  30. AirhobOriginalCommission: 0,
  31. AirhobCommission: 0,
  32. Tds: 0,
  33. ServiceTax: 0,
  34. Airline: [],
  35. Passenger:
  36. [ { PassengerType: 'ADT',
  37. Title: 'Mr',
  38. FirstName: 'Bertrand',
  39. LastName: 'Guiheneuf',
  40. DOB: '15/05/1971',
  41. FFPNumber: '',
  42. PassportNumber: 'XXXXXXX',
  43. EticketNumber: '8846-1' } ],
  44. Item:
  45. [ { FlightId: '2190',
  46. CarrierId: 'SG',
  47. FlightNum: '87',
  48. Origin: 'DEL',
  49. Destination: 'BKK',
  50. DepartureTime: '2018-11-23T21:10:00',
  51. ArrivalTime: '2018-11-24T02:45:00',
  52. OriginCity: 'New Delhi',
  53. DestinationCity: 'Bangkok',
  54. OriginCountry: 'India',
  55. DestinationCountry: 'Thailand',
  56. OriginTerminal: '3',
  57. DestinationTerminal: '',
  58. Duration: '245' },
  59. { FlightId: '2191',
  60. CarrierId: 'SG',
  61. FlightNum: '88',
  62. Origin: 'BKK',
  63. Destination: 'DEL',
  64. DepartureTime: '2018-11-28T03:35:00',
  65. ArrivalTime: '2018-11-28T06:35:00',
  66. OriginCity: 'Bangkok',
  67. DestinationCity: 'New Delhi',
  68. OriginCountry: 'Thailand',
  69. DestinationCountry: 'India',
  70. OriginTerminal: '',
  71. DestinationTerminal: '3',
  72. Duration: '270' } ],
  73. Status: 1,
  74. Message: 'success' }
  75. ** wallet balances received **
  76.  
  77. [ { Currency: 'USD', Amount: 18544.91 } ]
Add Comment
Please, Sign In to add comment