TransactionWebService


Click here for a complete list of operations.

ShoppingCartCash

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 /TransactionWebService.asmx HTTP/1.1
Host: services.cinetixx.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://webservice.cinetixx.de/ShoppingCartCash"

<?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:Header>
    <AuthenticationSoapHeader xmlns="https://webservice.cinetixx.de">
      <Login>string</Login>
      <Password>string</Password>
      <ClientVersion>string</ClientVersion>
      <SessionGuid>string</SessionGuid>
    </AuthenticationSoapHeader>
  </soap:Header>
  <soap:Body>
    <ShoppingCartCash xmlns="https://webservice.cinetixx.de">
      <SessionId>string</SessionId>
    </ShoppingCartCash>
  </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>
    <ShoppingCartCashResponse xmlns="https://webservice.cinetixx.de">
      <ShoppingCartCashResult>
        <Error>string</Error>
        <Ticket>
          <TicketId>long</TicketId>
          <CardId>long</CardId>
          <CustomerId>long</CustomerId>
          <ShowId>long</ShowId>
          <SeatId>long</SeatId>
          <TransactionId>long</TransactionId>
          <Auditorium>string</Auditorium>
          <Cinema>string</Cinema>
          <CinemaAddress>string</CinemaAddress>
          <City>string</City>
          <CinemaFirm>
            <Name>string</Name>
            <Address>string</Address>
            <TaxId>string</TaxId>
          </CinemaFirm>
          <EventName>string</EventName>
          <ShowDate>dateTime</ShowDate>
          <ShowDuration>long</ShowDuration>
          <ShowEntryCode>string</ShowEntryCode>
          <Language>string</Language>
          <Version>string</Version>
          <Rating>string</Rating>
          <Seats>
            <DTORSeat xsi:nil="true" />
            <DTORSeat xsi:nil="true" />
          </Seats>
          <Fees>
            <DTORFee xsi:nil="true" />
            <DTORFee xsi:nil="true" />
          </Fees>
          <PriceArea>string</PriceArea>
          <PriceCategory>string</PriceCategory>
          <Amount>decimal</Amount>
          <FeeAmount>decimal</FeeAmount>
          <ProductAmount>decimal</ProductAmount>
          <Payment>string</Payment>
          <BookingDate>dateTime</BookingDate>
          <Currency>string</Currency>
          <TicketNr>string</TicketNr>
          <SaleTerminal>string</SaleTerminal>
          <SaleCity>string</SaleCity>
          <NoSeatSelection>boolean</NoSeatSelection>
          <ProductInfo>string</ProductInfo>
          <EventImageUrl>string</EventImageUrl>
          <OnlineTickets>boolean</OnlineTickets>
          <IsReservation>boolean</IsReservation>
          <ReservationInfo>string</ReservationInfo>
          <ReservationNumber>string</ReservationNumber>
          <ReservationStatus>string</ReservationStatus>
          <PurchaseReservation>boolean</PurchaseReservation>
          <CancelReservation>boolean</CancelReservation>
        </Ticket>
        <CustomerName>string</CustomerName>
        <CustomerSalutation>string</CustomerSalutation>
        <CustomerFirstname>string</CustomerFirstname>
        <PromoCode>string</PromoCode>
      </ShoppingCartCashResult>
    </ShoppingCartCashResponse>
  </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 /TransactionWebService.asmx HTTP/1.1
Host: services.cinetixx.de
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:Header>
    <AuthenticationSoapHeader xmlns="https://webservice.cinetixx.de">
      <Login>string</Login>
      <Password>string</Password>
      <ClientVersion>string</ClientVersion>
      <SessionGuid>string</SessionGuid>
    </AuthenticationSoapHeader>
  </soap12:Header>
  <soap12:Body>
    <ShoppingCartCash xmlns="https://webservice.cinetixx.de">
      <SessionId>string</SessionId>
    </ShoppingCartCash>
  </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>
    <ShoppingCartCashResponse xmlns="https://webservice.cinetixx.de">
      <ShoppingCartCashResult>
        <Error>string</Error>
        <Ticket>
          <TicketId>long</TicketId>
          <CardId>long</CardId>
          <CustomerId>long</CustomerId>
          <ShowId>long</ShowId>
          <SeatId>long</SeatId>
          <TransactionId>long</TransactionId>
          <Auditorium>string</Auditorium>
          <Cinema>string</Cinema>
          <CinemaAddress>string</CinemaAddress>
          <City>string</City>
          <CinemaFirm>
            <Name>string</Name>
            <Address>string</Address>
            <TaxId>string</TaxId>
          </CinemaFirm>
          <EventName>string</EventName>
          <ShowDate>dateTime</ShowDate>
          <ShowDuration>long</ShowDuration>
          <ShowEntryCode>string</ShowEntryCode>
          <Language>string</Language>
          <Version>string</Version>
          <Rating>string</Rating>
          <Seats>
            <DTORSeat xsi:nil="true" />
            <DTORSeat xsi:nil="true" />
          </Seats>
          <Fees>
            <DTORFee xsi:nil="true" />
            <DTORFee xsi:nil="true" />
          </Fees>
          <PriceArea>string</PriceArea>
          <PriceCategory>string</PriceCategory>
          <Amount>decimal</Amount>
          <FeeAmount>decimal</FeeAmount>
          <ProductAmount>decimal</ProductAmount>
          <Payment>string</Payment>
          <BookingDate>dateTime</BookingDate>
          <Currency>string</Currency>
          <TicketNr>string</TicketNr>
          <SaleTerminal>string</SaleTerminal>
          <SaleCity>string</SaleCity>
          <NoSeatSelection>boolean</NoSeatSelection>
          <ProductInfo>string</ProductInfo>
          <EventImageUrl>string</EventImageUrl>
          <OnlineTickets>boolean</OnlineTickets>
          <IsReservation>boolean</IsReservation>
          <ReservationInfo>string</ReservationInfo>
          <ReservationNumber>string</ReservationNumber>
          <ReservationStatus>string</ReservationStatus>
          <PurchaseReservation>boolean</PurchaseReservation>
          <CancelReservation>boolean</CancelReservation>
        </Ticket>
        <CustomerName>string</CustomerName>
        <CustomerSalutation>string</CustomerSalutation>
        <CustomerFirstname>string</CustomerFirstname>
        <PromoCode>string</PromoCode>
      </ShoppingCartCashResult>
    </ShoppingCartCashResponse>
  </soap12:Body>
</soap12:Envelope>