pixi Developer & Integration Documentation

pixiGetCRMCustomerData

Warning: API call is no longer maintained!

Description

Get Customer Data with safe XML values for CRM systems.


Request Parameters

#

Name

Type

Required

Example

Description

1

CustKeyStart

integer

0

123

Customer Id Start

2

Rows

integer

0

123

Rows

3

CustomerOf

string

0

Sample text

Customer Of


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:pixiGetCRMCustomerData>
         <dem:CustKeyStart>123</dem:CustKeyStart>
         <dem:Rows>123</dem:Rows>
         <dem:CustomerOf>Sample text</dem:CustomerOf>
      </dem:pixiGetCRMCustomerData>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Result set

#

Name

Type

Description

0

CustKey

integer

Customer Id

1

CustomerNrExternal

string

Customer Nr External

2

CustomerOf

string

Customer Of

3

Anrede

string

Anrede

4

Name

string

Name

5

Name2

string

Name 2

6

FirstName

string

First Name

7

LastName

string

Last Name

8

Street

string

Street

9

HouseNr

string

House Nr

10

Address

string

Address

11

ZIP

string

ZIP

12

City

string

City

13

State

string

State

14

Country

string

Country

15

eMail

string

eMail

16

Phone

string

Phone

17

Fax

string

Fax

18

VATID

string

VATID

19

Locked

string

Locked

20

BirthDate

string

Birth Date

21

CareOf

string

Care Of


Additional Notes

Use pixiReadCustomers instead.