Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. {
  2. "customer_email": "dc-eng@ticketmaster.com",
  3. "third_party_source": "Nliven_BroadwayDirect",
  4. "delivery": {
  5. "carrier": "TICKETMASTER",
  6. "service_level": "WILLCALL",
  7. "description": {
  8. "short": "Will Call"
  9. }
  10. },
  11. "tickets": [
  12. {
  13. "barcode_id": "7732036088096131",
  14. "display_id": "41-53503/NY4",
  15. "event_code": "ETT1208M",
  16. "event_host": "NY4",
  17. "event_id": "030054EB99C747AE",
  18. "is_ga": false,
  19. "is_national_vip": false,
  20. "order_date": "2019-11-14",
  21. "order_number": "41-53503/NY4",
  22. "portal": "ORCHESTRA CENTER",
  23. "row": "V",
  24. "seat_id": "17367042",
  25. "seat_name": "102",
  26. "section": "ORCH",
  27. "voided": false,
  28. "charges": [
  29. {
  30. "description": "Price",
  31. "sub_type": "price",
  32. "type": "price",
  33. "amount": {
  34. "amount": 139.00,
  35. "currency": "USD"
  36. }
  37. },
  38. {
  39. "description": "Distance Charge",
  40. "sub_type": "distance_charge",
  41. "type": "fee",
  42. "amount": {
  43. "amount": 0.00,
  44. "currency": "USD"
  45. }
  46. },
  47. {
  48. "description": "Facility Charge",
  49. "sub_type": "facility_charge",
  50. "type": "fee",
  51. "amount": {
  52. "amount": 0.00,
  53. "currency": "USD"
  54. }
  55. },
  56. {
  57. "description": "Service Charge",
  58. "sub_type": "service_charge",
  59. "type": "fee",
  60. "amount": {
  61. "amount": 0.00,
  62. "currency": "USD"
  63. }
  64. },
  65. {
  66. "description": "Tax",
  67. "sub_type": "tax",
  68. "type": "tax",
  69. "amount": {
  70. "amount": 0.00,
  71. "currency": "USD"
  72. }
  73. }
  74. ]
  75. },
  76. {
  77. "barcode_id": "6882422006878821",
  78. "display_id": "41-53503/NY4",
  79. "event_code": "ETT1208M",
  80. "event_host": "NY4",
  81. "event_id": "030054EB99C747AE",
  82. "is_ga": false,
  83. "is_national_vip": false,
  84. "order_date": "2019-11-14",
  85. "order_number": "41-53503/NY4",
  86. "portal": "ORCHESTRA CENTER",
  87. "row": "U",
  88. "seat_id": "17301506",
  89. "seat_name": "102",
  90. "section": "ORCH",
  91. "voided": false,
  92. "charges": [
  93. {
  94. "description": "Price",
  95. "sub_type": "price",
  96. "type": "price",
  97. "amount": {
  98. "amount": 139.00,
  99. "currency": "USD"
  100. }
  101. },
  102. {
  103. "description": "Distance Charge",
  104. "sub_type": "distance_charge",
  105. "type": "fee",
  106. "amount": {
  107. "amount": 0.00,
  108. "currency": "USD"
  109. }
  110. },
  111. {
  112. "description": "Facility Charge",
  113. "sub_type": "facility_charge",
  114. "type": "fee",
  115. "amount": {
  116. "amount": 0.00,
  117. "currency": "USD"
  118. }
  119. },
  120. {
  121. "description": "Service Charge",
  122. "sub_type": "service_charge",
  123. "type": "fee",
  124. "amount": {
  125. "amount": 0.00,
  126. "currency": "USD"
  127. }
  128. },
  129. {
  130. "description": "Tax",
  131. "sub_type": "tax",
  132. "type": "tax",
  133. "amount": {
  134. "amount": 0.00,
  135. "currency": "USD"
  136. }
  137. }
  138. ]
  139. }
  140. ],
  141. "upsells": [],
  142. "voided": false
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement