Description
This API Call sets the notified flag for the supplier
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | OrderlineKey | integer | 0 | 123 | Filter: Orderline Id |
| 2 | OrderNr | integer | 0 | 123 | Filter: pixi order number |
| 3 | IsNotified | boolean | 0 | 0 or 1 | Switch: Flag whether the supplier has been notified or not |
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:pixiDFSetSupplierNotifiedFlag> <dem:OrderlineKey>123</dem:OrderlineKey> <dem:OrderNr>123</dem:OrderNr> <dem:IsNotified>0 or 1</dem:IsNotified> </dem:pixiDFSetSupplierNotifiedFlag> </soapenv:Body> </soapenv:Envelope>
Response
Additional Notes
Depending on the filter conditions: When Orderline Id is provided then the latest FUT status in the order history table will be updated. When Order number is provided then the latest FUT status in the order history table for every orderline will be updated.