Description
Procedure sets reminder level for the given Invoice.
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | ReminderLevel | integer | 1 | 1 | Reminde rLevel |
| 2 | InvoiceNR | string | 1 | ABC123 | Invoice Number |
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:pixiSetReminderLevel> <dem:ReminderLevel>1</dem:ReminderLevel> <dem:InvoiceNR>ABC123</dem:InvoiceNR> </dem:pixiSetReminderLevel> </soapenv:Body> </soapenv:Envelope>
Response
Additional Notes
Additional_Notes_Examples