Description
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
InvoiceNr |
string |
0 |
Sample text |
|
| 2 |
Subject |
string |
0 |
Sample text |
|
| 3 |
Message |
string |
0 |
Sample text |
|
| 4 |
UserName |
string |
0 |
Sample text |
|
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:pixiSendEmailForInvoice>
<dem:InvoiceNr>Sample text</dem:InvoiceNr>
<dem:Subject>Sample text</dem:Subject>
<dem:Message>Sample text</dem:Message>
<dem:UserName>Sample text</dem:UserName>
</dem:pixiSendEmailForInvoice>
</soapenv:Body>
</soapenv:Envelope>
Response
Additional Notes