POST api/Show
Request Information
URI Parameters
None.
Body Parameters
showDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| heading | string |
Required String length: inclusive between 0 and 150 |
|
| salescode | string |
None. |
|
| showdate | date |
None. |
|
| showopeningtime | time interval |
None. |
|
| showtime | time interval |
None. |
|
| showclosingtime | time interval |
None. |
|
| active | boolean |
None. |
|
| sellout | boolean |
None. |
|
| tourflag | boolean |
None. |
|
| _allocation | integer |
None. |
|
| allocation | integer |
None. |
|
| _tickets_remaining | integer |
None. |
|
| tickets_remaining | integer |
None. |
|
| tickets_sold | integer |
None. |
|
| tickets_held | integer |
None. |
|
| tickets_percentage | decimal number |
None. |
|
| standard_count | integer |
None. |
|
| premium_count | integer |
None. |
|
| nus_count | integer |
None. |
|
| special_count | integer |
None. |
|
| tickets_checked_in | integer |
None. |
|
| price | decimal number |
None. |
|
| nusprice | decimal number |
None. |
|
| bookingfee | decimal number |
None. |
|
| revenue_gross | decimal number |
None. |
|
| revenue_net | decimal number |
None. |
|
| lastUpdated | date |
None. |
|
| updatedBy | string |
None. |
|
| venueId | integer |
None. |
|
| artists | Collection of artistMinDTO |
None. |
|
| tickets | Collection of ticketDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"heading": "sample string 2",
"salescode": "sample string 3",
"showdate": "2026-04-06T09:11:07.6571888+01:00",
"showopeningtime": "00:00:00.1234567",
"showtime": "00:00:00.1234567",
"showclosingtime": "00:00:00.1234567",
"active": true,
"sellout": true,
"tourflag": true,
"_allocation": 1,
"allocation": 1,
"_tickets_remaining": 1,
"tickets_remaining": 1,
"tickets_sold": 7,
"tickets_held": 8,
"tickets_percentage": 700.0,
"standard_count": 9,
"premium_count": 10,
"nus_count": 11,
"special_count": 12,
"tickets_checked_in": 13,
"price": 1.0,
"nusprice": 1.0,
"bookingfee": 1.0,
"revenue_gross": 14.0,
"revenue_net": 15.0,
"lastUpdated": "2026-04-06T09:11:07.6571888+01:00",
"updatedBy": "sample string 17",
"venueId": 18,
"artists": [
{
"Id": 1,
"artistName": "sample string 2",
"order": 1,
"active": true
},
{
"Id": 1,
"artistName": "sample string 2",
"order": 1,
"active": true
}
],
"tickets": [
{
"id": 1,
"storeid": "sample string 2",
"showid": 1,
"showdate": "sample string 3",
"heading": "sample string 4",
"_price": 1.0,
"price": 1.0,
"originalprice": 1.0,
"postcode": "sample string 5",
"email": "sample string 6",
"telephone": "sample string 7",
"firstname": "sample string 8",
"lastname": "sample string 9",
"ordernumber": "sample string 10",
"standard": false,
"premium": true,
"nus": true,
"special": true,
"restricted": true,
"menuitem": true,
"voucher": true,
"_ticketdiscount": "sample string 11",
"ticketdiscount": 0.0,
"bookingfee": 1.0,
"bookingdate": "2026-04-06T09:11:07.6571888+01:00",
"discountname": "sample string 12",
"ticket_qr": "sample string 13",
"checked_in": true,
"last_action_time": "00:00:00.1234567",
"order": {
"storeid": "sample string 1",
"storename": "sample string 2",
"ordernumber": "sample string 3",
"secureHostingreference": "sample string 4",
"orderstatus": "sample string 5",
"firstname": "sample string 6",
"lastname": "sample string 7",
"email": "sample string 8",
"orderdate": "2026-04-06T09:11:07.6571888+01:00",
"basketcost": 1.0,
"basketvat": 1.0,
"baskettotal": 1.0,
"ordernotes": "sample string 9",
"lastchanged": "2026-04-06T09:11:07.6571888+01:00",
"customernote": "sample string 10",
"ssp": true,
"bo_booking": true,
"bo_initial": "sample string 11",
"tp_name": "sample string 12",
"tp_email": "sample string 13",
"tp_phone": "sample string 14",
"ordergroup": "sample string 15",
"parentorder": "sample string 16",
"childorder": "sample string 17",
"reference": "sample string 18",
"vendor": "sample string 19",
"voucher": "sample string 20",
"paypal": true,
"contact": {
"contactGuid": "sample string 1",
"firstName": "sample string 2",
"lastName": "sample string 3",
"title": "sample string 4",
"city": "sample string 5",
"postCode": "sample string 6",
"phone": "sample string 7",
"mobile": "sample string 8",
"email": "sample string 9"
}
}
},
{
"id": 1,
"storeid": "sample string 2",
"showid": 1,
"showdate": "sample string 3",
"heading": "sample string 4",
"_price": 1.0,
"price": 1.0,
"originalprice": 1.0,
"postcode": "sample string 5",
"email": "sample string 6",
"telephone": "sample string 7",
"firstname": "sample string 8",
"lastname": "sample string 9",
"ordernumber": "sample string 10",
"standard": false,
"premium": true,
"nus": true,
"special": true,
"restricted": true,
"menuitem": true,
"voucher": true,
"_ticketdiscount": "sample string 11",
"ticketdiscount": 0.0,
"bookingfee": 1.0,
"bookingdate": "2026-04-06T09:11:07.6571888+01:00",
"discountname": "sample string 12",
"ticket_qr": "sample string 13",
"checked_in": true,
"last_action_time": "00:00:00.1234567",
"order": {
"storeid": "sample string 1",
"storename": "sample string 2",
"ordernumber": "sample string 3",
"secureHostingreference": "sample string 4",
"orderstatus": "sample string 5",
"firstname": "sample string 6",
"lastname": "sample string 7",
"email": "sample string 8",
"orderdate": "2026-04-06T09:11:07.6571888+01:00",
"basketcost": 1.0,
"basketvat": 1.0,
"baskettotal": 1.0,
"ordernotes": "sample string 9",
"lastchanged": "2026-04-06T09:11:07.6571888+01:00",
"customernote": "sample string 10",
"ssp": true,
"bo_booking": true,
"bo_initial": "sample string 11",
"tp_name": "sample string 12",
"tp_email": "sample string 13",
"tp_phone": "sample string 14",
"ordergroup": "sample string 15",
"parentorder": "sample string 16",
"childorder": "sample string 17",
"reference": "sample string 18",
"vendor": "sample string 19",
"voucher": "sample string 20",
"paypal": true,
"contact": {
"contactGuid": "sample string 1",
"firstName": "sample string 2",
"lastName": "sample string 3",
"title": "sample string 4",
"city": "sample string 5",
"postCode": "sample string 6",
"phone": "sample string 7",
"mobile": "sample string 8",
"email": "sample string 9"
}
}
}
]
}
application/xml, text/xml
Sample:
<showDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JTTAPI.Models">
<Id>1</Id>
<_allocation>1</_allocation>
<_tickets_remaining>1</_tickets_remaining>
<active>true</active>
<artists>
<artistMinDTO>
<Id>1</Id>
<active>true</active>
<artistName>sample string 2</artistName>
<order>1</order>
</artistMinDTO>
<artistMinDTO>
<Id>1</Id>
<active>true</active>
<artistName>sample string 2</artistName>
<order>1</order>
</artistMinDTO>
</artists>
<bookingfee>1</bookingfee>
<heading>sample string 2</heading>
<lastUpdated>2026-04-06T09:11:07.6571888+01:00</lastUpdated>
<nus_count>11</nus_count>
<nusprice>1</nusprice>
<premium_count>10</premium_count>
<price>1</price>
<revenue_gross>14</revenue_gross>
<revenue_net>15</revenue_net>
<salescode>sample string 3</salescode>
<sellout>true</sellout>
<showclosingtime>PT0.1234567S</showclosingtime>
<showdate>2026-04-06T09:11:07.6571888+01:00</showdate>
<showopeningtime>PT0.1234567S</showopeningtime>
<showtime>PT0.1234567S</showtime>
<special_count>12</special_count>
<standard_count>9</standard_count>
<tickets>
<ticketDTO>
<_price>1</_price>
<_ticketdiscount>sample string 11</_ticketdiscount>
<bookingdate>2026-04-06T09:11:07.6571888+01:00</bookingdate>
<bookingfee>1</bookingfee>
<checked_in>true</checked_in>
<discountname>sample string 12</discountname>
<email>sample string 6</email>
<firstname>sample string 8</firstname>
<heading>sample string 4</heading>
<id>1</id>
<last_action_time>PT0.1234567S</last_action_time>
<lastname>sample string 9</lastname>
<menuitem>true</menuitem>
<nus>true</nus>
<order>
<basketcost>1</basketcost>
<baskettotal>1</baskettotal>
<basketvat>1</basketvat>
<bo_booking>true</bo_booking>
<bo_initial>sample string 11</bo_initial>
<childorder>sample string 17</childorder>
<contact>
<city>sample string 5</city>
<contactGuid>sample string 1</contactGuid>
<email>sample string 9</email>
<firstName>sample string 2</firstName>
<lastName>sample string 3</lastName>
<mobile>sample string 8</mobile>
<phone>sample string 7</phone>
<postCode>sample string 6</postCode>
<title>sample string 4</title>
</contact>
<customernote>sample string 10</customernote>
<email>sample string 8</email>
<firstname>sample string 6</firstname>
<lastchanged>2026-04-06T09:11:07.6571888+01:00</lastchanged>
<lastname>sample string 7</lastname>
<orderdate>2026-04-06T09:11:07.6571888+01:00</orderdate>
<ordergroup>sample string 15</ordergroup>
<ordernotes>sample string 9</ordernotes>
<ordernumber>sample string 3</ordernumber>
<orderstatus>sample string 5</orderstatus>
<parentorder>sample string 16</parentorder>
<paypal>true</paypal>
<reference>sample string 18</reference>
<secureHostingreference>sample string 4</secureHostingreference>
<ssp>true</ssp>
<storeid>sample string 1</storeid>
<storename>sample string 2</storename>
<tp_email>sample string 13</tp_email>
<tp_name>sample string 12</tp_name>
<tp_phone>sample string 14</tp_phone>
<vendor>sample string 19</vendor>
<voucher>sample string 20</voucher>
</order>
<ordernumber>sample string 10</ordernumber>
<originalprice>1</originalprice>
<postcode>sample string 5</postcode>
<premium>true</premium>
<restricted>true</restricted>
<showdate>sample string 3</showdate>
<showid>1</showid>
<special>true</special>
<storeid>sample string 2</storeid>
<telephone>sample string 7</telephone>
<ticket_qr>sample string 13</ticket_qr>
<voucher>true</voucher>
</ticketDTO>
<ticketDTO>
<_price>1</_price>
<_ticketdiscount>sample string 11</_ticketdiscount>
<bookingdate>2026-04-06T09:11:07.6571888+01:00</bookingdate>
<bookingfee>1</bookingfee>
<checked_in>true</checked_in>
<discountname>sample string 12</discountname>
<email>sample string 6</email>
<firstname>sample string 8</firstname>
<heading>sample string 4</heading>
<id>1</id>
<last_action_time>PT0.1234567S</last_action_time>
<lastname>sample string 9</lastname>
<menuitem>true</menuitem>
<nus>true</nus>
<order>
<basketcost>1</basketcost>
<baskettotal>1</baskettotal>
<basketvat>1</basketvat>
<bo_booking>true</bo_booking>
<bo_initial>sample string 11</bo_initial>
<childorder>sample string 17</childorder>
<contact>
<city>sample string 5</city>
<contactGuid>sample string 1</contactGuid>
<email>sample string 9</email>
<firstName>sample string 2</firstName>
<lastName>sample string 3</lastName>
<mobile>sample string 8</mobile>
<phone>sample string 7</phone>
<postCode>sample string 6</postCode>
<title>sample string 4</title>
</contact>
<customernote>sample string 10</customernote>
<email>sample string 8</email>
<firstname>sample string 6</firstname>
<lastchanged>2026-04-06T09:11:07.6571888+01:00</lastchanged>
<lastname>sample string 7</lastname>
<orderdate>2026-04-06T09:11:07.6571888+01:00</orderdate>
<ordergroup>sample string 15</ordergroup>
<ordernotes>sample string 9</ordernotes>
<ordernumber>sample string 3</ordernumber>
<orderstatus>sample string 5</orderstatus>
<parentorder>sample string 16</parentorder>
<paypal>true</paypal>
<reference>sample string 18</reference>
<secureHostingreference>sample string 4</secureHostingreference>
<ssp>true</ssp>
<storeid>sample string 1</storeid>
<storename>sample string 2</storename>
<tp_email>sample string 13</tp_email>
<tp_name>sample string 12</tp_name>
<tp_phone>sample string 14</tp_phone>
<vendor>sample string 19</vendor>
<voucher>sample string 20</voucher>
</order>
<ordernumber>sample string 10</ordernumber>
<originalprice>1</originalprice>
<postcode>sample string 5</postcode>
<premium>true</premium>
<restricted>true</restricted>
<showdate>sample string 3</showdate>
<showid>1</showid>
<special>true</special>
<storeid>sample string 2</storeid>
<telephone>sample string 7</telephone>
<ticket_qr>sample string 13</ticket_qr>
<voucher>true</voucher>
</ticketDTO>
</tickets>
<tickets_checked_in>13</tickets_checked_in>
<tickets_held>8</tickets_held>
<tickets_sold>7</tickets_sold>
<tourflag>true</tourflag>
<updatedBy>sample string 17</updatedBy>
<venueId>18</venueId>
</showDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
show| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| venueId | integer |
None. |
|
| heading | string |
None. |
|
| salescode | string |
None. |
|
| showdescription | string |
None. |
|
| ticketDescription | string |
None. |
|
| showdate | date |
None. |
|
| showopeningtime | time interval |
None. |
|
| showtime | time interval |
None. |
|
| showclosingtime | time interval |
None. |
|
| transferable | boolean |
None. |
|
| active | boolean |
None. |
|
| sellout | boolean |
None. |
|
| startdate | date |
None. |
|
| enddate | date |
None. |
|
| showurlname | string |
None. |
|
| showcutoff | integer |
None. |
|
| price | decimal number |
None. |
|
| ticketname | string |
None. |
|
| nusprice | decimal number |
None. |
|
| nusticketname | string |
None. |
|
| VAT | decimal number |
None. |
|
| shipcost | string |
None. |
|
| bookingfee | decimal number |
None. |
|
| showallocation | integer |
None. |
|
| showtickets | integer |
None. |
|
| showmaxtickets | integer |
None. |
|
| showmaxadult | integer |
None. |
|
| showmaxstudent | integer |
None. |
|
| showmaxspecial | integer |
None. |
|
| showallocated | boolean |
None. |
|
| showseated | boolean |
None. |
|
| showfood | boolean |
None. |
|
| tourflag | boolean |
None. |
|
| musicflag | boolean |
None. |
|
| menuflag | boolean |
None. |
|
| oneoffflag | boolean |
None. |
|
| bigvalueflag | boolean |
None. |
|
| tourid | integer |
None. |
|
| options | string |
None. |
|
| category | integer |
None. |
|
| discount | string |
None. |
|
| discountpopup | string |
None. |
|
| bookinglink | string |
None. |
|
| totalspecial1 | integer |
None. |
|
| totalspecial2 | integer |
None. |
|
| totalspecial3 | integer |
None. |
|
| nagging_email | boolean |
None. |
|
| promo_filename | string |
None. |
|
| promothumbnail_filename | string |
None. |
|
| loft | boolean |
None. |
|
| productform | string |
None. |
|
| noStandard | boolean |
None. |
|
| lastUpdated | date |
None. |
|
| updatedBy | string |
None. |
|
| lastfew | boolean |
None. |
|
| totalspecial4 | integer |
None. |
|
| buyPlusLink | boolean |
None. |
|
| showartists | Collection of showartist |
None. |
|
| venue | venue |
None. |
|
| ticketorderlines | Collection of ticketorderline |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"venueId": 2,
"heading": "sample string 3",
"salescode": "sample string 4",
"showdescription": "sample string 5",
"ticketDescription": "sample string 6",
"showdate": "2026-04-06T09:11:07.6651903+01:00",
"showopeningtime": "00:00:00.1234567",
"showtime": "00:00:00.1234567",
"showclosingtime": "00:00:00.1234567",
"transferable": true,
"active": true,
"sellout": true,
"startdate": "2026-04-06T09:11:07.6661911+01:00",
"enddate": "2026-04-06T09:11:07.6661911+01:00",
"showurlname": "sample string 10",
"showcutoff": 1,
"price": 1.0,
"ticketname": "sample string 11",
"nusprice": 1.0,
"nusticketname": "sample string 12",
"VAT": 1.0,
"shipcost": "sample string 13",
"bookingfee": 1.0,
"showallocation": 1,
"showtickets": 1,
"showmaxtickets": 1,
"showmaxadult": 1,
"showmaxstudent": 1,
"showmaxspecial": 1,
"showallocated": true,
"showseated": true,
"showfood": true,
"tourflag": true,
"musicflag": true,
"menuflag": true,
"oneoffflag": true,
"bigvalueflag": true,
"tourid": 1,
"options": "sample string 19",
"category": 1,
"discount": "sample string 20",
"discountpopup": "sample string 21",
"bookinglink": "sample string 22",
"totalspecial1": 1,
"totalspecial2": 1,
"totalspecial3": 1,
"nagging_email": true,
"promo_filename": "sample string 23",
"promothumbnail_filename": "sample string 24",
"loft": true,
"productform": "sample string 26",
"noStandard": true,
"lastUpdated": "2026-04-06T09:11:07.6671913+01:00",
"updatedBy": "sample string 27",
"lastfew": true,
"totalspecial4": 1,
"buyPlusLink": true,
"showartists": [
{
"artistId": 1,
"showId": 2,
"relpriority": 1,
"artist": {
"Id": 1,
"artistname": "sample string 2",
"urlname": "sample string 3",
"artistaddress": "sample string 4",
"artisttelephone": "sample string 5",
"artistemail": "sample string 6",
"agentname": "sample string 7",
"agentaddress": "sample string 8",
"agenttelephone": "sample string 9",
"agentemail": "sample string 10",
"haspicture": true,
"hasdescription": true,
"artistdescription": "sample string 13",
"artistquote": "sample string 14",
"hasvideo": true,
"thumbnails": "sample string 16",
"lastUpdated": "2026-04-06T09:11:07.668198+01:00",
"active": true,
"mail": true,
"list": "sample string 19",
"feature_filename": "sample string 20",
"thumbnail_filename": "sample string 21",
"gallery_filename": "sample string 22",
"artistMeta": "sample string 23",
"showartists": []
}
},
{
"artistId": 1,
"showId": 2,
"relpriority": 1,
"artist": {
"Id": 1,
"artistname": "sample string 2",
"urlname": "sample string 3",
"artistaddress": "sample string 4",
"artisttelephone": "sample string 5",
"artistemail": "sample string 6",
"agentname": "sample string 7",
"agentaddress": "sample string 8",
"agenttelephone": "sample string 9",
"agentemail": "sample string 10",
"haspicture": true,
"hasdescription": true,
"artistdescription": "sample string 13",
"artistquote": "sample string 14",
"hasvideo": true,
"thumbnails": "sample string 16",
"lastUpdated": "2026-04-06T09:11:07.668198+01:00",
"active": true,
"mail": true,
"list": "sample string 19",
"feature_filename": "sample string 20",
"thumbnail_filename": "sample string 21",
"gallery_filename": "sample string 22",
"artistMeta": "sample string 23",
"showartists": []
}
}
],
"venue": {
"Id": 1,
"cityId": 1,
"venuename": "sample string 2",
"venueaddress": "sample string 3",
"venuedefaulttext": "sample string 4",
"venuedescription": "sample string 5",
"venuepage": "sample string 6",
"venuemap": "sample string 7",
"boxofficetelephone": "sample string 8",
"boxofficeemail": "sample string 9",
"contacttelephone": "sample string 10",
"contactemail": "sample string 11",
"venueopeningtime": "00:00:00.1234567",
"venueshowtime": "00:00:00.1234567",
"venueseatingtime": "00:00:00.1234567",
"venueclosingtime": "00:00:00.1234567",
"venuecutoff": 1,
"venueprice": 1.0,
"venuebookingfee": 1.0,
"venueallocation": 1,
"venuemaxtickets": 1,
"venuemaxadult": 1,
"venuemaxstudent": 1,
"venuemaxspecial": 1,
"venue_optionname1": "sample string 12",
"venue_optioncode1": "sample string 13",
"venue_optionprice1": 1.0,
"venue_totalspecial1": 1,
"venue_optionname2": "sample string 14",
"venue_optioncode2": "sample string 15",
"venue_optionprice2": 1.0,
"venueallocated": true,
"venueseated": true,
"venuefood": true,
"venuetourflag": true,
"venueactive": true,
"loft": true,
"venue_foodmenu": "sample string 16",
"venue_drinkmenu": "sample string 17",
"venueconcession": 1.0,
"venuebookingfeeflag": true,
"venuemenu": true,
"ticketdescription": "sample string 18",
"facebook": "sample string 19",
"twitter": "sample string 20",
"insta": "sample string 21",
"venue_totalspecial2": 1,
"venue_optionname3": "sample string 22",
"venue_optioncode3": "sample string 23",
"venue_optionprice3": 1.0,
"venue_totalspecial3": 1,
"venue_should_email": true,
"city": {
"id": 1,
"cityname": "sample string 2",
"citydescription": "sample string 3",
"citymetatitle": "sample string 4",
"citymetadescription": "sample string 5",
"citymetakeywords": "sample string 6",
"venues": []
},
"shows": []
},
"ticketorderlines": [
{
"id": 1,
"storeid": "sample string 2",
"showid": 1,
"price": 1.0,
"originalprice": 1.0,
"showdate": "sample string 3",
"heading": "sample string 4",
"qty": 1,
"salescode": "sample string 5",
"postcode": "sample string 6",
"premium": true,
"nus": true,
"restricted": true,
"special": true,
"menuitem": true,
"voucher": true,
"ticketdiscount": "sample string 7",
"bookingfee": 1.0,
"shipcost": "sample string 8",
"bookingdate": "2026-04-06T09:11:07.6711989+01:00",
"discountname": "sample string 9",
"loft": true,
"ticket_qr": "sample string 10",
"checked_in": true,
"ticketcode": "sample string 12",
"last_action_time": "00:00:00.1234567",
"email": "sample string 13",
"telephone": "sample string 14",
"firstname": "sample string 15",
"lastname": "sample string 16",
"ordernumber": "sample string 17",
"order": {
"Id": 1,
"storeid": "sample string 2",
"StoreName": "sample string 3",
"OrderNumber": "sample string 4",
"SecureHostingReference": "sample string 5",
"OrderStatus": "sample string 6",
"Firstname": "sample string 7",
"Lastname": "sample string 8",
"Email": "sample string 9",
"ContactGuid": "sample string 10",
"OrderDate": "2026-04-06T09:11:07.6711989+01:00",
"BasketCost": 1.0,
"BasketVAT": 1.0,
"BasketTotal": 1.0,
"StoreAffiliate": "sample string 11",
"Promocode": "sample string 12",
"OrderXML": "sample string 13",
"OrderNotes": "sample string 14",
"LastChanged": "2026-04-06T09:11:07.6721928+01:00",
"MarketResearch": "sample string 15",
"customernote": "sample string 16",
"ssp": true,
"loft": true,
"bo_booking": true,
"bo_initial": "sample string 17",
"tp_name": "sample string 18",
"tp_email": "sample string 19",
"tp_phone": "sample string 20",
"ordergroup": "sample string 21",
"parentorder": "sample string 22",
"childorder": "sample string 23",
"reference": "sample string 24",
"vendor": "sample string 25",
"voucher": "sample string 26",
"paypal": true,
"ticketorderlines": [],
"contact": {
"Id": 1,
"ContactGuid": "sample string 2",
"MailGuid": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Title": "sample string 6",
"address1": "sample string 7",
"address2": "sample string 8",
"address3": "sample string 9",
"Street": "sample string 10",
"City": "sample string 11",
"State": "sample string 12",
"PostCode": "sample string 13",
"Country": "sample string 14",
"Phone": "sample string 15",
"Mobile": "sample string 16",
"Email": "sample string 17",
"Password_old": "sample string 18",
"Password": "sample string 19",
"discounts": "sample string 20",
"vouchers": "sample string 21",
"DiscountsStart": "2026-04-06T09:11:07.6731964+01:00",
"DiscountsEnd": "2026-04-06T09:11:07.6731964+01:00",
"List": "sample string 22",
"JTT_list": "sample string 23",
"artist_list": "sample string 24",
"day_of_week": "sample string 25",
"showdate_list": "sample string 26",
"show_id_list": "sample string 27",
"food_list": "sample string 28",
"affiliate_list": "sample string 29",
"frequency": 1,
"category_list": "sample string 30",
"one_off_shows": "sample string 31",
"big_value_shows": "sample string 32",
"BounceDate": "2026-04-06T09:11:07.6731964+01:00",
"BounceType": "sample string 33",
"Mail": true,
"LastUpdated": "2026-04-06T09:11:07.6731964+01:00",
"hash": "sample string 34",
"birthday": "2026-04-06T09:11:07.6731964+01:00",
"reminder_sent": "sample string 35",
"reminder_sent_date": "2026-04-06T09:11:07.6731964+01:00",
"gender": "sample string 36",
"loft": true,
"account": "sample string 37",
"MC_JSON": "sample string 38",
"problem": true,
"orders": []
}
}
},
{
"id": 1,
"storeid": "sample string 2",
"showid": 1,
"price": 1.0,
"originalprice": 1.0,
"showdate": "sample string 3",
"heading": "sample string 4",
"qty": 1,
"salescode": "sample string 5",
"postcode": "sample string 6",
"premium": true,
"nus": true,
"restricted": true,
"special": true,
"menuitem": true,
"voucher": true,
"ticketdiscount": "sample string 7",
"bookingfee": 1.0,
"shipcost": "sample string 8",
"bookingdate": "2026-04-06T09:11:07.6711989+01:00",
"discountname": "sample string 9",
"loft": true,
"ticket_qr": "sample string 10",
"checked_in": true,
"ticketcode": "sample string 12",
"last_action_time": "00:00:00.1234567",
"email": "sample string 13",
"telephone": "sample string 14",
"firstname": "sample string 15",
"lastname": "sample string 16",
"ordernumber": "sample string 17",
"order": {
"Id": 1,
"storeid": "sample string 2",
"StoreName": "sample string 3",
"OrderNumber": "sample string 4",
"SecureHostingReference": "sample string 5",
"OrderStatus": "sample string 6",
"Firstname": "sample string 7",
"Lastname": "sample string 8",
"Email": "sample string 9",
"ContactGuid": "sample string 10",
"OrderDate": "2026-04-06T09:11:07.6711989+01:00",
"BasketCost": 1.0,
"BasketVAT": 1.0,
"BasketTotal": 1.0,
"StoreAffiliate": "sample string 11",
"Promocode": "sample string 12",
"OrderXML": "sample string 13",
"OrderNotes": "sample string 14",
"LastChanged": "2026-04-06T09:11:07.6721928+01:00",
"MarketResearch": "sample string 15",
"customernote": "sample string 16",
"ssp": true,
"loft": true,
"bo_booking": true,
"bo_initial": "sample string 17",
"tp_name": "sample string 18",
"tp_email": "sample string 19",
"tp_phone": "sample string 20",
"ordergroup": "sample string 21",
"parentorder": "sample string 22",
"childorder": "sample string 23",
"reference": "sample string 24",
"vendor": "sample string 25",
"voucher": "sample string 26",
"paypal": true,
"ticketorderlines": [],
"contact": {
"Id": 1,
"ContactGuid": "sample string 2",
"MailGuid": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Title": "sample string 6",
"address1": "sample string 7",
"address2": "sample string 8",
"address3": "sample string 9",
"Street": "sample string 10",
"City": "sample string 11",
"State": "sample string 12",
"PostCode": "sample string 13",
"Country": "sample string 14",
"Phone": "sample string 15",
"Mobile": "sample string 16",
"Email": "sample string 17",
"Password_old": "sample string 18",
"Password": "sample string 19",
"discounts": "sample string 20",
"vouchers": "sample string 21",
"DiscountsStart": "2026-04-06T09:11:07.6731964+01:00",
"DiscountsEnd": "2026-04-06T09:11:07.6731964+01:00",
"List": "sample string 22",
"JTT_list": "sample string 23",
"artist_list": "sample string 24",
"day_of_week": "sample string 25",
"showdate_list": "sample string 26",
"show_id_list": "sample string 27",
"food_list": "sample string 28",
"affiliate_list": "sample string 29",
"frequency": 1,
"category_list": "sample string 30",
"one_off_shows": "sample string 31",
"big_value_shows": "sample string 32",
"BounceDate": "2026-04-06T09:11:07.6731964+01:00",
"BounceType": "sample string 33",
"Mail": true,
"LastUpdated": "2026-04-06T09:11:07.6731964+01:00",
"hash": "sample string 34",
"birthday": "2026-04-06T09:11:07.6731964+01:00",
"reminder_sent": "sample string 35",
"reminder_sent_date": "2026-04-06T09:11:07.6731964+01:00",
"gender": "sample string 36",
"loft": true,
"account": "sample string 37",
"MC_JSON": "sample string 38",
"problem": true,
"orders": []
}
}
}
]
}
application/xml
Sample:
text/xml
Sample: