ReportWebService


Click here for a complete list of operations.

DetailDailySalesReport

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
FromDate:
ToDate:
MovieID:
ScreenID:
userModuleID:
username:
portalID:
secureToken:
LocationId:

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

<?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>
    <DetailDailySalesReport xmlns="http://tempuri.org/">
      <FromDate>string</FromDate>
      <ToDate>string</ToDate>
      <MovieID>int</MovieID>
      <ScreenID>int</ScreenID>
      <userModuleID>int</userModuleID>
      <username>string</username>
      <portalID>int</portalID>
      <secureToken>string</secureToken>
      <LocationId>int</LocationId>
    </DetailDailySalesReport>
  </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>
    <DetailDailySalesReportResponse xmlns="http://tempuri.org/">
      <DetailDailySalesReportResult>
        <BoxOfficeCollection>
          <ScreenID>int</ScreenID>
          <AddedDate>string</AddedDate>
          <CGross>decimal</CGross>
          <Cnet>decimal</Cnet>
          <CNoOfTicket>int</CNoOfTicket>
          <ComplimentryTicket>int</ComplimentryTicket>
          <ECardTicket>int</ECardTicket>
          <QRPayTicket>int</QRPayTicket>
          <FonePayQRTicket>int</FonePayQRTicket>
          <OnlineTicket>int</OnlineTicket>
          <CPrice>decimal</CPrice>
          <CVat>decimal</CVat>
          <CFDF>decimal</CFDF>
          <GrandTotal>decimal</GrandTotal>
          <LocalTax>decimal</LocalTax>
          <Movies>string</Movies>
          <NoOfTicket>int</NoOfTicket>
          <RGross>decimal</RGross>
          <Rnet>decimal</Rnet>
          <RPrice>decimal</RPrice>
          <RVat>decimal</RVat>
          <RFDF>decimal</RFDF>
          <Screen>string</Screen>
          <ShowDate>string</ShowDate>
          <StartTime>string</StartTime>
          <TFdf>decimal</TFdf>
          <TGross>decimal</TGross>
          <ThreeDPrice>decimal</ThreeDPrice>
          <ThreeDNet>decimal</ThreeDNet>
          <ThreeDTax>decimal</ThreeDTax>
          <ThreeDFDF>decimal</ThreeDFDF>
          <TicketType>string</TicketType>
          <Tnet>decimal</Tnet>
          <TPrice>decimal</TPrice>
          <TVat>decimal</TVat>
          <GrandTotalWithComp>decimal</GrandTotalWithComp>
          <Discount>decimal</Discount>
          <Capacity>int</Capacity>
          <Occupancy>decimal</Occupancy>
        </BoxOfficeCollection>
        <BoxOfficeCollection>
          <ScreenID>int</ScreenID>
          <AddedDate>string</AddedDate>
          <CGross>decimal</CGross>
          <Cnet>decimal</Cnet>
          <CNoOfTicket>int</CNoOfTicket>
          <ComplimentryTicket>int</ComplimentryTicket>
          <ECardTicket>int</ECardTicket>
          <QRPayTicket>int</QRPayTicket>
          <FonePayQRTicket>int</FonePayQRTicket>
          <OnlineTicket>int</OnlineTicket>
          <CPrice>decimal</CPrice>
          <CVat>decimal</CVat>
          <CFDF>decimal</CFDF>
          <GrandTotal>decimal</GrandTotal>
          <LocalTax>decimal</LocalTax>
          <Movies>string</Movies>
          <NoOfTicket>int</NoOfTicket>
          <RGross>decimal</RGross>
          <Rnet>decimal</Rnet>
          <RPrice>decimal</RPrice>
          <RVat>decimal</RVat>
          <RFDF>decimal</RFDF>
          <Screen>string</Screen>
          <ShowDate>string</ShowDate>
          <StartTime>string</StartTime>
          <TFdf>decimal</TFdf>
          <TGross>decimal</TGross>
          <ThreeDPrice>decimal</ThreeDPrice>
          <ThreeDNet>decimal</ThreeDNet>
          <ThreeDTax>decimal</ThreeDTax>
          <ThreeDFDF>decimal</ThreeDFDF>
          <TicketType>string</TicketType>
          <Tnet>decimal</Tnet>
          <TPrice>decimal</TPrice>
          <TVat>decimal</TVat>
          <GrandTotalWithComp>decimal</GrandTotalWithComp>
          <Discount>decimal</Discount>
          <Capacity>int</Capacity>
          <Occupancy>decimal</Occupancy>
        </BoxOfficeCollection>
      </DetailDailySalesReportResult>
    </DetailDailySalesReportResponse>
  </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/Report/ReportWebService.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>
    <DetailDailySalesReport xmlns="http://tempuri.org/">
      <FromDate>string</FromDate>
      <ToDate>string</ToDate>
      <MovieID>int</MovieID>
      <ScreenID>int</ScreenID>
      <userModuleID>int</userModuleID>
      <username>string</username>
      <portalID>int</portalID>
      <secureToken>string</secureToken>
      <LocationId>int</LocationId>
    </DetailDailySalesReport>
  </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>
    <DetailDailySalesReportResponse xmlns="http://tempuri.org/">
      <DetailDailySalesReportResult>
        <BoxOfficeCollection>
          <ScreenID>int</ScreenID>
          <AddedDate>string</AddedDate>
          <CGross>decimal</CGross>
          <Cnet>decimal</Cnet>
          <CNoOfTicket>int</CNoOfTicket>
          <ComplimentryTicket>int</ComplimentryTicket>
          <ECardTicket>int</ECardTicket>
          <QRPayTicket>int</QRPayTicket>
          <FonePayQRTicket>int</FonePayQRTicket>
          <OnlineTicket>int</OnlineTicket>
          <CPrice>decimal</CPrice>
          <CVat>decimal</CVat>
          <CFDF>decimal</CFDF>
          <GrandTotal>decimal</GrandTotal>
          <LocalTax>decimal</LocalTax>
          <Movies>string</Movies>
          <NoOfTicket>int</NoOfTicket>
          <RGross>decimal</RGross>
          <Rnet>decimal</Rnet>
          <RPrice>decimal</RPrice>
          <RVat>decimal</RVat>
          <RFDF>decimal</RFDF>
          <Screen>string</Screen>
          <ShowDate>string</ShowDate>
          <StartTime>string</StartTime>
          <TFdf>decimal</TFdf>
          <TGross>decimal</TGross>
          <ThreeDPrice>decimal</ThreeDPrice>
          <ThreeDNet>decimal</ThreeDNet>
          <ThreeDTax>decimal</ThreeDTax>
          <ThreeDFDF>decimal</ThreeDFDF>
          <TicketType>string</TicketType>
          <Tnet>decimal</Tnet>
          <TPrice>decimal</TPrice>
          <TVat>decimal</TVat>
          <GrandTotalWithComp>decimal</GrandTotalWithComp>
          <Discount>decimal</Discount>
          <Capacity>int</Capacity>
          <Occupancy>decimal</Occupancy>
        </BoxOfficeCollection>
        <BoxOfficeCollection>
          <ScreenID>int</ScreenID>
          <AddedDate>string</AddedDate>
          <CGross>decimal</CGross>
          <Cnet>decimal</Cnet>
          <CNoOfTicket>int</CNoOfTicket>
          <ComplimentryTicket>int</ComplimentryTicket>
          <ECardTicket>int</ECardTicket>
          <QRPayTicket>int</QRPayTicket>
          <FonePayQRTicket>int</FonePayQRTicket>
          <OnlineTicket>int</OnlineTicket>
          <CPrice>decimal</CPrice>
          <CVat>decimal</CVat>
          <CFDF>decimal</CFDF>
          <GrandTotal>decimal</GrandTotal>
          <LocalTax>decimal</LocalTax>
          <Movies>string</Movies>
          <NoOfTicket>int</NoOfTicket>
          <RGross>decimal</RGross>
          <Rnet>decimal</Rnet>
          <RPrice>decimal</RPrice>
          <RVat>decimal</RVat>
          <RFDF>decimal</RFDF>
          <Screen>string</Screen>
          <ShowDate>string</ShowDate>
          <StartTime>string</StartTime>
          <TFdf>decimal</TFdf>
          <TGross>decimal</TGross>
          <ThreeDPrice>decimal</ThreeDPrice>
          <ThreeDNet>decimal</ThreeDNet>
          <ThreeDTax>decimal</ThreeDTax>
          <ThreeDFDF>decimal</ThreeDFDF>
          <TicketType>string</TicketType>
          <Tnet>decimal</Tnet>
          <TPrice>decimal</TPrice>
          <TVat>decimal</TVat>
          <GrandTotalWithComp>decimal</GrandTotalWithComp>
          <Discount>decimal</Discount>
          <Capacity>int</Capacity>
          <Occupancy>decimal</Occupancy>
        </BoxOfficeCollection>
      </DetailDailySalesReportResult>
    </DetailDailySalesReportResponse>
  </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/Report/ReportWebService.asmx/DetailDailySalesReport?FromDate=string&ToDate=string&MovieID=string&ScreenID=string&userModuleID=string&username=string&portalID=string&secureToken=string&LocationId=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"?>
<ArrayOfBoxOfficeCollection xmlns="http://tempuri.org/">
  <BoxOfficeCollection>
    <ScreenID>int</ScreenID>
    <AddedDate>string</AddedDate>
    <CGross>decimal</CGross>
    <Cnet>decimal</Cnet>
    <CNoOfTicket>int</CNoOfTicket>
    <ComplimentryTicket>int</ComplimentryTicket>
    <ECardTicket>int</ECardTicket>
    <QRPayTicket>int</QRPayTicket>
    <FonePayQRTicket>int</FonePayQRTicket>
    <OnlineTicket>int</OnlineTicket>
    <CPrice>decimal</CPrice>
    <CVat>decimal</CVat>
    <CFDF>decimal</CFDF>
    <GrandTotal>decimal</GrandTotal>
    <LocalTax>decimal</LocalTax>
    <Movies>string</Movies>
    <NoOfTicket>int</NoOfTicket>
    <RGross>decimal</RGross>
    <Rnet>decimal</Rnet>
    <RPrice>decimal</RPrice>
    <RVat>decimal</RVat>
    <RFDF>decimal</RFDF>
    <Screen>string</Screen>
    <ShowDate>string</ShowDate>
    <StartTime>string</StartTime>
    <TFdf>decimal</TFdf>
    <TGross>decimal</TGross>
    <ThreeDPrice>decimal</ThreeDPrice>
    <ThreeDNet>decimal</ThreeDNet>
    <ThreeDTax>decimal</ThreeDTax>
    <ThreeDFDF>decimal</ThreeDFDF>
    <TicketType>string</TicketType>
    <Tnet>decimal</Tnet>
    <TPrice>decimal</TPrice>
    <TVat>decimal</TVat>
    <GrandTotalWithComp>decimal</GrandTotalWithComp>
    <Discount>decimal</Discount>
    <Capacity>int</Capacity>
    <Occupancy>decimal</Occupancy>
  </BoxOfficeCollection>
  <BoxOfficeCollection>
    <ScreenID>int</ScreenID>
    <AddedDate>string</AddedDate>
    <CGross>decimal</CGross>
    <Cnet>decimal</Cnet>
    <CNoOfTicket>int</CNoOfTicket>
    <ComplimentryTicket>int</ComplimentryTicket>
    <ECardTicket>int</ECardTicket>
    <QRPayTicket>int</QRPayTicket>
    <FonePayQRTicket>int</FonePayQRTicket>
    <OnlineTicket>int</OnlineTicket>
    <CPrice>decimal</CPrice>
    <CVat>decimal</CVat>
    <CFDF>decimal</CFDF>
    <GrandTotal>decimal</GrandTotal>
    <LocalTax>decimal</LocalTax>
    <Movies>string</Movies>
    <NoOfTicket>int</NoOfTicket>
    <RGross>decimal</RGross>
    <Rnet>decimal</Rnet>
    <RPrice>decimal</RPrice>
    <RVat>decimal</RVat>
    <RFDF>decimal</RFDF>
    <Screen>string</Screen>
    <ShowDate>string</ShowDate>
    <StartTime>string</StartTime>
    <TFdf>decimal</TFdf>
    <TGross>decimal</TGross>
    <ThreeDPrice>decimal</ThreeDPrice>
    <ThreeDNet>decimal</ThreeDNet>
    <ThreeDTax>decimal</ThreeDTax>
    <ThreeDFDF>decimal</ThreeDFDF>
    <TicketType>string</TicketType>
    <Tnet>decimal</Tnet>
    <TPrice>decimal</TPrice>
    <TVat>decimal</TVat>
    <GrandTotalWithComp>decimal</GrandTotalWithComp>
    <Discount>decimal</Discount>
    <Capacity>int</Capacity>
    <Occupancy>decimal</Occupancy>
  </BoxOfficeCollection>
</ArrayOfBoxOfficeCollection>

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/Report/ReportWebService.asmx/DetailDailySalesReport HTTP/1.1
Host: bishwojyoti.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

FromDate=string&ToDate=string&MovieID=string&ScreenID=string&userModuleID=string&username=string&portalID=string&secureToken=string&LocationId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfBoxOfficeCollection xmlns="http://tempuri.org/">
  <BoxOfficeCollection>
    <ScreenID>int</ScreenID>
    <AddedDate>string</AddedDate>
    <CGross>decimal</CGross>
    <Cnet>decimal</Cnet>
    <CNoOfTicket>int</CNoOfTicket>
    <ComplimentryTicket>int</ComplimentryTicket>
    <ECardTicket>int</ECardTicket>
    <QRPayTicket>int</QRPayTicket>
    <FonePayQRTicket>int</FonePayQRTicket>
    <OnlineTicket>int</OnlineTicket>
    <CPrice>decimal</CPrice>
    <CVat>decimal</CVat>
    <CFDF>decimal</CFDF>
    <GrandTotal>decimal</GrandTotal>
    <LocalTax>decimal</LocalTax>
    <Movies>string</Movies>
    <NoOfTicket>int</NoOfTicket>
    <RGross>decimal</RGross>
    <Rnet>decimal</Rnet>
    <RPrice>decimal</RPrice>
    <RVat>decimal</RVat>
    <RFDF>decimal</RFDF>
    <Screen>string</Screen>
    <ShowDate>string</ShowDate>
    <StartTime>string</StartTime>
    <TFdf>decimal</TFdf>
    <TGross>decimal</TGross>
    <ThreeDPrice>decimal</ThreeDPrice>
    <ThreeDNet>decimal</ThreeDNet>
    <ThreeDTax>decimal</ThreeDTax>
    <ThreeDFDF>decimal</ThreeDFDF>
    <TicketType>string</TicketType>
    <Tnet>decimal</Tnet>
    <TPrice>decimal</TPrice>
    <TVat>decimal</TVat>
    <GrandTotalWithComp>decimal</GrandTotalWithComp>
    <Discount>decimal</Discount>
    <Capacity>int</Capacity>
    <Occupancy>decimal</Occupancy>
  </BoxOfficeCollection>
  <BoxOfficeCollection>
    <ScreenID>int</ScreenID>
    <AddedDate>string</AddedDate>
    <CGross>decimal</CGross>
    <Cnet>decimal</Cnet>
    <CNoOfTicket>int</CNoOfTicket>
    <ComplimentryTicket>int</ComplimentryTicket>
    <ECardTicket>int</ECardTicket>
    <QRPayTicket>int</QRPayTicket>
    <FonePayQRTicket>int</FonePayQRTicket>
    <OnlineTicket>int</OnlineTicket>
    <CPrice>decimal</CPrice>
    <CVat>decimal</CVat>
    <CFDF>decimal</CFDF>
    <GrandTotal>decimal</GrandTotal>
    <LocalTax>decimal</LocalTax>
    <Movies>string</Movies>
    <NoOfTicket>int</NoOfTicket>
    <RGross>decimal</RGross>
    <Rnet>decimal</Rnet>
    <RPrice>decimal</RPrice>
    <RVat>decimal</RVat>
    <RFDF>decimal</RFDF>
    <Screen>string</Screen>
    <ShowDate>string</ShowDate>
    <StartTime>string</StartTime>
    <TFdf>decimal</TFdf>
    <TGross>decimal</TGross>
    <ThreeDPrice>decimal</ThreeDPrice>
    <ThreeDNet>decimal</ThreeDNet>
    <ThreeDTax>decimal</ThreeDTax>
    <ThreeDFDF>decimal</ThreeDFDF>
    <TicketType>string</TicketType>
    <Tnet>decimal</Tnet>
    <TPrice>decimal</TPrice>
    <TVat>decimal</TVat>
    <GrandTotalWithComp>decimal</GrandTotalWithComp>
    <Discount>decimal</Discount>
    <Capacity>int</Capacity>
    <Occupancy>decimal</Occupancy>
  </BoxOfficeCollection>
</ArrayOfBoxOfficeCollection>