Created
March 30, 2017 10:39
-
-
Save Reedyuk/a329688422f4b8ffe0c310aea9bee9d9 to your computer and use it in GitHub Desktop.
ingresso purchase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"order": [ | |
{ | |
"backend_purchase_reference": "PURCHASE-D65E-1", | |
"event": { | |
"city_code": "london-uk", | |
"city_desc": "London", | |
"classes": { | |
"theatre": "Theatre" | |
}, | |
"country_code": "uk", | |
"country_desc": "United Kingdom", | |
"critic_review_percent": 100, | |
"custom_filter": [], | |
"event_desc": "Matthew Bourne's Nutcracker!", | |
"event_id": "6IF", | |
"event_status": "live", | |
"event_type": "simple_ticket", | |
"event_upsell_list": { | |
"event_id": [ | |
"6IE", | |
"6IF", | |
"6KU" | |
] | |
}, | |
"event_uri_desc": "Matthew-Bourne%27s-Nutcracker%21", | |
"geo_data": { | |
"latitude": 51.5, | |
"longitude": -0.15 | |
}, | |
"has_no_perfs": false, | |
"is_seated": true, | |
"max_running_time": 120, | |
"min_running_time": 120, | |
"need_departure_date": false, | |
"need_duration": false, | |
"need_performance": true, | |
"postcode": "EC1R 4TN", | |
"show_perf_time": true, | |
"source_code": "ext_test0", | |
"source_desc": "Test SystemZero for on-credit backend group", | |
"venue_desc": "Sadler's Wells", | |
"venue_uri_desc": "Sadler%27s-Wells" | |
}, | |
"gross_commission": { | |
"amount_excluding_vat": 7.81, | |
"amount_including_vat": 9.38, | |
"commission_currency": { | |
"currency_code": "gbp", | |
"currency_factor": 100, | |
"currency_number": 826, | |
"currency_places": 2, | |
"currency_post_symbol": "", | |
"currency_pre_symbol": "£" | |
} | |
}, | |
"item_number": 1, | |
"performance": { | |
"date_desc": "Mon, 5th June 2017", | |
"event_id": "6IF", | |
"has_pool_seats": true, | |
"is_ghost": false, | |
"is_limited": false, | |
"iso8601_date_and_time": "2017-06-05T19:30:00+01:00", | |
"perf_id": "6IF-C0J", | |
"running_time": 120, | |
"time_desc": "7.30 PM" | |
}, | |
"price_band_code": "C/pool", | |
"seat_request_status": "not_requested", | |
"send_method": { | |
"send_code": "COBO", | |
"send_cost": 1.5, | |
"send_cost_in_desired": 1.76, | |
"send_desc": "Collect from venue", | |
"send_final_comment": "Instructions for collecting tickets at the venue box office:\n- Tickets must be collected by the cardholder with valid photo identification and the payment card.\n- The cardholder’s signature will be required on receipt of these tickets.\n- Tickets are only available for collection on the day of the performance.\n- Guests are advised to arrive at least 30 minutes before the performance time.\n- If the cardholder is unable to collect these tickets please contact Guest Services on 0800 640 8101.\n\nCan we help?\nIf you require further information please contact our Guest Services team:\nLive chat or call 0800 640 8101 (Monday – Sunday, 9am – 9pm GMT/BST)", | |
"send_final_type": "collect", | |
"send_type": "collect" | |
}, | |
"ticket_orders": { | |
"ticket_order": [ | |
{ | |
"discount_code": "ADULT", | |
"discount_desc": "Adult standard", | |
"no_of_seats": 1, | |
"sale_seatprice": 25, | |
"sale_seatprice_in_desired": 29.38, | |
"sale_surcharge": 4, | |
"sale_surcharge_in_desired": 4.7, | |
"seats": [ | |
{ | |
"col_id": "472", | |
"full_id": "PM472", | |
"is_restricted_view": false, | |
"row_id": "PM" | |
} | |
], | |
"total_sale_seatprice": 25, | |
"total_sale_seatprice_in_desired": 29.38, | |
"total_sale_surcharge": 4, | |
"total_sale_surcharge_in_desired": 4.7 | |
}, | |
{ | |
"discount_code": "CHILD", | |
"discount_desc": "Child ticket", | |
"no_of_seats": 2, | |
"sale_seatprice": 13, | |
"sale_seatprice_in_desired": 15.28, | |
"sale_surcharge": 3, | |
"sale_surcharge_in_desired": 3.53, | |
"seats": [ | |
{ | |
"col_id": "469", | |
"full_id": "PM469", | |
"is_restricted_view": false, | |
"row_id": "PM" | |
}, | |
{ | |
"col_id": "466", | |
"full_id": "PM466", | |
"is_restricted_view": false, | |
"row_id": "PM" | |
} | |
], | |
"total_sale_seatprice": 26, | |
"total_sale_seatprice_in_desired": 30.56, | |
"total_sale_surcharge": 6, | |
"total_sale_surcharge_in_desired": 7.05 | |
} | |
] | |
}, | |
"ticket_type_code": "CIRCLE", | |
"ticket_type_desc": "Upper circle", | |
"total_no_of_seats": 3, | |
"total_sale_seatprice": 51, | |
"total_sale_seatprice_in_desired": 59.94, | |
"total_sale_surcharge": 10, | |
"total_sale_surcharge_in_desired": 11.75, | |
"user_commission": { | |
"amount_excluding_vat": 6.56, | |
"amount_including_vat": 7.88, | |
"commission_currency": { | |
"currency_code": "gbp", | |
"currency_factor": 100, | |
"currency_number": 826, | |
"currency_places": 2, | |
"currency_post_symbol": "", | |
"currency_pre_symbol": "£" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment