pixi Developer & Integration Documentation

pixiSetHistoricalSupplierPrice

Warning: API call is no longer maintained!

Description

API call updates historical supplier price for uniquely identified record.


Request Parameters

#

Name

Type

Required

Example

Description

1

InvBinItemLogId

integer

1

12345

Filter: Row ID of the supplier price to update.

2

SupplierPrice

number

1

9.99

Input: The new supplier price.

3

SupplierId

integer

1

55

Input: ID of the supplier.

4

UserName

string

1

api

Input: pixi* user name.


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:pixiSetHistoricalSupplierPrice>
         <dem:InvBinItemLogId>12345</dem:InvBinItemLogId>
         <dem:SupplierPrice>9.99</dem:SupplierPrice>
         <dem:SupplierId>55</dem:SupplierId>
         <dem:UserName>api</dem:UserName>
      </dem:pixiSetHistoricalSupplierPrice>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 2: Success/Error response.

#

Name

Type

Description

1

Staus

string

Status of response.

2

Message

string

Description of success/error response.


Additional Notes