Description
API call creates an automatic match and releases the order.
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | BankHeaderKey | integer | 0 | 123 | [mandatory] BankHeader ID - used for identifying banklines for matching. |
| 2 | SuppressOutput | boolean | 0 | 0/1 |
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:pixiAutomatchPayments> <dem:BankHeaderKey>123</dem:BankHeaderKey> <dem:SuppressOutput>0/1</dem:SuppressOutput> </dem:pixiAutomatchPayments> </soapenv:Body> </soapenv:Envelope>