Description
API Call to show all CA Events and Statistics for a selected customer; New fields: OrderCurrency - return data in order currency.
AccountCurrencyCode - return data (CustomerBalance, OpenOrders, SuggestedRefound) in base or order currency for customer.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
CustRef |
integer |
0 |
123 |
ID of customer |
| 2 |
CustNrExt |
string |
0 |
123 |
External Reference to the Customer (imported from Shop) |
| 3 |
ShopID |
string |
0 |
123 |
Shop 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:pixiCAGetCustomerEvents>
<dem:CustRef>123</dem:CustRef>
<dem:CustNrExt>123</dem:CustNrExt>
<dem:ShopID>123</dem:ShopID>
</dem:pixiCAGetCustomerEvents>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
CustRef |
integer |
CustKey from table dbo.Customers. |
| 2 |
EventDate |
string |
As shown on F11 tab in CustomerService client. |
| 3 |
EventID |
string |
As shown on F11 tab in CustomerService client. |
| 4 |
Number |
string |
As shown on F11 tab in CustomerService client. |
| 5 |
Reference |
string |
As shown on F11 tab in CustomerService client. |
| 6 |
Amount |
number |
As shown on F11 tab in CustomerService client. |
| 7 |
OpenToMatch |
number |
As shown on F11 tab in CustomerService client. |
| 8 |
DoNotRefund |
boolean |
DoNotRefund |
| 9 |
OrderCurrency |
string |
Order Currency |
| 10 |
IsAcountMatched |
boolean |
As shown on F11 tab in CustomerService client. |
| 11 |
CustomerBalance |
number |
As shown on F11 tab in CustomerService client. |
| 12 |
OpenOrders |
number |
As shown on F11 tab in CustomerService client. |
| 13 |
SuggestedRefound |
number |
As shown on F11 tab in CustomerService client. |
| 14 |
IsDeleted |
boolean |
Is Deleted |
| 15 |
AccountCurrencyCode |
string |
Account Currency Code |
Additional Notes