ReservationServices


Click here for a complete list of operations.

GetBookingDTOList

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 /ReservationServices.asmx HTTP/1.1
Host: onlinesubscription.adventureparkusa.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://semnox.com/GetBookingDTOList"

<?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>
    <GetBookingDTOList xmlns="http://semnox.com/">
      <resParams>
        <SiteId>int</SiteId>
        <SiteName>string</SiteName>
        <TrxId>int</TrxId>
        <BookingId>int</BookingId>
        <UserId>int</UserId>
        <PosIdentifier>string</PosIdentifier>
        <LoginId>string</LoginId>
        <Status>string</Status>
        <CustomerId>int</CustomerId>
        <ReservationDateTime>dateTime</ReservationDateTime>
        <Duration>int</Duration>
        <CreditCardAmount>double</CreditCardAmount>
        <DebitCardAmount>double</DebitCardAmount>
        <PaymentCardNumber>string</PaymentCardNumber>
        <PaymentReference>string</PaymentReference>
        <PaymentModeId>int</PaymentModeId>
        <IsEditedBooking>boolean</IsEditedBooking>
        <EditedBookingId>int</EditedBookingId>
        <EnableHistory>boolean</EnableHistory>
        <BookingProductList>
          <BookingProduct>
            <AdvanceAmount>double</AdvanceAmount>
            <AdvancePercentage>double</AdvancePercentage>
            <MinimumTime>int</MinimumTime>
            <MaximumTime>int</MaximumTime>
            <Quantity>int</Quantity>
            <SortOrder>int</SortOrder>
            <BookingProductPackagelist xsi:nil="true" />
          </BookingProduct>
          <BookingProduct>
            <AdvanceAmount>double</AdvanceAmount>
            <AdvancePercentage>double</AdvancePercentage>
            <MinimumTime>int</MinimumTime>
            <MaximumTime>int</MaximumTime>
            <Quantity>int</Quantity>
            <SortOrder>int</SortOrder>
            <BookingProductPackagelist xsi:nil="true" />
          </BookingProduct>
        </BookingProductList>
        <AdditionalProductList>
          <AdditionalProduct>
            <CategoryId>int</CategoryId>
            <ChildProductId>int</ChildProductId>
            <OrderedQuantity>int</OrderedQuantity>
            <ComboProductId>int</ComboProductId>
            <WebDescription>string</WebDescription>
          </AdditionalProduct>
          <AdditionalProduct>
            <CategoryId>int</CategoryId>
            <ChildProductId>int</ChildProductId>
            <OrderedQuantity>int</OrderedQuantity>
            <ComboProductId>int</ComboProductId>
            <WebDescription>string</WebDescription>
          </AdditionalProduct>
        </AdditionalProductList>
        <BookingAttendeeList>
          <BookingAttendeeDTO>
            <Id>int</Id>
            <BookingId>int</BookingId>
            <Name>string</Name>
            <Age>int</Age>
            <Gender>string</Gender>
            <SpecialRequest>string</SpecialRequest>
            <Remarks>string</Remarks>
            <PhoneNumber>string</PhoneNumber>
            <Email>string</Email>
            <PartyInNameOf>boolean</PartyInNameOf>
            <DateofBirth>dateTime</DateofBirth>
            <Guid>string</Guid>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <CustomerId>int</CustomerId>
            <TrxId>int</TrxId>
            <SignWaiverEmailLastSentOn>dateTime</SignWaiverEmailLastSentOn>
            <SignWaiverEmailSentCount>int</SignWaiverEmailSentCount>
            <IsChanged>boolean</IsChanged>
          </BookingAttendeeDTO>
          <BookingAttendeeDTO>
            <Id>int</Id>
            <BookingId>int</BookingId>
            <Name>string</Name>
            <Age>int</Age>
            <Gender>string</Gender>
            <SpecialRequest>string</SpecialRequest>
            <Remarks>string</Remarks>
            <PhoneNumber>string</PhoneNumber>
            <Email>string</Email>
            <PartyInNameOf>boolean</PartyInNameOf>
            <DateofBirth>dateTime</DateofBirth>
            <Guid>string</Guid>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <CustomerId>int</CustomerId>
            <TrxId>int</TrxId>
            <SignWaiverEmailLastSentOn>dateTime</SignWaiverEmailLastSentOn>
            <SignWaiverEmailSentCount>int</SignWaiverEmailSentCount>
            <IsChanged>boolean</IsChanged>
          </BookingAttendeeDTO>
        </BookingAttendeeList>
        <DiscountCouponCode>string</DiscountCouponCode>
      </resParams>
    </GetBookingDTOList>
  </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>
    <GetBookingDTOListResponse xmlns="http://semnox.com/">
      <GetBookingDTOListResult>
        <ReservationDTO>
          <BookingId>int</BookingId>
          <BookingClassId>int</BookingClassId>
          <BookingName>string</BookingName>
          <FromDate>dateTime</FromDate>
          <RecurFlag>string</RecurFlag>
          <RecurFrequency>string</RecurFrequency>
          <RecurEndDate>dateTime</RecurEndDate>
          <Quantity>int</Quantity>
          <ReservationCode>string</ReservationCode>
          <Status>string</Status>
          <CardId>int</CardId>
          <CardNumber>string</CardNumber>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <ExpiryTime>dateTime</ExpiryTime>
          <Channel>string</Channel>
          <Remarks>string</Remarks>
          <ContactNo>string</ContactNo>
          <AlternateContactNo>string</AlternateContactNo>
          <Email>string</Email>
          <IsEmailSent>int</IsEmailSent>
          <ToDate>dateTime</ToDate>
          <TrxId>int</TrxId>
          <TrxNumber>string</TrxNumber>
          <TrxStatus>string</TrxStatus>
          <TrxNetAmount>decimal</TrxNetAmount>
          <Age>int</Age>
          <Gender>string</Gender>
          <PostalAddress>string</PostalAddress>
          <BookingProductId>int</BookingProductId>
          <BookingProductName>string</BookingProductName>
          <FacilityName>string</FacilityName>
          <FacilityMapId>int</FacilityMapId>
          <FacilityMapName>string</FacilityMapName>
          <AttractionScheduleId>int</AttractionScheduleId>
          <ExtraGuests>int</ExtraGuests>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastupdateDate>dateTime</LastupdateDate>
          <Guid>string</Guid>
          <SiteId>int</SiteId>
          <SynchStatus>boolean</SynchStatus>
          <MasterEntityId>int</MasterEntityId>
          <BookingCheckListDTOList>
            <BookingCheckListDTO xsi:nil="true" />
            <BookingCheckListDTO xsi:nil="true" />
          </BookingCheckListDTOList>
          <ServiceChargeAmount>double</ServiceChargeAmount>
          <ServiceChargePercentage>double</ServiceChargePercentage>
          <IsChanged>boolean</IsChanged>
        </ReservationDTO>
        <ReservationDTO>
          <BookingId>int</BookingId>
          <BookingClassId>int</BookingClassId>
          <BookingName>string</BookingName>
          <FromDate>dateTime</FromDate>
          <RecurFlag>string</RecurFlag>
          <RecurFrequency>string</RecurFrequency>
          <RecurEndDate>dateTime</RecurEndDate>
          <Quantity>int</Quantity>
          <ReservationCode>string</ReservationCode>
          <Status>string</Status>
          <CardId>int</CardId>
          <CardNumber>string</CardNumber>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <ExpiryTime>dateTime</ExpiryTime>
          <Channel>string</Channel>
          <Remarks>string</Remarks>
          <ContactNo>string</ContactNo>
          <AlternateContactNo>string</AlternateContactNo>
          <Email>string</Email>
          <IsEmailSent>int</IsEmailSent>
          <ToDate>dateTime</ToDate>
          <TrxId>int</TrxId>
          <TrxNumber>string</TrxNumber>
          <TrxStatus>string</TrxStatus>
          <TrxNetAmount>decimal</TrxNetAmount>
          <Age>int</Age>
          <Gender>string</Gender>
          <PostalAddress>string</PostalAddress>
          <BookingProductId>int</BookingProductId>
          <BookingProductName>string</BookingProductName>
          <FacilityName>string</FacilityName>
          <FacilityMapId>int</FacilityMapId>
          <FacilityMapName>string</FacilityMapName>
          <AttractionScheduleId>int</AttractionScheduleId>
          <ExtraGuests>int</ExtraGuests>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastupdateDate>dateTime</LastupdateDate>
          <Guid>string</Guid>
          <SiteId>int</SiteId>
          <SynchStatus>boolean</SynchStatus>
          <MasterEntityId>int</MasterEntityId>
          <BookingCheckListDTOList>
            <BookingCheckListDTO xsi:nil="true" />
            <BookingCheckListDTO xsi:nil="true" />
          </BookingCheckListDTOList>
          <ServiceChargeAmount>double</ServiceChargeAmount>
          <ServiceChargePercentage>double</ServiceChargePercentage>
          <IsChanged>boolean</IsChanged>
        </ReservationDTO>
      </GetBookingDTOListResult>
    </GetBookingDTOListResponse>
  </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 /ReservationServices.asmx HTTP/1.1
Host: onlinesubscription.adventureparkusa.com
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>
    <GetBookingDTOList xmlns="http://semnox.com/">
      <resParams>
        <SiteId>int</SiteId>
        <SiteName>string</SiteName>
        <TrxId>int</TrxId>
        <BookingId>int</BookingId>
        <UserId>int</UserId>
        <PosIdentifier>string</PosIdentifier>
        <LoginId>string</LoginId>
        <Status>string</Status>
        <CustomerId>int</CustomerId>
        <ReservationDateTime>dateTime</ReservationDateTime>
        <Duration>int</Duration>
        <CreditCardAmount>double</CreditCardAmount>
        <DebitCardAmount>double</DebitCardAmount>
        <PaymentCardNumber>string</PaymentCardNumber>
        <PaymentReference>string</PaymentReference>
        <PaymentModeId>int</PaymentModeId>
        <IsEditedBooking>boolean</IsEditedBooking>
        <EditedBookingId>int</EditedBookingId>
        <EnableHistory>boolean</EnableHistory>
        <BookingProductList>
          <BookingProduct>
            <AdvanceAmount>double</AdvanceAmount>
            <AdvancePercentage>double</AdvancePercentage>
            <MinimumTime>int</MinimumTime>
            <MaximumTime>int</MaximumTime>
            <Quantity>int</Quantity>
            <SortOrder>int</SortOrder>
            <BookingProductPackagelist xsi:nil="true" />
          </BookingProduct>
          <BookingProduct>
            <AdvanceAmount>double</AdvanceAmount>
            <AdvancePercentage>double</AdvancePercentage>
            <MinimumTime>int</MinimumTime>
            <MaximumTime>int</MaximumTime>
            <Quantity>int</Quantity>
            <SortOrder>int</SortOrder>
            <BookingProductPackagelist xsi:nil="true" />
          </BookingProduct>
        </BookingProductList>
        <AdditionalProductList>
          <AdditionalProduct>
            <CategoryId>int</CategoryId>
            <ChildProductId>int</ChildProductId>
            <OrderedQuantity>int</OrderedQuantity>
            <ComboProductId>int</ComboProductId>
            <WebDescription>string</WebDescription>
          </AdditionalProduct>
          <AdditionalProduct>
            <CategoryId>int</CategoryId>
            <ChildProductId>int</ChildProductId>
            <OrderedQuantity>int</OrderedQuantity>
            <ComboProductId>int</ComboProductId>
            <WebDescription>string</WebDescription>
          </AdditionalProduct>
        </AdditionalProductList>
        <BookingAttendeeList>
          <BookingAttendeeDTO>
            <Id>int</Id>
            <BookingId>int</BookingId>
            <Name>string</Name>
            <Age>int</Age>
            <Gender>string</Gender>
            <SpecialRequest>string</SpecialRequest>
            <Remarks>string</Remarks>
            <PhoneNumber>string</PhoneNumber>
            <Email>string</Email>
            <PartyInNameOf>boolean</PartyInNameOf>
            <DateofBirth>dateTime</DateofBirth>
            <Guid>string</Guid>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <CustomerId>int</CustomerId>
            <TrxId>int</TrxId>
            <SignWaiverEmailLastSentOn>dateTime</SignWaiverEmailLastSentOn>
            <SignWaiverEmailSentCount>int</SignWaiverEmailSentCount>
            <IsChanged>boolean</IsChanged>
          </BookingAttendeeDTO>
          <BookingAttendeeDTO>
            <Id>int</Id>
            <BookingId>int</BookingId>
            <Name>string</Name>
            <Age>int</Age>
            <Gender>string</Gender>
            <SpecialRequest>string</SpecialRequest>
            <Remarks>string</Remarks>
            <PhoneNumber>string</PhoneNumber>
            <Email>string</Email>
            <PartyInNameOf>boolean</PartyInNameOf>
            <DateofBirth>dateTime</DateofBirth>
            <Guid>string</Guid>
            <SiteId>int</SiteId>
            <MasterEntityId>int</MasterEntityId>
            <SynchStatus>boolean</SynchStatus>
            <IsActive>boolean</IsActive>
            <CreatedBy>string</CreatedBy>
            <CreationDate>dateTime</CreationDate>
            <LastUpdatedBy>string</LastUpdatedBy>
            <LastUpdateDate>dateTime</LastUpdateDate>
            <CustomerId>int</CustomerId>
            <TrxId>int</TrxId>
            <SignWaiverEmailLastSentOn>dateTime</SignWaiverEmailLastSentOn>
            <SignWaiverEmailSentCount>int</SignWaiverEmailSentCount>
            <IsChanged>boolean</IsChanged>
          </BookingAttendeeDTO>
        </BookingAttendeeList>
        <DiscountCouponCode>string</DiscountCouponCode>
      </resParams>
    </GetBookingDTOList>
  </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>
    <GetBookingDTOListResponse xmlns="http://semnox.com/">
      <GetBookingDTOListResult>
        <ReservationDTO>
          <BookingId>int</BookingId>
          <BookingClassId>int</BookingClassId>
          <BookingName>string</BookingName>
          <FromDate>dateTime</FromDate>
          <RecurFlag>string</RecurFlag>
          <RecurFrequency>string</RecurFrequency>
          <RecurEndDate>dateTime</RecurEndDate>
          <Quantity>int</Quantity>
          <ReservationCode>string</ReservationCode>
          <Status>string</Status>
          <CardId>int</CardId>
          <CardNumber>string</CardNumber>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <ExpiryTime>dateTime</ExpiryTime>
          <Channel>string</Channel>
          <Remarks>string</Remarks>
          <ContactNo>string</ContactNo>
          <AlternateContactNo>string</AlternateContactNo>
          <Email>string</Email>
          <IsEmailSent>int</IsEmailSent>
          <ToDate>dateTime</ToDate>
          <TrxId>int</TrxId>
          <TrxNumber>string</TrxNumber>
          <TrxStatus>string</TrxStatus>
          <TrxNetAmount>decimal</TrxNetAmount>
          <Age>int</Age>
          <Gender>string</Gender>
          <PostalAddress>string</PostalAddress>
          <BookingProductId>int</BookingProductId>
          <BookingProductName>string</BookingProductName>
          <FacilityName>string</FacilityName>
          <FacilityMapId>int</FacilityMapId>
          <FacilityMapName>string</FacilityMapName>
          <AttractionScheduleId>int</AttractionScheduleId>
          <ExtraGuests>int</ExtraGuests>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastupdateDate>dateTime</LastupdateDate>
          <Guid>string</Guid>
          <SiteId>int</SiteId>
          <SynchStatus>boolean</SynchStatus>
          <MasterEntityId>int</MasterEntityId>
          <BookingCheckListDTOList>
            <BookingCheckListDTO xsi:nil="true" />
            <BookingCheckListDTO xsi:nil="true" />
          </BookingCheckListDTOList>
          <ServiceChargeAmount>double</ServiceChargeAmount>
          <ServiceChargePercentage>double</ServiceChargePercentage>
          <IsChanged>boolean</IsChanged>
        </ReservationDTO>
        <ReservationDTO>
          <BookingId>int</BookingId>
          <BookingClassId>int</BookingClassId>
          <BookingName>string</BookingName>
          <FromDate>dateTime</FromDate>
          <RecurFlag>string</RecurFlag>
          <RecurFrequency>string</RecurFrequency>
          <RecurEndDate>dateTime</RecurEndDate>
          <Quantity>int</Quantity>
          <ReservationCode>string</ReservationCode>
          <Status>string</Status>
          <CardId>int</CardId>
          <CardNumber>string</CardNumber>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <ExpiryTime>dateTime</ExpiryTime>
          <Channel>string</Channel>
          <Remarks>string</Remarks>
          <ContactNo>string</ContactNo>
          <AlternateContactNo>string</AlternateContactNo>
          <Email>string</Email>
          <IsEmailSent>int</IsEmailSent>
          <ToDate>dateTime</ToDate>
          <TrxId>int</TrxId>
          <TrxNumber>string</TrxNumber>
          <TrxStatus>string</TrxStatus>
          <TrxNetAmount>decimal</TrxNetAmount>
          <Age>int</Age>
          <Gender>string</Gender>
          <PostalAddress>string</PostalAddress>
          <BookingProductId>int</BookingProductId>
          <BookingProductName>string</BookingProductName>
          <FacilityName>string</FacilityName>
          <FacilityMapId>int</FacilityMapId>
          <FacilityMapName>string</FacilityMapName>
          <AttractionScheduleId>int</AttractionScheduleId>
          <ExtraGuests>int</ExtraGuests>
          <CreatedBy>string</CreatedBy>
          <CreationDate>dateTime</CreationDate>
          <LastUpdatedBy>string</LastUpdatedBy>
          <LastupdateDate>dateTime</LastupdateDate>
          <Guid>string</Guid>
          <SiteId>int</SiteId>
          <SynchStatus>boolean</SynchStatus>
          <MasterEntityId>int</MasterEntityId>
          <BookingCheckListDTOList>
            <BookingCheckListDTO xsi:nil="true" />
            <BookingCheckListDTO xsi:nil="true" />
          </BookingCheckListDTOList>
          <ServiceChargeAmount>double</ServiceChargeAmount>
          <ServiceChargePercentage>double</ServiceChargePercentage>
          <IsChanged>boolean</IsChanged>
        </ReservationDTO>
      </GetBookingDTOListResult>
    </GetBookingDTOListResponse>
  </soap12:Body>
</soap12:Envelope>