FoodCancellationService


Click here for a complete list of operations.

GetFoodBillList

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
billDate:
thinClientUser:
billNo:
locationID:
current:
pageSize:
userModuleID:
username:
portalID:
secureToken:

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 /Modules/SageFlick/FoodCancelation/FoodCancellationService.asmx HTTP/1.1
Host: bishwojyoti.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetFoodBillList"

<?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>
    <GetFoodBillList xmlns="http://tempuri.org/">
      <billDate>string</billDate>
      <thinClientUser>string</thinClientUser>
      <billNo>string</billNo>
      <locationID>int</locationID>
      <current>int</current>
      <pageSize>int</pageSize>
      <userModuleID>int</userModuleID>
      <username>string</username>
      <portalID>int</portalID>
      <secureToken>string</secureToken>
    </GetFoodBillList>
  </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>
    <GetFoodBillListResponse xmlns="http://tempuri.org/">
      <GetFoodBillListResult>
        <FoodBillInfo>
          <RowNum>int</RowNum>
          <RowTotal>int</RowTotal>
          <OrderID>int</OrderID>
          <SerialNo>string</SerialNo>
          <OrderDateTime>string</OrderDateTime>
          <OrderTotal>decimal</OrderTotal>
          <NetPrice>decimal</NetPrice>
          <ServiceTax>decimal</ServiceTax>
          <Vat>decimal</Vat>
          <UserName>string</UserName>
          <PaymentMethodName>string</PaymentMethodName>
        </FoodBillInfo>
        <FoodBillInfo>
          <RowNum>int</RowNum>
          <RowTotal>int</RowTotal>
          <OrderID>int</OrderID>
          <SerialNo>string</SerialNo>
          <OrderDateTime>string</OrderDateTime>
          <OrderTotal>decimal</OrderTotal>
          <NetPrice>decimal</NetPrice>
          <ServiceTax>decimal</ServiceTax>
          <Vat>decimal</Vat>
          <UserName>string</UserName>
          <PaymentMethodName>string</PaymentMethodName>
        </FoodBillInfo>
      </GetFoodBillListResult>
    </GetFoodBillListResponse>
  </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 /Modules/SageFlick/FoodCancelation/FoodCancellationService.asmx HTTP/1.1
Host: bishwojyoti.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>
    <GetFoodBillList xmlns="http://tempuri.org/">
      <billDate>string</billDate>
      <thinClientUser>string</thinClientUser>
      <billNo>string</billNo>
      <locationID>int</locationID>
      <current>int</current>
      <pageSize>int</pageSize>
      <userModuleID>int</userModuleID>
      <username>string</username>
      <portalID>int</portalID>
      <secureToken>string</secureToken>
    </GetFoodBillList>
  </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>
    <GetFoodBillListResponse xmlns="http://tempuri.org/">
      <GetFoodBillListResult>
        <FoodBillInfo>
          <RowNum>int</RowNum>
          <RowTotal>int</RowTotal>
          <OrderID>int</OrderID>
          <SerialNo>string</SerialNo>
          <OrderDateTime>string</OrderDateTime>
          <OrderTotal>decimal</OrderTotal>
          <NetPrice>decimal</NetPrice>
          <ServiceTax>decimal</ServiceTax>
          <Vat>decimal</Vat>
          <UserName>string</UserName>
          <PaymentMethodName>string</PaymentMethodName>
        </FoodBillInfo>
        <FoodBillInfo>
          <RowNum>int</RowNum>
          <RowTotal>int</RowTotal>
          <OrderID>int</OrderID>
          <SerialNo>string</SerialNo>
          <OrderDateTime>string</OrderDateTime>
          <OrderTotal>decimal</OrderTotal>
          <NetPrice>decimal</NetPrice>
          <ServiceTax>decimal</ServiceTax>
          <Vat>decimal</Vat>
          <UserName>string</UserName>
          <PaymentMethodName>string</PaymentMethodName>
        </FoodBillInfo>
      </GetFoodBillListResult>
    </GetFoodBillListResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /Modules/SageFlick/FoodCancelation/FoodCancellationService.asmx/GetFoodBillList?billDate=string&thinClientUser=string&billNo=string&locationID=string&current=string&pageSize=string&userModuleID=string&username=string&portalID=string&secureToken=string HTTP/1.1
Host: bishwojyoti.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFoodBillInfo xmlns="http://tempuri.org/">
  <FoodBillInfo>
    <RowNum>int</RowNum>
    <RowTotal>int</RowTotal>
    <OrderID>int</OrderID>
    <SerialNo>string</SerialNo>
    <OrderDateTime>string</OrderDateTime>
    <OrderTotal>decimal</OrderTotal>
    <NetPrice>decimal</NetPrice>
    <ServiceTax>decimal</ServiceTax>
    <Vat>decimal</Vat>
    <UserName>string</UserName>
    <PaymentMethodName>string</PaymentMethodName>
  </FoodBillInfo>
  <FoodBillInfo>
    <RowNum>int</RowNum>
    <RowTotal>int</RowTotal>
    <OrderID>int</OrderID>
    <SerialNo>string</SerialNo>
    <OrderDateTime>string</OrderDateTime>
    <OrderTotal>decimal</OrderTotal>
    <NetPrice>decimal</NetPrice>
    <ServiceTax>decimal</ServiceTax>
    <Vat>decimal</Vat>
    <UserName>string</UserName>
    <PaymentMethodName>string</PaymentMethodName>
  </FoodBillInfo>
</ArrayOfFoodBillInfo>

HTTP POST

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

POST /Modules/SageFlick/FoodCancelation/FoodCancellationService.asmx/GetFoodBillList HTTP/1.1
Host: bishwojyoti.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

billDate=string&thinClientUser=string&billNo=string&locationID=string&current=string&pageSize=string&userModuleID=string&username=string&portalID=string&secureToken=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFoodBillInfo xmlns="http://tempuri.org/">
  <FoodBillInfo>
    <RowNum>int</RowNum>
    <RowTotal>int</RowTotal>
    <OrderID>int</OrderID>
    <SerialNo>string</SerialNo>
    <OrderDateTime>string</OrderDateTime>
    <OrderTotal>decimal</OrderTotal>
    <NetPrice>decimal</NetPrice>
    <ServiceTax>decimal</ServiceTax>
    <Vat>decimal</Vat>
    <UserName>string</UserName>
    <PaymentMethodName>string</PaymentMethodName>
  </FoodBillInfo>
  <FoodBillInfo>
    <RowNum>int</RowNum>
    <RowTotal>int</RowTotal>
    <OrderID>int</OrderID>
    <SerialNo>string</SerialNo>
    <OrderDateTime>string</OrderDateTime>
    <OrderTotal>decimal</OrderTotal>
    <NetPrice>decimal</NetPrice>
    <ServiceTax>decimal</ServiceTax>
    <Vat>decimal</Vat>
    <UserName>string</UserName>
    <PaymentMethodName>string</PaymentMethodName>
  </FoodBillInfo>
</ArrayOfFoodBillInfo>