MovementArticleItemsHandled
Mark one or more movement article items as having been handled.
Tags: MovementArticleItemsHandled, MovementArticleItemsHandledOperation, MovementArticleItemsHandledResponse, MovementArticleItemsHandledResult
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/MovementArticleItemsHandled"
<?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>
<MovementArticleItemsHandled xmlns="http://ongoingsystems.se/Automation">
<UserName>string</UserName>
<Password>string</Password>
<Operation>
<WorkOrderId>int</WorkOrderId>
<ArticleItemId>int</ArticleItemId>
<OrignalArticleItemId>int</OrignalArticleItemId>
<ArticleDefId>int</ArticleDefId>
<MovementArticleItemIds>
<int>int</int>
<int>int</int>
</MovementArticleItemIds>
</Operation>
</MovementArticleItemsHandled>
</soap:Body>
</soap:Envelope>
Request specification
MovementArticleItemsHandled |
UserName |
string(50) |
Req. |
Your username |
Password |
string(50) |
Req. |
Your password |
Operation |
MovementArticleItemsHandledOperation |
Req. |
The operation object |
MovementArticleItemsHandledOperation |
WorkOrderId |
int |
|
Only mark movement article items ids belonging to this WorkOrderId as handled. |
ArticleItemId |
int |
|
Only mark movement article items ids belonging to this ArticleItemId as handled. |
OrignalArticleItemId |
int |
|
Only mark movement article items ids belonging to this OrignalArticleItemId as handled. |
ArticleDefId |
int |
|
Only mark movement article items ids belonging to this ArticleDefId as handled. |
MovementArticleItemIds |
int[] |
|
A list of of MovementArticleItemIds to be marked 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>
<MovementArticleItemsHandledResponse xmlns="http://ongoingsystems.se/Automation">
<MovementArticleItemsHandledResult>
<Success>boolean</Success>
<Message>string</Message>
</MovementArticleItemsHandledResult>
</MovementArticleItemsHandledResponse>
</soap:Body>
</soap:Envelope>
Response specification
MovementArticleItemsHandledResponse |
MovementArticleItemsHandledResult |
MovementArticleItemsHandledResult |
|
MovementArticleItemsHandledResult |
Success |
boolean |
True if the call succeeded, false otherwise |
Message |
string |
If the call failed, this field contains the error message |