Description
API call returns a count of banklines found based on set parameters.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
BankText01 |
string |
0 |
Sample text |
[optional] if one of "BankText" parameters is set. |
| 2 |
BankText02 |
string |
0 |
Sample text |
[optional] if one of "BankText" parameters is set. |
| 3 |
BankText03 |
string |
0 |
Sample text |
[optional] if one of "BankText" parameters is set. |
| 4 |
BankAmount |
number |
0 |
19.90 |
[optional] Bank amount from banklines. |
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:pixiBanklineExists>
<dem:BankText01>Sample text</dem:BankText01>
<dem:BankText02>Sample text</dem:BankText02>
<dem:BankText03>Sample text</dem:BankText03>
<dem:BankAmount>19.90</dem:BankAmount>
</dem:pixiBanklineExists>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Status output
| # |
Name |
Type |
Description |
| 1 |
count |
integer |
Number of banklines found. |
| 2 |
message |
string |
Status message ofthe execution. |
| 3 |
error |
string |
Error message. |
Additional Notes