ArticleItemInLocationHandled

Mark a particular article item in location as having been handled. Note that you can only mark a particular id as having been handled at most one time.

Tags: ArticleItemInLocationHandled, ArticleItemInLocationHandledResponse, ArticleItemInLocationHandledResult

Request XML

POST /xxx/Automation.asmx HTTP/1.1
Host: api.ongoingsystems.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ongoingsystems.se/Automation/ArticleItemInLocationHandled"

<?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>
    <ArticleItemInLocationHandled xmlns="http://ongoingsystems.se/Automation">
      <UserName>string</UserName>
      <Password>string</Password>
      <ArticleItemInLocationId>int</ArticleItemInLocationId>
    </ArticleItemInLocationHandled>
  </soap:Body>
</soap:Envelope>

Request specification

ArticleItemInLocationHandled
UserName string(50) Req. Your username
Password string(50) Req. Your password
ArticleItemInLocationId int Req. The article item in location id which you wish to mark as handled

Response XML

<?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>
    <ArticleItemInLocationHandledResponse xmlns="http://ongoingsystems.se/Automation">
      <ArticleItemInLocationHandledResult>
        <Message>string</Message>
        <Success>boolean</Success>
      </ArticleItemInLocationHandledResult>
    </ArticleItemInLocationHandledResponse>
  </soap:Body>
</soap:Envelope>

Response specification

ArticleItemInLocationHandledResponse
ArticleItemInLocationHandledResult ArticleItemInLocationHandledResult
ArticleItemInLocationHandledResult
Message string If the call failed, this field contains the error message
Success boolean True if the call succeeded, false otherwise