Service


Click here for a complete list of operations.

MoveIn

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 /service.asmx HTTP/1.1
Host: onlineres.ezgo.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/MoveIn"

<?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>
    <MoveIn xmlns="http://tempuri.org/">
      <Auth>
        <sUsrName>string</sUsrName>
        <sPwd>string</sPwd>
      </Auth>
      <iItemId>short</iItemId>
      <dtStart>
        <Year>int</Year>
        <Month>int</Month>
        <Day>int</Day>
      </dtStart>
      <dtEnd>
        <Year>int</Year>
        <Month>int</Month>
        <Day>int</Day>
      </dtEnd>
    </MoveIn>
  </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>
    <MoveInResponse xmlns="http://tempuri.org/">
      <MoveInResult>
        <Error />
        <Result>
          <wsMoveInLine>
            <sMoveType>string</sMoveType>
            <sRef1>string</sRef1>
            <sRef2>string</sRef2>
            <dtRef1>dateTime</dtRef1>
            <dtValue>dateTime</dtValue>
            <Currency>string</Currency>
            <sDetails>string</sDetails>
            <sAccDebit1>string</sAccDebit1>
            <sAccDebit2>string</sAccDebit2>
            <sAccCredit1>string</sAccCredit1>
            <sAccCredit2>string</sAccCredit2>
            <cAccDebit1>decimal</cAccDebit1>
            <cAccDebit2>decimal</cAccDebit2>
            <cAccCredit1>decimal</cAccCredit1>
            <cAccCredit2>decimal</cAccCredit2>
            <cAccDebit1_Forign>decimal</cAccDebit1_Forign>
            <cAccDebit2_Forign>decimal</cAccDebit2_Forign>
            <cAccCredit1_Forign>decimal</cAccCredit1_Forign>
            <cAccCredit2_Forign>decimal</cAccCredit2_Forign>
            <dtValue3>dateTime</dtValue3>
            <sRef3>string</sRef3>
            <dQty>decimal</dQty>
          </wsMoveInLine>
          <wsMoveInLine>
            <sMoveType>string</sMoveType>
            <sRef1>string</sRef1>
            <sRef2>string</sRef2>
            <dtRef1>dateTime</dtRef1>
            <dtValue>dateTime</dtValue>
            <Currency>string</Currency>
            <sDetails>string</sDetails>
            <sAccDebit1>string</sAccDebit1>
            <sAccDebit2>string</sAccDebit2>
            <sAccCredit1>string</sAccCredit1>
            <sAccCredit2>string</sAccCredit2>
            <cAccDebit1>decimal</cAccDebit1>
            <cAccDebit2>decimal</cAccDebit2>
            <cAccCredit1>decimal</cAccCredit1>
            <cAccCredit2>decimal</cAccCredit2>
            <cAccDebit1_Forign>decimal</cAccDebit1_Forign>
            <cAccDebit2_Forign>decimal</cAccDebit2_Forign>
            <cAccCredit1_Forign>decimal</cAccCredit1_Forign>
            <cAccCredit2_Forign>decimal</cAccCredit2_Forign>
            <dtValue3>dateTime</dtValue3>
            <sRef3>string</sRef3>
            <dQty>decimal</dQty>
          </wsMoveInLine>
        </Result>
      </MoveInResult>
    </MoveInResponse>
  </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 /service.asmx HTTP/1.1
Host: onlineres.ezgo.co.il
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>
    <MoveIn xmlns="http://tempuri.org/">
      <Auth>
        <sUsrName>string</sUsrName>
        <sPwd>string</sPwd>
      </Auth>
      <iItemId>short</iItemId>
      <dtStart>
        <Year>int</Year>
        <Month>int</Month>
        <Day>int</Day>
      </dtStart>
      <dtEnd>
        <Year>int</Year>
        <Month>int</Month>
        <Day>int</Day>
      </dtEnd>
    </MoveIn>
  </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>
    <MoveInResponse xmlns="http://tempuri.org/">
      <MoveInResult>
        <Error />
        <Result>
          <wsMoveInLine>
            <sMoveType>string</sMoveType>
            <sRef1>string</sRef1>
            <sRef2>string</sRef2>
            <dtRef1>dateTime</dtRef1>
            <dtValue>dateTime</dtValue>
            <Currency>string</Currency>
            <sDetails>string</sDetails>
            <sAccDebit1>string</sAccDebit1>
            <sAccDebit2>string</sAccDebit2>
            <sAccCredit1>string</sAccCredit1>
            <sAccCredit2>string</sAccCredit2>
            <cAccDebit1>decimal</cAccDebit1>
            <cAccDebit2>decimal</cAccDebit2>
            <cAccCredit1>decimal</cAccCredit1>
            <cAccCredit2>decimal</cAccCredit2>
            <cAccDebit1_Forign>decimal</cAccDebit1_Forign>
            <cAccDebit2_Forign>decimal</cAccDebit2_Forign>
            <cAccCredit1_Forign>decimal</cAccCredit1_Forign>
            <cAccCredit2_Forign>decimal</cAccCredit2_Forign>
            <dtValue3>dateTime</dtValue3>
            <sRef3>string</sRef3>
            <dQty>decimal</dQty>
          </wsMoveInLine>
          <wsMoveInLine>
            <sMoveType>string</sMoveType>
            <sRef1>string</sRef1>
            <sRef2>string</sRef2>
            <dtRef1>dateTime</dtRef1>
            <dtValue>dateTime</dtValue>
            <Currency>string</Currency>
            <sDetails>string</sDetails>
            <sAccDebit1>string</sAccDebit1>
            <sAccDebit2>string</sAccDebit2>
            <sAccCredit1>string</sAccCredit1>
            <sAccCredit2>string</sAccCredit2>
            <cAccDebit1>decimal</cAccDebit1>
            <cAccDebit2>decimal</cAccDebit2>
            <cAccCredit1>decimal</cAccCredit1>
            <cAccCredit2>decimal</cAccCredit2>
            <cAccDebit1_Forign>decimal</cAccDebit1_Forign>
            <cAccDebit2_Forign>decimal</cAccDebit2_Forign>
            <cAccCredit1_Forign>decimal</cAccCredit1_Forign>
            <cAccCredit2_Forign>decimal</cAccCredit2_Forign>
            <dtValue3>dateTime</dtValue3>
            <sRef3>string</sRef3>
            <dQty>decimal</dQty>
          </wsMoveInLine>
        </Result>
      </MoveInResult>
    </MoveInResponse>
  </soap12:Body>
</soap12:Envelope>