Description
Delete one or more supplier oder lines / update SO.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
AppName |
string |
0 |
Sample text |
Name of application which execute API call. |
| 2 |
UserId |
integer |
0 |
123 |
(optional parameter) Id of user who execute API call. |
| 3 |
UserName |
string |
0 |
Sample text |
User name of user who execute API call. |
| 4 |
SupplierOrderLineLocQtyId |
integer |
0 |
123 |
Supplier order line location quantity Id. |
| 5 |
ConsiderPackageUnits |
boolean |
0 |
0/1 |
(optional parameter - default 0) Same functionality as at supplier order suggestions, apply (0 no, 1 yes) packing units. |
| 6 |
ConsiderMinOrderQty |
boolean |
0 |
0/1 |
(optional parameter - default 0) Same functionality as at supplier order suggestions, apply (0 no, 1 yes) minimum order quantity. |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiSupplierOrderLineLocQtyDelete>
<dem:AppName>Sample text</dem:AppName>
<dem:UserId>123</dem:UserId>
<dem:UserName>Sample text</dem:UserName>
<dem:SupplierOrderLineLocQtyId>123</dem:SupplierOrderLineLocQtyId>
<dem:ConsiderPackageUnits>0/1</dem:ConsiderPackageUnits>
<dem:ConsiderMinOrderQty>0/1</dem:ConsiderMinOrderQty>
</dem:pixiSupplierOrderLineLocQtyDelete>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result Set.
| # |
Name |
Type |
Description |
| 1 |
ReturnCode |
string |
Return code. (SUCCESS, ERROR, WARNING) |
| 2 |
ErrorMessage |
string |
Description of the error. |
Additional Notes