Description
Creates Manual Bookings in Customer Account for Inkasso Invoices so they are not open anymore.
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | MinimumAgeInDays | integer | 0 | 123 | The minimum age of an invoice (in days) |
| 2 | MinimumReminderLevel | string | 0 | string | Minimum reminder level that should be considered |
| 3 | MaxReminderLevel | integer | 0 | 123 | Maximum reminder level that should be considered |
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:pixiCreateInkassoBookings> <dem:MinimumAgeInDays>123</dem:MinimumAgeInDays> <dem:MinimumReminderLevel>string</dem:MinimumReminderLevel> <dem:MaxReminderLevel>123</dem:MaxReminderLevel> </dem:pixiCreateInkassoBookings> </soapenv:Body> </soapenv:Envelope>
Response
Additional Notes
*Manual Bookings* are created with the event ID which is set in pixi Control Center setting *Inkassso ID* (CA_Inkasso_ManualBookingID). If nothing is set, then the default event ID *INU* is used. *Invoices* are considered depending on the specified parameter values. Additional requirements: - Invoice total has to be positive - Invoice has to be matched - Invoice is not totally paid