pixi Developer & Integration Documentation

pixiDFGetChanges

Description

API call for retrieving the DF Changes.


Request Parameters

# Name Type Required Example Description
1 SupplNr string 0 Sample text Supplier number.
2 Secret string 0 Sample text Secret parameter to check if data are save to be returned.
3 OrderNRExternal string 0 Sample text Order number external -filter only changes for one particular order.
4 ExcludeStatuses string 0 Sample text Exclude statuses from resultset.
5 LockedCustomers boolean 0 0/1 Show also locked customers.

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:pixiDFGetChanges>
         <dem:SupplNr>Sample text</dem:SupplNr>
         <dem:Secret>Sample text</dem:Secret>
         <dem:OrderNRExternal>Sample text</dem:OrderNRExternal>
         <dem:ExcludeStatuses>Sample text</dem:ExcludeStatuses>
         <dem:LockedCustomers>0/1</dem:LockedCustomers>
      </dem:pixiDFGetChanges>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 Anrede string Anrede
2 CareOf string CareOf
3 FirstName string FirstName
4 LastName string LastName
5 Street string Street
6 ZIP string ZIP
7 HouseNr string HouseNr
8 City string City
9 Country string Country
10 Email string Email
11 Phone string Phone
12 Address_remarks string Address_remarks
13 AddrNoChargeVAT boolean AddrNoChargeVAT
14 ShipInstruct string ShipInstruct
15 Shipdate string Shipdate
16 ShipVendorCode string ShipVendorCode
17 ArtName string ArtName
18 EANUPC string EANUPC
19 ItemNrSuppl string ItemNrSuppl
20 itemNrExternal string itemNrExternal
21 Qty integer Qty
22 Price integer Price
23 Status string Status
24 OrderHistKey integer OrderHistKey
25 OrderLineRef integer OrderLineRef
26 StatusChangeDate string StatusChangeDate
27 OrderDate string OrderDate
28 OrderNrExternal string OrderNrExternal
29 AddrShopID string AddrShopID
30 oItemSpecialNote string oItemSpecialNote
31 SupplInfo string SupplInfo
32 APayment string APayment
33 discount string discount
34 ShipCost string ShipCost
35 InvoiceNrExternal string InvoiceNrExternal
36 DF_Type string DF_Type
37 ordernr integer ordernr
38 CustomerLock string CustomerLock
39 AddressLock string AddressLock
40 OrderCurrencyCode string OrderCurrencyCode

Additional Notes