Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. {
  2. "code": 200,
  3. "message": "Booking Detailを正常に取得しました",
  4. "data": {
  5. "uid": "694",
  6. "bid": "4584",
  7. "bcode": "BO042269484",
  8. "gid": "1",
  9. "gname": "Modern Golf Country Club",
  10. "date": "2019-04-29",
  11. "payment_due": "2019-04-23 12:00",
  12. "status": 3,
  13. "tprice": "750000",
  14. "deposit_price": "94000",
  15. "payment_left": "656000",
  16. "reward_point": "7",
  17. "message": "",
  18. "on_booking_update": "0",
  19. "payment_option": "1",
  20. "paid": "0",
  21. "lmid": null,
  22. "add_cart_rate": "0",
  23. "add_cart_payment_option": "0",
  24. "use_membership": "0",
  25. "type": "1",
  26. "other_name": "1",
  27. "country_id": "1",
  28. "holiday_country_id": "172",
  29. "app_country": "1",
  30. "currency_code": "IDR",
  31. "currency_symbol": "Rp",
  32. "delimiter": ".",
  33. "decimal_point": "0",
  34. "booking_key": "6a0111b774c7014d06f3ecd5d90c0ab5743e9031",
  35. "flightarr": [
  36. {
  37. "number": "1",
  38. "ttime": "05:00",
  39. "cart": "1",
  40. "pid": "0",
  41. "fid": "4916",
  42. "add_cart_rate": "0",
  43. "tprice": "750000",
  44. "playerarr": [
  45. {
  46. "fpid": "9732",
  47. "type": "Standard",
  48. "price": "750000",
  49. "deposit_price": "94000",
  50. "deposit_by_rate": "1",
  51. "player_deposit_rate": "12",
  52. "payment_status": "0",
  53. "payment_left": "656000",
  54. "player_cart_rate": null,
  55. "normal_price": "750000",
  56. "fname": null,
  57. "lname": null,
  58. "payer": {
  59. "lname": "",
  60. "fname": ""
  61. }
  62. }
  63. ]
  64. }
  65. ],
  66. "status_name": "normal",
  67. "update_detail": {},
  68. "cancel_limit_hours": "48",
  69. "cancel_rate": "12.5",
  70. "noshow_rate": "100",
  71. "condition": {
  72. "payment_method": "1",
  73. "coupon_available": "1",
  74. "currency_id": "1",
  75. "currency_code": "IDR",
  76. "currency_symbol": "Rp",
  77. "delimiter": ".",
  78. "decimal_point": "0",
  79. "country_id": "1",
  80. "holiday_country_id": "172",
  81. "timearr": [
  82. {
  83. "ttime": "05:00",
  84. "promo": 0,
  85. "condition": 0
  86. },
  87. {
  88. "ttime": "06:00",
  89. "promo": 0,
  90. "condition": 0
  91. },
  92. {
  93. "ttime": "07:00",
  94. "promo": 0,
  95. "condition": 0
  96. },
  97. {
  98. "ttime": "08:00",
  99. "promo": 0,
  100. "condition": 0
  101. },
  102. {
  103. "ttime": "11:00",
  104. "promo": 0,
  105. "condition": 0
  106. },
  107. {
  108. "ttime": "12:00",
  109. "promo": 0,
  110. "condition": 0
  111. },
  112. {
  113. "ttime": "13:00",
  114. "promo": 0,
  115. "condition": 0
  116. }
  117. ],
  118. "promotion": [],
  119. "conditionarr": [
  120. {
  121. "min_number": "1",
  122. "max_number": "4",
  123. "deposit_rate": "12.50",
  124. "noshow_rate": "100.00",
  125. "cancel_rate": "12.50",
  126. "cart_mandatory": "0",
  127. "caddy_rate": "0",
  128. "caddy_mandatory": "3",
  129. "add_caddy_rate": "0",
  130. "cancel_limit_hours": "48",
  131. "add_cart": "0",
  132. "add_cart_rate": "0",
  133. "hotel_mandatory": "2",
  134. "insurance_mandatory": "2",
  135. "price_list": [
  136. {
  137. "type": "Standard",
  138. "price": "520000",
  139. "price_cart": "750000",
  140. "cart_mandatory": "0"
  141. },
  142. {
  143. "type": "Ladies",
  144. "price": "420000",
  145. "price_cart": "650000",
  146. "cart_mandatory": "0"
  147. }
  148. ]
  149. }
  150. ],
  151. "date": "2019-04-29"
  152. }
  153. }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement