The SendInvoices function sends invoices to debtors
Method | /SendInvoices |
The request body is of type SendInvoices.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
debtorId | xml:int | |
invoiceId | xml:int | |
resend | xml:boolean | |
failedInvoices | xml:int |
|
The response body is of type SendInvoicesResponse.
Name | Description | Data Type |
---|---|---|
SendInvoicesResult | xml:int | |
failedInvoices | xml:int |
|