Skip to content

Instantly share code, notes, and snippets.

@davidnorth
Created December 3, 2011 17:09
Show Gist options
  • Save davidnorth/1427586 to your computer and use it in GitHub Desktop.
Save davidnorth/1427586 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetPerformanceDetailWithDiscountingSYOSExResponse xmlns="http://tessiturasoftware.com/">
<GetPerformanceDetailWithDiscountingSYOSExResult>
<Id>1</Id>
<Title>The Kitchen</Title>
<PerformanceDate><%= @date %></PerformanceDate>
<ZoneMap>259</ZoneMap>
<Venue>Test Venue</Venue>
<Sections>
<Section Description="STALLS A Travelex" Zone="968">
<PriceTypes>
<PriceType Id="157" Price="30.0000" BasePrice="30.0000" AvailCount="2"/>
</PriceTypes>
</Section>
<Section Description="STALLS B Travelex" Zone="969">
<PriceTypes>
<PriceType Id="157" Price="20.0000" BasePrice="20.0000" AvailCount="3"/>
</PriceTypes>
</Section>
<Section Description="CIRCLE B Travelex" Zone="971">
<PriceTypes>
<PriceType Id="157" Price="20.0000" BasePrice="20.0000" AvailCount="2"/>
</PriceTypes>
</Section>
<Section Description="STALLS C Travelex" Zone="970">
<PriceTypes>
<PriceType Id="157" Price="12.0000" BasePrice="12.0000" AvailCount="0"/>
</PriceTypes>
</Section>
<Section Description="CIRCLE C Travelex" Zone="972">
<PriceTypes>
<PriceType Id="157" Price="12.0000" BasePrice="12.0000" AvailCount="40"/>
</PriceTypes>
</Section>
<Section Description="WHEELCHAIR SPACE" Zone="973">
<PriceTypes>
<PriceType Id="157" Price="12.0000" BasePrice="12.0000" AvailCount="0"/>
</PriceTypes>
</Section>
</Sections>
<PriceTypes>
<PriceTypeEx2 Id="157" Description="Full Price" ShortDescription="STANDARDW" Promotion="false" PromoMaxQuantity="0"/>
</PriceTypes>
<PromoInd>false</PromoInd>
<GeneralAvailability>false</GeneralAvailability>
<TimeSlotDescription>Evening</TimeSlotDescription>
<WebContentCollection/>
</GetPerformanceDetailWithDiscountingSYOSExResult>
</GetPerformanceDetailWithDiscountingSYOSExResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment