Description
API call procedure which delete invoice package info.
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | PackageId | integer | 0 | 123 | Reference for InvoicePackage table |
| 2 | InvoiceKey | integer | 0 | 123 | Reference for Invoices table. |
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:pixiDeleteInvoicePackage> <dem:PackageId>123</dem:PackageId> <dem:InvoiceKey>123</dem:InvoiceKey> </dem:pixiDeleteInvoicePackage> </soapenv:Body> </soapenv:Envelope>