BookingServices


Click here for a complete list of operations.

getEventVenueData

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /services/1_022/BookingServices.asmx HTTP/1.1
Host: mercury-service.iticket.co.nz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.iticket.co.nz/getEventVenueData"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getEventVenueData xmlns="http://www.iticket.co.nz/">
      <eventVenueId>int</eventVenueId>
    </getEventVenueData>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getEventVenueDataResponse xmlns="http://www.iticket.co.nz/">
      <getEventVenueDataResult>
        <deliveryTypes>
          <DeliveryType>
            <addressRequired>boolean</addressRequired>
            <arranged>boolean</arranged>
            <description>string</description>
            <endOffset>int</endOffset>
            <forPublic>boolean</forPublic>
            <free>boolean</free>
            <id>int</id>
            <internationalShippingId>int</internationalShippingId>
            <name>string</name>
            <pickUp>boolean</pickUp>
            <price>double</price>
            <startOffset>int</startOffset>
          </DeliveryType>
          <DeliveryType>
            <addressRequired>boolean</addressRequired>
            <arranged>boolean</arranged>
            <description>string</description>
            <endOffset>int</endOffset>
            <forPublic>boolean</forPublic>
            <free>boolean</free>
            <id>int</id>
            <internationalShippingId>int</internationalShippingId>
            <name>string</name>
            <pickUp>boolean</pickUp>
            <price>double</price>
            <startOffset>int</startOffset>
          </DeliveryType>
        </deliveryTypes>
        <eventVenueId>int</eventVenueId>
        <payeeBookingFees>
          <PayeeBookingFees>
            <defaultFeeChannels xsi:nil="true" />
            <eventVenueFeeChannels xsi:nil="true" />
            <payeeId>int</payeeId>
          </PayeeBookingFees>
          <PayeeBookingFees>
            <defaultFeeChannels xsi:nil="true" />
            <eventVenueFeeChannels xsi:nil="true" />
            <payeeId>int</payeeId>
          </PayeeBookingFees>
        </payeeBookingFees>
        <paymentTypes>
          <PaymentType>
            <arranged>boolean</arranged>
            <description>string</description>
            <destinationId>int</destinationId>
            <endOffset>int</endOffset>
            <free>boolean</free>
            <id>int</id>
            <name>string</name>
            <rate>double</rate>
            <rateIsPercentage>boolean</rateIsPercentage>
            <startOffset>int</startOffset>
            <webSiteUsers>boolean</webSiteUsers>
            <paidBy>int</paidBy>
          </PaymentType>
          <PaymentType>
            <arranged>boolean</arranged>
            <description>string</description>
            <destinationId>int</destinationId>
            <endOffset>int</endOffset>
            <free>boolean</free>
            <id>int</id>
            <name>string</name>
            <rate>double</rate>
            <rateIsPercentage>boolean</rateIsPercentage>
            <startOffset>int</startOffset>
            <webSiteUsers>boolean</webSiteUsers>
            <paidBy>int</paidBy>
          </PaymentType>
        </paymentTypes>
        <webFee>double</webFee>
        <webFeeDescription>string</webFeeDescription>
      </getEventVenueDataResult>
    </getEventVenueDataResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /services/1_022/BookingServices.asmx HTTP/1.1
Host: mercury-service.iticket.co.nz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getEventVenueData xmlns="http://www.iticket.co.nz/">
      <eventVenueId>int</eventVenueId>
    </getEventVenueData>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getEventVenueDataResponse xmlns="http://www.iticket.co.nz/">
      <getEventVenueDataResult>
        <deliveryTypes>
          <DeliveryType>
            <addressRequired>boolean</addressRequired>
            <arranged>boolean</arranged>
            <description>string</description>
            <endOffset>int</endOffset>
            <forPublic>boolean</forPublic>
            <free>boolean</free>
            <id>int</id>
            <internationalShippingId>int</internationalShippingId>
            <name>string</name>
            <pickUp>boolean</pickUp>
            <price>double</price>
            <startOffset>int</startOffset>
          </DeliveryType>
          <DeliveryType>
            <addressRequired>boolean</addressRequired>
            <arranged>boolean</arranged>
            <description>string</description>
            <endOffset>int</endOffset>
            <forPublic>boolean</forPublic>
            <free>boolean</free>
            <id>int</id>
            <internationalShippingId>int</internationalShippingId>
            <name>string</name>
            <pickUp>boolean</pickUp>
            <price>double</price>
            <startOffset>int</startOffset>
          </DeliveryType>
        </deliveryTypes>
        <eventVenueId>int</eventVenueId>
        <payeeBookingFees>
          <PayeeBookingFees>
            <defaultFeeChannels xsi:nil="true" />
            <eventVenueFeeChannels xsi:nil="true" />
            <payeeId>int</payeeId>
          </PayeeBookingFees>
          <PayeeBookingFees>
            <defaultFeeChannels xsi:nil="true" />
            <eventVenueFeeChannels xsi:nil="true" />
            <payeeId>int</payeeId>
          </PayeeBookingFees>
        </payeeBookingFees>
        <paymentTypes>
          <PaymentType>
            <arranged>boolean</arranged>
            <description>string</description>
            <destinationId>int</destinationId>
            <endOffset>int</endOffset>
            <free>boolean</free>
            <id>int</id>
            <name>string</name>
            <rate>double</rate>
            <rateIsPercentage>boolean</rateIsPercentage>
            <startOffset>int</startOffset>
            <webSiteUsers>boolean</webSiteUsers>
            <paidBy>int</paidBy>
          </PaymentType>
          <PaymentType>
            <arranged>boolean</arranged>
            <description>string</description>
            <destinationId>int</destinationId>
            <endOffset>int</endOffset>
            <free>boolean</free>
            <id>int</id>
            <name>string</name>
            <rate>double</rate>
            <rateIsPercentage>boolean</rateIsPercentage>
            <startOffset>int</startOffset>
            <webSiteUsers>boolean</webSiteUsers>
            <paidBy>int</paidBy>
          </PaymentType>
        </paymentTypes>
        <webFee>double</webFee>
        <webFeeDescription>string</webFeeDescription>
      </getEventVenueDataResult>
    </getEventVenueDataResponse>
  </soap12:Body>
</soap12:Envelope>