Description
Return email address data.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
Email |
string |
1 |
Sample text |
Email |
| 2 |
ShopId |
string |
0 |
A |
ShopId |
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:pixiGetAddressesByEmail>
<dem:Email>Sample text</dem:Email>
<dem:ShopId>A</dem:ShopId>
</dem:pixiGetAddressesByEmail>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 0 |
AddrKey |
integer |
Addr Key |
| 1 |
AddrType |
string |
Addr Type |
| 2 |
CustomerNrExternal |
string |
Customer Nr External |
| 3 |
Title |
string |
Title |
| 4 |
Name |
string |
Name |
| 5 |
FirstName |
string |
First Name |
| 6 |
LastName |
string |
Last Name |
| 7 |
Company |
string |
Company |
| 8 |
Address |
string |
Address |
| 9 |
Street |
string |
Street |
| 10 |
HouseNr |
string |
House Nr |
| 11 |
City |
string |
City |
| 12 |
ZIP |
string |
ZIP |
| 13 |
Country |
string |
Country |
| 14 |
Phone |
string |
Phone |
| 15 |
Fax |
string |
Fax |
| 16 |
eMail |
string |
eMail |
| 17 |
CreateDate |
string |
Create Date |
| 18 |
Note |
string |
Note |
| 19 |
CustKey |
integer |
Cust Key |
| 20 |
CountryName |
string |
Country Name |
| 21 |
CountryCodeISO2 |
string |
Country Code for ISO2 |
| 22 |
CountryCodeISO3 |
string |
Country Code for ISO3 |
Additional Notes