Description
Use this procedure to support mail bounce calls from eMill so whenever the mail would bounce back this procedure would be called to set reminder action to PRINT and also update invoices from latest reminder(s) one level back.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
eMail |
string |
1 |
Sample text |
[mandatory] The email to identify the customer |
| 2 |
ResultCode |
string |
0 |
Sample text |
Status of the operation is returned in this parameter:
200 DONE
500 Unexpected error
are the possible values |
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:pixiSetBouncedReminderToPrint>
<dem:eMail>Sample text</dem:eMail>
<dem:ResultCode>Sample text</dem:ResultCode>
</dem:pixiSetBouncedReminderToPrint>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1:
| # |
Name |
Type |
Description |
| 0 |
ResultCode |
string |
Status of the operation is returned in this parameter:
200 DONE
500 Unexpected error
are the possible values |
Additional Notes