pixi Developer & Integration Documentation

pixiGetOrderlineHistory

Description

Get totals equal to what the invoice would produce from the order in order currency.


Request Parameters

# Name Type Required Example Description
1 OrderlineKey integer 1 123 Orderline Id

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:pixiGetOrderlineHistory>
         <dem:OrderlineKey>123</dem:OrderlineKey>
      </dem:pixiGetOrderlineHistory>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 StatusChangeDate string Date of the given status change
2 Status string The new status
3 UpdateUser string Username of the person who did this change
4 ClientNotified string ClientNotified
5 OrderlineHistKey integer Orderline History Id

Additional Notes