CheckInOutManager


Click here for a complete list of operations.

FindCheckInOutGetByPage

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 /KMWare.ZMA.POS.SalesMgmt.Host/CheckInOutManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts/FindCheckInOutGetByPage"

<?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>
    <FindCheckInOutGetByPage xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <checkInOutSearchContext xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <OrganizationUnitId>short</OrganizationUnitId>
          <CheckInOutTransId>string</CheckInOutTransId>
          <CashDrawerId>int</CashDrawerId>
          <POSId>int</POSId>
          <Date>dateTime</Date>
          <UserId>string</UserId>
          <Days>int</Days>
          <UpdateId>string</UpdateId>
          <CheckOutApproved>string</CheckOutApproved>
        </FieldCriteria>
        <CheckOutDate>dateTime</CheckOutDate>
        <Status>string</Status>
        <CheckInDate>dateTime</CheckInDate>
        <SearchCriteria>string</SearchCriteria>
      </checkInOutSearchContext>
    </FindCheckInOutGetByPage>
  </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>
    <FindCheckInOutGetByPageResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <FindCheckInOutGetByPageResult xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <SearchList>
          <CheckInOut>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <CashDrawerId>int</CashDrawerId>
            <POSId>int</POSId>
            <CheckInDate>dateTime</CheckInDate>
            <CheckOutDate>dateTime</CheckOutDate>
            <UserId>string</UserId>
            <OpeningBalance>decimal</OpeningBalance>
            <ClosingBalance>decimal</ClosingBalance>
            <CheckOutApproved>string</CheckOutApproved>
            <CheckInNote>string</CheckInNote>
            <CheckOutNote>string</CheckOutNote>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <CheckInDetails xsi:nil="true" />
            <CheckOutDetails xsi:nil="true" />
            <ApprovedBy>string</ApprovedBy>
            <PickUpAmount>decimal</PickUpAmount>
            <CustomField1>decimal</CustomField1>
            <CustomField2>decimal</CustomField2>
            <CustomField3>string</CustomField3>
            <CustomField4>string</CustomField4>
            <CustomField5>string</CustomField5>
            <CashBagCode>string</CashBagCode>
            <POSName>string</POSName>
            <LocationID>short</LocationID>
            <IsCheckInOnline>boolean</IsCheckInOnline>
            <IsCheckOutOnline>boolean</IsCheckOutOnline>
          </CheckInOut>
          <CheckInOut>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <CashDrawerId>int</CashDrawerId>
            <POSId>int</POSId>
            <CheckInDate>dateTime</CheckInDate>
            <CheckOutDate>dateTime</CheckOutDate>
            <UserId>string</UserId>
            <OpeningBalance>decimal</OpeningBalance>
            <ClosingBalance>decimal</ClosingBalance>
            <CheckOutApproved>string</CheckOutApproved>
            <CheckInNote>string</CheckInNote>
            <CheckOutNote>string</CheckOutNote>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <CheckInDetails xsi:nil="true" />
            <CheckOutDetails xsi:nil="true" />
            <ApprovedBy>string</ApprovedBy>
            <PickUpAmount>decimal</PickUpAmount>
            <CustomField1>decimal</CustomField1>
            <CustomField2>decimal</CustomField2>
            <CustomField3>string</CustomField3>
            <CustomField4>string</CustomField4>
            <CustomField5>string</CustomField5>
            <CashBagCode>string</CashBagCode>
            <POSName>string</POSName>
            <LocationID>short</LocationID>
            <IsCheckInOnline>boolean</IsCheckInOnline>
            <IsCheckOutOnline>boolean</IsCheckOutOnline>
          </CheckInOut>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindCheckInOutGetByPageResult>
    </FindCheckInOutGetByPageResponse>
  </soap:Body>
</soap:Envelope>