Description
API Call to retrieve all relevant addresses
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
AddrKey |
integer |
0 |
123 |
pixi* Address Key |
| 2 |
CreateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create Date from (including) |
| 3 |
CreateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create Date to (excluding) |
| 4 |
UpdateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Update Date from (including) |
| 5 |
UpdateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Update Date To (excluding) |
| 6 |
CreateAndUpdateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create or Update Date from (including) |
| 7 |
CreateAndUpdateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create or Update Date to (excluding) |
| 8 |
RowCount |
integer |
0 |
123 |
Number of rows returned maximum |
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:pixiReadAddresses>
<dem:AddrKey>123</dem:AddrKey>
<dem:CreateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateDateFrom>
<dem:CreateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateDateTo>
<dem:UpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:UpdateDateFrom>
<dem:UpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:UpdateDateTo>
<dem:CreateAndUpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateFrom>
<dem:CreateAndUpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateTo>
<dem:RowCount>123</dem:RowCount>
</dem:pixiReadAddresses>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
AddrKey |
integer |
AddrKey |
| 2 |
AddrNr |
string |
AddrNr |
| 3 |
AddrType |
string |
AddrType |
| 4 |
CustomerNrExternal |
string |
CustomerNrExternal |
| 5 |
AddrShopID |
string |
AddrShopID |
| 6 |
SearchKey |
string |
SearchKey |
| 7 |
Anrede |
string |
Anrede |
| 8 |
Name |
string |
Name |
| 9 |
Name2 |
string |
Name2 |
| 10 |
FirstName |
string |
FirstName |
| 11 |
LastName |
string |
LastName |
| 12 |
CareOf |
string |
CareOf |
| 13 |
Address |
string |
Address |
| 14 |
Street |
string |
Street |
| 15 |
HouseNr |
string |
HouseNr |
| 16 |
City |
string |
City |
| 17 |
State |
string |
State |
| 18 |
ZIP |
string |
ZIP |
| 19 |
Country |
string |
Country |
| 20 |
ZIPMB |
string |
ZIPMB |
| 21 |
Mailbox |
string |
Mailbox |
| 22 |
Contact |
string |
Contact |
| 23 |
CAnrede |
string |
CAnrede |
| 24 |
Ansprache |
string |
Ansprache |
| 25 |
Phone |
string |
Phone |
| 26 |
Phone2 |
string |
Phone2 |
| 27 |
Fax |
string |
Fax |
| 28 |
Fax2 |
string |
Fax2 |
| 29 |
eMail |
string |
eMail |
| 30 |
eMail2 |
string |
eMail2 |
| 31 |
UsStId |
string |
UsStId |
| 32 |
CompanyType |
integer |
CompanyType |
| 33 |
CompanySince |
string |
CompanySince |
| 34 |
BirthDate |
string |
BirthDate |
| 35 |
Note |
string |
Note |
| 36 |
CreateDate |
string |
CreateDate |
| 37 |
CreateEmp |
string |
CreateEmp |
| 38 |
UpdateDate |
string |
UpdateDate |
| 39 |
UpdateEmp |
string |
UpdateEmp |
| 40 |
active |
string |
active |
| 41 |
ACardType |
string |
ACardType |
| 42 |
ACardName |
string |
ACardName |
| 43 |
ACardNr |
string |
ACardNr |
| 44 |
ACardExp |
string |
ACardExp |
| 45 |
AAccount |
string |
AAccount |
| 46 |
ABLZ |
string |
ABLZ |
| 47 |
ABankName |
string |
ABankName |
| 48 |
AAccName |
string |
AAccName |
| 49 |
APayment |
string |
APayment |
| 50 |
AIssueNr |
string |
AIssueNr |
| 51 |
AdrCustRef |
integer |
AdrCustRef |
| 52 |
rowguid |
integer |
rowguid |
| 53 |
ASlocked |
string |
ASlocked |
| 54 |
AWaitDays |
integer |
AWaitDays |
| 55 |
AShipImmed |
string |
AShipImmed |
| 56 |
AGosF1 |
string |
AGosF1 |
| 57 |
AGosF2 |
string |
AGosF2 |
| 58 |
AHisNote |
string |
AHisNote |
| 59 |
AReplFlag |
string |
AReplFlag |
| 60 |
CCCVC |
string |
CCCVC |
| 61 |
AddrNoChargeVAT |
boolean |
AddrNoChargeVAT |
| 62 |
BIC |
string |
BIC |
| 63 |
IBAN |
string |
IBAN |
| 64 |
PersonContact_Id |
integer |
PersonContact_Id |
| 65 |
Billing_Id |
integer |
Billing_Id |
Additional Notes