BanquetBookingServices


Click here for a complete list of operations.

saveUserBanquetBooking

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 /BanquetBookingServices.asmx HTTP/1.1
Host: service.zilaparishadbokaro.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/saveUserBanquetBooking"

<?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>
    <saveUserBanquetBooking xmlns="http://tempuri.org/">
      <AppKey>string</AppKey>
      <UserId>int</UserId>
      <model>
        <BanquetBookingId>int</BanquetBookingId>
        <UserId>int</UserId>
        <PaymentDate>dateTime</PaymentDate>
        <TransactionNo>string</TransactionNo>
        <TotalBasicAmount>decimal</TotalBasicAmount>
        <TotalGST>decimal</TotalGST>
        <TotalCGST>decimal</TotalCGST>
        <TotalSGST>decimal</TotalSGST>
        <PaidAmount>decimal</PaidAmount>
        <CreatedBy>int</CreatedBy>
        <CreatedOn>dateTime</CreatedOn>
        <ChequeNo>string</ChequeNo>
        <ChequeDate>dateTime</ChequeDate>
        <ChequeBank>string</ChequeBank>
        <ChequeBankBranch>string</ChequeBankBranch>
        <ReceiptNo>string</ReceiptNo>
        <PaymentReceiptId>int</PaymentReceiptId>
        <BanquetBookingDetailList>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
        </BanquetBookingDetailList>
        <UserName>string</UserName>
        <MobileNo>string</MobileNo>
        <EmailId>string</EmailId>
        <AadharNo>string</AadharNo>
        <Place>string</Place>
        <NearBy>string</NearBy>
        <WardNoId>int</WardNoId>
        <DeliveryAddress>string</DeliveryAddress>
        <WardNo>string</WardNo>
        <CreatedByName>string</CreatedByName>
        <PaymentMode>unsignedByte</PaymentMode>
        <PaymentStatus>unsignedByte</PaymentStatus>
        <BanquetBookingDetailsList>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
        </BanquetBookingDetailsList>
        <OnlinePaymentMode>string</OnlinePaymentMode>
        <OrderId>string</OrderId>
        <OnlineReferanceId>string</OnlineReferanceId>
        <OnlineType>string</OnlineType>
        <Signature>string</Signature>
        <TxMessage>string</TxMessage>
        <TxStatus>string</TxStatus>
        <TxTime>dateTime</TxTime>
      </model>
    </saveUserBanquetBooking>
  </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>
    <saveUserBanquetBookingResponse xmlns="http://tempuri.org/" />
  </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 /BanquetBookingServices.asmx HTTP/1.1
Host: service.zilaparishadbokaro.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>
    <saveUserBanquetBooking xmlns="http://tempuri.org/">
      <AppKey>string</AppKey>
      <UserId>int</UserId>
      <model>
        <BanquetBookingId>int</BanquetBookingId>
        <UserId>int</UserId>
        <PaymentDate>dateTime</PaymentDate>
        <TransactionNo>string</TransactionNo>
        <TotalBasicAmount>decimal</TotalBasicAmount>
        <TotalGST>decimal</TotalGST>
        <TotalCGST>decimal</TotalCGST>
        <TotalSGST>decimal</TotalSGST>
        <PaidAmount>decimal</PaidAmount>
        <CreatedBy>int</CreatedBy>
        <CreatedOn>dateTime</CreatedOn>
        <ChequeNo>string</ChequeNo>
        <ChequeDate>dateTime</ChequeDate>
        <ChequeBank>string</ChequeBank>
        <ChequeBankBranch>string</ChequeBankBranch>
        <ReceiptNo>string</ReceiptNo>
        <PaymentReceiptId>int</PaymentReceiptId>
        <BanquetBookingDetailList>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
        </BanquetBookingDetailList>
        <UserName>string</UserName>
        <MobileNo>string</MobileNo>
        <EmailId>string</EmailId>
        <AadharNo>string</AadharNo>
        <Place>string</Place>
        <NearBy>string</NearBy>
        <WardNoId>int</WardNoId>
        <DeliveryAddress>string</DeliveryAddress>
        <WardNo>string</WardNo>
        <CreatedByName>string</CreatedByName>
        <PaymentMode>unsignedByte</PaymentMode>
        <PaymentStatus>unsignedByte</PaymentStatus>
        <BanquetBookingDetailsList>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
          <BanquetBookingDetailModel>
            <BanquetBookingDetailsId>int</BanquetBookingDetailsId>
            <BanquetBookingId>int</BanquetBookingId>
            <BanquetId>int</BanquetId>
            <BookingDate>dateTime</BookingDate>
            <BookingTime>string</BookingTime>
            <BookingStatus>unsignedByte</BookingStatus>
            <BasicAmount>decimal</BasicAmount>
            <GSTId>int</GSTId>
            <GSTAmount>decimal</GSTAmount>
            <CGSTAmount>decimal</CGSTAmount>
            <SGSTAmount>decimal</SGSTAmount>
            <TotalAmount>decimal</TotalAmount>
            <BanquetName>string</BanquetName>
            <GSTName>string</GSTName>
          </BanquetBookingDetailModel>
        </BanquetBookingDetailsList>
        <OnlinePaymentMode>string</OnlinePaymentMode>
        <OrderId>string</OrderId>
        <OnlineReferanceId>string</OnlineReferanceId>
        <OnlineType>string</OnlineType>
        <Signature>string</Signature>
        <TxMessage>string</TxMessage>
        <TxStatus>string</TxStatus>
        <TxTime>dateTime</TxTime>
      </model>
    </saveUserBanquetBooking>
  </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>
    <saveUserBanquetBookingResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>