Advertisement
taweesoft

Get_reservation_sample_response

Dec 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.11 KB | None | 0 0
  1. {
  2.     "success": 1,
  3.     "data": {
  4.         "id": "d1285328-6bda-40d4-bc45-154d4daabb09",
  5.         "currency": {
  6.             "code": "THB",
  7.             "name": "Thai Baht"
  8.         },
  9.         "totalAmount": 9199.32,
  10.         "paid": false,
  11.         "reserved": false,
  12.         "journeys": [
  13.             {
  14.                 "bookingKey": "b4c1235dc45c20091f6c6dd6485c9cfaa0573787",
  15.                 "journeyIndex": 1,
  16.                 "bookingInfo": [
  17.                     {
  18.                         "passenger": {
  19.                             "uuid": "b22afbe6-9825-4bae-affe-d6c389abfc5f",
  20.                             "type": "adult",
  21.                             "passport": {
  22.                                 "id": "838b1260-5892-4cca-b181-153d1e3dc32c",
  23.                                 "number": null,
  24.                                 "expiryDate": null,
  25.                                 "issuingCountry": {
  26.                                     "code": null
  27.                                 }
  28.                             },
  29.                             "title": null,
  30.                             "firstname": null,
  31.                             "lastname": null,
  32.                             "middlename": null,
  33.                             "birthDate": null,
  34.                             "nationCountry": {
  35.                                 "code": null
  36.                             }
  37.                         },
  38.                         "ancillaryKeys": [],
  39.                         "seatSelectionKey": null,
  40.                         "amount": 3015.73
  41.                     },
  42.                     {
  43.                         "passenger": {
  44.                             "uuid": "184bdbbd-e5c4-4935-9000-4a125c2d3fb9",
  45.                             "type": "child",
  46.                             "passport": {
  47.                                 "id": "42d11b46-286c-4d8c-b304-8630a79c5596",
  48.                                 "number": null,
  49.                                 "expiryDate": null,
  50.                                 "issuingCountry": {
  51.                                     "code": null
  52.                                 }
  53.                             },
  54.                             "title": null,
  55.                             "firstname": null,
  56.                             "lastname": null,
  57.                             "middlename": null,
  58.                             "birthDate": null,
  59.                             "nationCountry": {
  60.                                 "code": null
  61.                             }
  62.                         },
  63.                         "ancillaryKeys": [],
  64.                         "seatSelectionKey": null,
  65.                         "amount": 2653.41
  66.                     }
  67.                 ]
  68.             },
  69.             {
  70.                 "bookingKey": "7d8fd9201473f1c5ca05147e2bc8027bc8e2e08b",
  71.                 "journeyIndex": 0,
  72.                 "bookingInfo": [
  73.                     {
  74.                         "passenger": {
  75.                             "uuid": "184bdbbd-e5c4-4935-9000-4a125c2d3fb9",
  76.                             "type": "child",
  77.                             "passport": {
  78.                                 "id": "42d11b46-286c-4d8c-b304-8630a79c5596",
  79.                                 "number": null,
  80.                                 "expiryDate": null,
  81.                                 "issuingCountry": {
  82.                                     "code": null
  83.                                 }
  84.                             },
  85.                             "title": null,
  86.                             "firstname": null,
  87.                             "lastname": null,
  88.                             "middlename": null,
  89.                             "birthDate": null,
  90.                             "nationCountry": {
  91.                                 "code": null
  92.                             }
  93.                         },
  94.                         "ancillaryKeys": [],
  95.                         "seatSelectionKey": null,
  96.                         "amount": 1765.09
  97.                     },
  98.                     {
  99.                         "passenger": {
  100.                             "uuid": "b22afbe6-9825-4bae-affe-d6c389abfc5f",
  101.                             "type": "adult",
  102.                             "passport": {
  103.                                 "id": "838b1260-5892-4cca-b181-153d1e3dc32c",
  104.                                 "number": null,
  105.                                 "expiryDate": null,
  106.                                 "issuingCountry": {
  107.                                     "code": null
  108.                                 }
  109.                             },
  110.                             "title": null,
  111.                             "firstname": null,
  112.                             "lastname": null,
  113.                             "middlename": null,
  114.                             "birthDate": null,
  115.                             "nationCountry": {
  116.                                 "code": null
  117.                             }
  118.                         },
  119.                         "ancillaryKeys": [],
  120.                         "seatSelectionKey": null,
  121.                         "amount": 1765.09
  122.                     }
  123.                 ]
  124.             }
  125.         ]
  126.     }
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement