Description
Returns comments of the customer or the order, which have been given as input parameter.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
CustomerNrExternal |
string |
0 |
Sample text |
CustomerNrExternal |
| 2 |
OrderNr |
string |
0 |
Sample text |
OrderNr |
| 3 |
Offset |
integer |
0 |
123 |
Offset |
| 4 |
RowCount |
integer |
0 |
123 |
RowCount |
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:pixiGetComments>
<dem:CustomerNrExternal>Sample text</dem:CustomerNrExternal>
<dem:OrderNr>Sample text</dem:OrderNr>
<dem:Offset>123</dem:Offset>
<dem:RowCount>123</dem:RowCount>
</dem:pixiGetComments>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
Offset |
integer |
Indexnumber of this row |
| 2 |
TypeOfComment |
string |
CustomerComment - Comments made for the Customer OrderComment - Comments to the given OrderNr |
| 3 |
Date |
string |
Creation/Change-Date of the Comment |
| 4 |
Employee |
string |
Employee who wrote that Comment |
| 5 |
Comment |
string |
The Comment which can be found in the pixi* Customer Service Module |
Additional Notes
Offset can be used for pagination