The GetInvoiceJournalRows function returns all invoiceJournalRow records for the specified parameters.
Method | /GetInvoiceJournalRows |
The request body is of type GetInvoiceJournalRows.
Name | Description | Data Type |
---|---|---|
filter | InvoiceJournalRowsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
skipItemId | xml:int |
|
The response body is of type GetInvoiceJournalRowsResponse.
Name | Description | Data Type |
---|---|---|
GetInvoiceJournalRowsResult | ArrayOfViewInvoiceJournalRowInfo |
|