The GetInvoiceJournals function returns all invoiceJournal records for the specified parameters.
Method | /GetInvoiceJournals |
The request body is of type GetInvoiceJournals.
Name | Description | Data Type |
---|---|---|
filter | InvoiceJournalsFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetInvoiceJournalsResponse.
Name | Description | Data Type |
---|---|---|
GetInvoiceJournalsResult | ArrayOfViewInvoiceJournalInfo |
|