pixi Developer & Integration Documentation

pixiSupplierOrderLineDelete

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 SupplierOrderLineId integer 0 123 (optional parameter) Id of (one) supplier order line. Example: @SupplierOrderLineId = 131
5 SupplierOrderLineIds string 0 Sample text (optional parameter) Ids of (more) supplier order lines in strings separated with comma. Example: @SupplierOrderLineIds = '131, 252'

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:pixiSupplierOrderLineDelete>
         <dem:AppName>Sample text</dem:AppName>
         <dem:UserId>123</dem:UserId>
         <dem:UserName>Sample text</dem:UserName>
         <dem:SupplierOrderLineId>123</dem:SupplierOrderLineId>
         <dem:SupplierOrderLineIds>Sample text</dem:SupplierOrderLineIds>
      </dem:pixiSupplierOrderLineDelete>
   </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