CheckInOutManager


Click here for a complete list of operations.

UpdateCheckInOut

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/UpdateCheckInOut"

<?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>
    <UpdateCheckInOut xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <UpdateCheckInOutRequest xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <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>
          <CheckInDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <Count>decimal</Count>
            <DenominationCode>string</DenominationCode>
            <DenominationValue>decimal</DenominationValue>
            <Amount>decimal</Amount>
            <CurrencyCode>string</CurrencyCode>
            <ConversionRate>decimal</ConversionRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </CheckInDetail>
          <CheckInDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <Count>decimal</Count>
            <DenominationCode>string</DenominationCode>
            <DenominationValue>decimal</DenominationValue>
            <Amount>decimal</Amount>
            <CurrencyCode>string</CurrencyCode>
            <ConversionRate>decimal</ConversionRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </CheckInDetail>
        </CheckInDetails>
        <CheckOutDetails>
          <CheckOutDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <Count>decimal</Count>
            <DenominationCode>string</DenominationCode>
            <DenominationValue>decimal</DenominationValue>
            <Amount>decimal</Amount>
            <CurrencyCode>string</CurrencyCode>
            <ConversionRate>decimal</ConversionRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </CheckOutDetail>
          <CheckOutDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CheckInOutTransId>string</CheckInOutTransId>
            <Count>decimal</Count>
            <DenominationCode>string</DenominationCode>
            <DenominationValue>decimal</DenominationValue>
            <Amount>decimal</Amount>
            <CurrencyCode>string</CurrencyCode>
            <ConversionRate>decimal</ConversionRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </CheckOutDetail>
        </CheckOutDetails>
        <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>
      </UpdateCheckInOutRequest>
    </UpdateCheckInOut>
  </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>
    <UpdateCheckInOutResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <UpdateCheckInOutResult>string</UpdateCheckInOutResult>
    </UpdateCheckInOutResponse>
  </soap:Body>
</soap:Envelope>