Description
Get Customer Info
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
CustKey |
integer |
1 |
123 |
Customer 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:pixiGetCustomerInfo>
<dem:CustKey>123</dem:CustKey>
</dem:pixiGetCustomerInfo>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
1 |
Name |
string |
Customers full name, as supplied by the shop |
2 |
Comment |
string |
Comment |
3 |
DatevUserAccount |
string |
DatevUserAccount |
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 |
InvoicesReminderLevel1 |
integer |
Invoices with Reminderlevel 1... and so on... |
6 |
InvoicesReminderLevel2 |
integer |
InvoicesReminderLevel2 |
7 |
InvoicesReminderLevel3 |
integer |
InvoicesReminderLevel3 |
8 |
CustomerNRExternal |
string |
CustomerNRExternal |
Additional Notes