ReservationServices
Click here for a complete list of operations.
SaveBooking
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/SaveBooking" <?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> <SaveBooking xmlns="http://semnox.com/"> <bookingOrder> <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> <Transaction> <TrxId>string</TrxId> <Tax>double</Tax> <DiscountAmount>double</DiscountAmount> <PreTaxAmount>double</PreTaxAmount> <TotalAmount>double</TotalAmount> <RoundOffAmount>double</RoundOffAmount> <FinalAmount>double</FinalAmount> <NetAmount>double</NetAmount> <TrxPayment> <PaymentId>int</PaymentId> <TrxId>int</TrxId> <SelectedPaymentMode xsi:nil="true" /> <Amount>double</Amount> <CreditCardNumber>string</CreditCardNumber> <NameOnCreditCard>string</NameOnCreditCard> <CreditCardName>string</CreditCardName> <CreditCardExpiry>string</CreditCardExpiry> <CreditCardAuthorization>string</CreditCardAuthorization> <CardId>int</CardId> <CardNumber>string</CardNumber> <CardEntitlementType>string</CardEntitlementType> <CardCreditPlusId>int</CardCreditPlusId> <OrderId>int</OrderId> <Reference>string</Reference> <Guid>string</Guid> <SynchStatus>int</SynchStatus> <SiteId>int</SiteId> <CCResponseId>int</CCResponseId> <Memo>string</Memo> <PaymentDate>dateTime</PaymentDate> <LastUpdatedUser>string</LastUpdatedUser> <ParentPaymentId>int</ParentPaymentId> <TenderedAmount>double</TenderedAmount> <TipAmount>double</TipAmount> <SplitId>int</SplitId> <PosMachine>string</PosMachine> <MasterEntityId>int</MasterEntityId> <CurrencyCode>string</CurrencyCode> <CurrencyRate>double</CurrencyRate> <TentNumber>string</TentNumber> <InvoiceNumber>string</InvoiceNumber> <PaymentCardNumber>string</PaymentCardNumber> <CCTransactionsPGWDTO xsi:nil="true" /> </TrxPayment> <TrxLines> <TrxLine xsi:nil="true" /> <TrxLine xsi:nil="true" /> </TrxLines> <DiscountApplicationHistoryDTOList> <DiscountApplicationHistoryDTO xsi:nil="true" /> <DiscountApplicationHistoryDTO xsi:nil="true" /> </DiscountApplicationHistoryDTOList> <Remarks>string</Remarks> <DiscountsSummaryDTOList> <DiscountsSummaryDTO xsi:nil="true" /> <DiscountsSummaryDTO xsi:nil="true" /> </DiscountsSummaryDTOList> <OrderHeader> <OrderId>int</OrderId> <CardId>int</CardId> <TableNumber>string</TableNumber> <CustomerName>string</CustomerName> <WaiterName>string</WaiterName> <Remarks>string</Remarks> <OrderStatus>string</OrderStatus> <OrderDate>dateTime</OrderDate> <TableId>int</TableId> <TrxId>int</TrxId> <Amount>double</Amount> <PosMachine>string</PosMachine> <CardNumber>string</CardNumber> </OrderHeader> <TotalPaidAmount>double</TotalPaidAmount> <Status>string</Status> <TrxPayments> <TrxPayment xsi:nil="true" /> <TrxPayment xsi:nil="true" /> </TrxPayments> <PrimaryCardNumber>string</PrimaryCardNumber> <ShouldCommit>boolean</ShouldCommit> <BookingAttendeeList> <BookingAttendeeDTO xsi:nil="true" /> <BookingAttendeeDTO xsi:nil="true" /> </BookingAttendeeList> <TaxRuleId>string</TaxRuleId> <TrxDate>string</TrxDate> <TrxOTP>string</TrxOTP> </Transaction> </bookingOrder> </SaveBooking> </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> <SaveBookingResponse xmlns="http://semnox.com/"> <SaveBookingResult> <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> <Transaction> <TrxId>string</TrxId> <Tax>double</Tax> <DiscountAmount>double</DiscountAmount> <PreTaxAmount>double</PreTaxAmount> <TotalAmount>double</TotalAmount> <RoundOffAmount>double</RoundOffAmount> <FinalAmount>double</FinalAmount> <NetAmount>double</NetAmount> <TrxPayment> <PaymentId>int</PaymentId> <TrxId>int</TrxId> <SelectedPaymentMode xsi:nil="true" /> <Amount>double</Amount> <CreditCardNumber>string</CreditCardNumber> <NameOnCreditCard>string</NameOnCreditCard> <CreditCardName>string</CreditCardName> <CreditCardExpiry>string</CreditCardExpiry> <CreditCardAuthorization>string</CreditCardAuthorization> <CardId>int</CardId> <CardNumber>string</CardNumber> <CardEntitlementType>string</CardEntitlementType> <CardCreditPlusId>int</CardCreditPlusId> <OrderId>int</OrderId> <Reference>string</Reference> <Guid>string</Guid> <SynchStatus>int</SynchStatus> <SiteId>int</SiteId> <CCResponseId>int</CCResponseId> <Memo>string</Memo> <PaymentDate>dateTime</PaymentDate> <LastUpdatedUser>string</LastUpdatedUser> <ParentPaymentId>int</ParentPaymentId> <TenderedAmount>double</TenderedAmount> <TipAmount>double</TipAmount> <SplitId>int</SplitId> <PosMachine>string</PosMachine> <MasterEntityId>int</MasterEntityId> <CurrencyCode>string</CurrencyCode> <CurrencyRate>double</CurrencyRate> <TentNumber>string</TentNumber> <InvoiceNumber>string</InvoiceNumber> <PaymentCardNumber>string</PaymentCardNumber> <CCTransactionsPGWDTO xsi:nil="true" /> </TrxPayment> <TrxLines> <TrxLine xsi:nil="true" /> <TrxLine xsi:nil="true" /> </TrxLines> <DiscountApplicationHistoryDTOList> <DiscountApplicationHistoryDTO xsi:nil="true" /> <DiscountApplicationHistoryDTO xsi:nil="true" /> </DiscountApplicationHistoryDTOList> <Remarks>string</Remarks> <DiscountsSummaryDTOList> <DiscountsSummaryDTO xsi:nil="true" /> <DiscountsSummaryDTO xsi:nil="true" /> </DiscountsSummaryDTOList> <OrderHeader> <OrderId>int</OrderId> <CardId>int</CardId> <TableNumber>string</TableNumber> <CustomerName>string</CustomerName> <WaiterName>string</WaiterName> <Remarks>string</Remarks> <OrderStatus>string</OrderStatus> <OrderDate>dateTime</OrderDate> <TableId>int</TableId> <TrxId>int</TrxId> <Amount>double</Amount> <PosMachine>string</PosMachine> <CardNumber>string</CardNumber> </OrderHeader> <TotalPaidAmount>double</TotalPaidAmount> <Status>string</Status> <TrxPayments> <TrxPayment xsi:nil="true" /> <TrxPayment xsi:nil="true" /> </TrxPayments> <PrimaryCardNumber>string</PrimaryCardNumber> <ShouldCommit>boolean</ShouldCommit> <BookingAttendeeList> <BookingAttendeeDTO xsi:nil="true" /> <BookingAttendeeDTO xsi:nil="true" /> </BookingAttendeeList> <TaxRuleId>string</TaxRuleId> <TrxDate>string</TrxDate> <TrxOTP>string</TrxOTP> </Transaction> </SaveBookingResult> </SaveBookingResponse> </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> <SaveBooking xmlns="http://semnox.com/"> <bookingOrder> <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> <Transaction> <TrxId>string</TrxId> <Tax>double</Tax> <DiscountAmount>double</DiscountAmount> <PreTaxAmount>double</PreTaxAmount> <TotalAmount>double</TotalAmount> <RoundOffAmount>double</RoundOffAmount> <FinalAmount>double</FinalAmount> <NetAmount>double</NetAmount> <TrxPayment> <PaymentId>int</PaymentId> <TrxId>int</TrxId> <SelectedPaymentMode xsi:nil="true" /> <Amount>double</Amount> <CreditCardNumber>string</CreditCardNumber> <NameOnCreditCard>string</NameOnCreditCard> <CreditCardName>string</CreditCardName> <CreditCardExpiry>string</CreditCardExpiry> <CreditCardAuthorization>string</CreditCardAuthorization> <CardId>int</CardId> <CardNumber>string</CardNumber> <CardEntitlementType>string</CardEntitlementType> <CardCreditPlusId>int</CardCreditPlusId> <OrderId>int</OrderId> <Reference>string</Reference> <Guid>string</Guid> <SynchStatus>int</SynchStatus> <SiteId>int</SiteId> <CCResponseId>int</CCResponseId> <Memo>string</Memo> <PaymentDate>dateTime</PaymentDate> <LastUpdatedUser>string</LastUpdatedUser> <ParentPaymentId>int</ParentPaymentId> <TenderedAmount>double</TenderedAmount> <TipAmount>double</TipAmount> <SplitId>int</SplitId> <PosMachine>string</PosMachine> <MasterEntityId>int</MasterEntityId> <CurrencyCode>string</CurrencyCode> <CurrencyRate>double</CurrencyRate> <TentNumber>string</TentNumber> <InvoiceNumber>string</InvoiceNumber> <PaymentCardNumber>string</PaymentCardNumber> <CCTransactionsPGWDTO xsi:nil="true" /> </TrxPayment> <TrxLines> <TrxLine xsi:nil="true" /> <TrxLine xsi:nil="true" /> </TrxLines> <DiscountApplicationHistoryDTOList> <DiscountApplicationHistoryDTO xsi:nil="true" /> <DiscountApplicationHistoryDTO xsi:nil="true" /> </DiscountApplicationHistoryDTOList> <Remarks>string</Remarks> <DiscountsSummaryDTOList> <DiscountsSummaryDTO xsi:nil="true" /> <DiscountsSummaryDTO xsi:nil="true" /> </DiscountsSummaryDTOList> <OrderHeader> <OrderId>int</OrderId> <CardId>int</CardId> <TableNumber>string</TableNumber> <CustomerName>string</CustomerName> <WaiterName>string</WaiterName> <Remarks>string</Remarks> <OrderStatus>string</OrderStatus> <OrderDate>dateTime</OrderDate> <TableId>int</TableId> <TrxId>int</TrxId> <Amount>double</Amount> <PosMachine>string</PosMachine> <CardNumber>string</CardNumber> </OrderHeader> <TotalPaidAmount>double</TotalPaidAmount> <Status>string</Status> <TrxPayments> <TrxPayment xsi:nil="true" /> <TrxPayment xsi:nil="true" /> </TrxPayments> <PrimaryCardNumber>string</PrimaryCardNumber> <ShouldCommit>boolean</ShouldCommit> <BookingAttendeeList> <BookingAttendeeDTO xsi:nil="true" /> <BookingAttendeeDTO xsi:nil="true" /> </BookingAttendeeList> <TaxRuleId>string</TaxRuleId> <TrxDate>string</TrxDate> <TrxOTP>string</TrxOTP> </Transaction> </bookingOrder> </SaveBooking> </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> <SaveBookingResponse xmlns="http://semnox.com/"> <SaveBookingResult> <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> <Transaction> <TrxId>string</TrxId> <Tax>double</Tax> <DiscountAmount>double</DiscountAmount> <PreTaxAmount>double</PreTaxAmount> <TotalAmount>double</TotalAmount> <RoundOffAmount>double</RoundOffAmount> <FinalAmount>double</FinalAmount> <NetAmount>double</NetAmount> <TrxPayment> <PaymentId>int</PaymentId> <TrxId>int</TrxId> <SelectedPaymentMode xsi:nil="true" /> <Amount>double</Amount> <CreditCardNumber>string</CreditCardNumber> <NameOnCreditCard>string</NameOnCreditCard> <CreditCardName>string</CreditCardName> <CreditCardExpiry>string</CreditCardExpiry> <CreditCardAuthorization>string</CreditCardAuthorization> <CardId>int</CardId> <CardNumber>string</CardNumber> <CardEntitlementType>string</CardEntitlementType> <CardCreditPlusId>int</CardCreditPlusId> <OrderId>int</OrderId> <Reference>string</Reference> <Guid>string</Guid> <SynchStatus>int</SynchStatus> <SiteId>int</SiteId> <CCResponseId>int</CCResponseId> <Memo>string</Memo> <PaymentDate>dateTime</PaymentDate> <LastUpdatedUser>string</LastUpdatedUser> <ParentPaymentId>int</ParentPaymentId> <TenderedAmount>double</TenderedAmount> <TipAmount>double</TipAmount> <SplitId>int</SplitId> <PosMachine>string</PosMachine> <MasterEntityId>int</MasterEntityId> <CurrencyCode>string</CurrencyCode> <CurrencyRate>double</CurrencyRate> <TentNumber>string</TentNumber> <InvoiceNumber>string</InvoiceNumber> <PaymentCardNumber>string</PaymentCardNumber> <CCTransactionsPGWDTO xsi:nil="true" /> </TrxPayment> <TrxLines> <TrxLine xsi:nil="true" /> <TrxLine xsi:nil="true" /> </TrxLines> <DiscountApplicationHistoryDTOList> <DiscountApplicationHistoryDTO xsi:nil="true" /> <DiscountApplicationHistoryDTO xsi:nil="true" /> </DiscountApplicationHistoryDTOList> <Remarks>string</Remarks> <DiscountsSummaryDTOList> <DiscountsSummaryDTO xsi:nil="true" /> <DiscountsSummaryDTO xsi:nil="true" /> </DiscountsSummaryDTOList> <OrderHeader> <OrderId>int</OrderId> <CardId>int</CardId> <TableNumber>string</TableNumber> <CustomerName>string</CustomerName> <WaiterName>string</WaiterName> <Remarks>string</Remarks> <OrderStatus>string</OrderStatus> <OrderDate>dateTime</OrderDate> <TableId>int</TableId> <TrxId>int</TrxId> <Amount>double</Amount> <PosMachine>string</PosMachine> <CardNumber>string</CardNumber> </OrderHeader> <TotalPaidAmount>double</TotalPaidAmount> <Status>string</Status> <TrxPayments> <TrxPayment xsi:nil="true" /> <TrxPayment xsi:nil="true" /> </TrxPayments> <PrimaryCardNumber>string</PrimaryCardNumber> <ShouldCommit>boolean</ShouldCommit> <BookingAttendeeList> <BookingAttendeeDTO xsi:nil="true" /> <BookingAttendeeDTO xsi:nil="true" /> </BookingAttendeeList> <TaxRuleId>string</TaxRuleId> <TrxDate>string</TrxDate> <TrxOTP>string</TrxOTP> </Transaction> </SaveBookingResult> </SaveBookingResponse> </soap12:Body> </soap12:Envelope>