pixi Developer & Integration Documentation

pixiGetAddress

Description

Return address and customer data for given AddrKey (internal Id).


Request Parameters

#

Name

Type

Required

Example

Description

1

AddrKey

integer

1

123

Get data for this AddrKey (internal Address 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:pixiGetAddress>
         <dem:AddrKey>123</dem:AddrKey>
      </dem:pixiGetAddress>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Address and customer data for given AddrKey (internal Id).

#

Name

Type

Description

1

AddrKey

integer

Address Id - internal.

2

AddrType

string

Address Type: B - Billing address, S - Shipping address.

3

CustomerNrExternal

string

External Customer number.

4

Title

string

Title (salutation) of customer.

5

Name

string

Full name of customer.

6

FirstName

string

First name of customer.

7

LastName

string

Last name of customer.

8

Company

string

Company of customer - optional.

9

Address

string

Full street address of customer.

10

Street

string

Street from address of customer.

11

HouseNr

string

House number from address of customer.

12

City

string

City from address of customer.

13

ZIP

string

ZIP from address of customer.

14

Country

string

Country code from address of customer.

15

Phone

string

Phone number from address of customer.

16

Fax

string

Fax number from address of customer.

17

Email

string

Email address from address of customer.

18

CreateDate

string

Address creation date.

19

Note

string

Address note (remarks).

20

CustKey

integer

Customer Id - internal.

21

VatID

string

VAT Id of customer.

22

CntName

string

Country code from address.

23

CntCodeISO2

string

ISO 2 Country code from address.

24

CntCodeISO3

string

ISO 3 Country code from address.

25

AccountNr

string

Bank account number from address.

26

AccountOwner

string

Bank account owner name from address.

27

BLZ

string

Bank code.

28

BIC

string

Bank Identifier Code.

29

IBAN

string

International Bank Account Number.

30

PaymentType

string

Payment type code from address.

31

BirthDate

string

Customers birth date from address.


Additional Notes