pixi Developer & Integration Documentation

pixiGetCustomerOrderAccount

Description

Returns orders for given customer.


Request Parameters

#

Name

Type

Required

Example

Description

1

CustKey

integer

1

123

Required Customer ID, references table customers.

2

OrderDateFrom

string

0

2017-01-01 00:00:00

Additional filter by Order date from.

3

OrderDateTo

string

0

2017-12-31 23:59:96

Additional filter by Order date to.


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:pixiGetCustomerOrderAccount>
         <dem:CustKey>123</dem:CustKey>
         <dem:OrderDateFrom>2017-01-01 00:00:00</dem:OrderDateFrom>
         <dem:OrderDateTo>2017-12-31 23:59:96</dem:OrderDateTo>
      </dem:pixiGetCustomerOrderAccount>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Customer information

#

Name

Type

Description

1

CustomerNrExternal

string

External Reference to the Customer (imported from Shop)

2

ShopID

string

Shop ID

3

CeMail

string

Customers eMail

4

CustomerLocked

string

Information if a customer is locked or not. Returns char(1) - N - no, customer is not locked. Y - yes, customer is locked. (Reason for the lock can be found in the "Comment" Field returned by the same call)

5

AddrRef

integer

Billing Address ID


Body 2: Detail customer information

#

Name

Type

Description

1

AddrKey

integer

Address ID

2

AddrNr

string

Address Number

3

AddrType

string

Address Type

4

Anrede

string

Salutation

5

Name

string

Name

6

Name2

string

Name 2

7

FirstName

string

First Name

8

LastName

string

Last Name

9

CareOf

string

Customer of

10

Address

string

Address

11

Street

string

Street

12

HouseNr

string

House Number

13

City

string

City

14

State

string

State

15

ZIP

string

ZIP

16

Country

string

Country

17

ZIPMB

string

ZIP MB

18

Mailbox

string

Mailbox

19

Phone

string

Phone

20

Phone2

string

Phone2

21

Fax

string

Fax

22

Fax2

string

Fax2

23

eMail

string

E-Mail address

24

eMail2

string

E-Mail address 2

25

VATID

string

VAT ID

26

BirthDate

string

Birth Date

27

Note

string

Note

28

CCType

string

CC Type

29

CCName

string

CC Name

30

CCNumber

string

CC Number

31

CCExpiry

string

CC Expiry

32

CCCVC

string

CC CVC

33

BankAccountNumber

string

Bank Account Number

34

BankBLZ

string

Bank BLZ

35

BankName

string

Name of the Bank

36

BankAccountName

string

Bank Account Name

37

BankBIC

string

Bank BIC

38

BankIBAN

string

Bank IBAN

39

PaymentType

string

Payment type code

40

AddressLocked

string

Address Locked

41

CntCodeISO2

string

Country Code ISO2

42

CntCodeISO3

string

Country Code ISO3


Additional Notes