Returns an array with itemids of invoices which can be bound to a new invoice journal.
The request body is of type GetInvoiceIdsForNewInvoiceJournal.
Request Body Parameters
Name | Description | Data Type |
storeId | | xml:int |
debtorId | | xml:int |
saleTypeId | | xml:int |
conceptInvoiceNumber | | xml:int |
invoiceId | | xml:int |
invoiceNumber | | xml:int |
isIgnoreCancelledInvoices | | xml:boolean |
Overview
|
|
Sequence
| |
The response body is of type GetInvoiceIdsForNewInvoiceJournalResponse.
Response Body Parameters
Name | Description | Data Type |
GetInvoiceIdsForNewInvoiceJournalResult | | ArrayOfInt |
Overview