ReportArticleItemEvent

Adds a log message to all article items with a particular serial number.

Tags: ReportArticleItemEvent, ReportArticleItemOperation, ReportArticleItemEventResponse, ReportArticleItemResult

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

<?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>
    <ReportArticleItemEvent xmlns="http://ongoingsystems.se/Automation">
      <UserName>string</UserName>
      <Password>string</Password>
      <Operation>
        <Success>boolean</Success>
        <Serial>string</Serial>
        <Message>string</Message>
      </Operation>
    </ReportArticleItemEvent>
  </soap:Body>
</soap:Envelope>

Request specification

ReportArticleItemEvent
UserName string(50) Req. Your username
Password string(50) Req. Your password
Operation ReportArticleItemOperation Req. The operation object
ReportArticleItemOperation
Success boolean Req. True if you wish to report a successful event, false otherwise
Serial string(100) A serial number
Message string(500) Req. A message of your choosing

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

Response specification

ReportArticleItemEventResponse
ReportArticleItemEventResult ReportArticleItemResult
ReportArticleItemResult
Success boolean True if the call succeeded, false otherwise
Message string If the call failed, this field contains the error message