The GetInboundInvoiceJournalRows function returns all inboundInvoiceJournalRow records for the specified parameters.
Method | /GetInboundInvoiceJournalRows |
The request body is of type GetInboundInvoiceJournalRows.
Name | Description | Data Type |
---|---|---|
filter | InboundInvoiceJournalRowsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetInboundInvoiceJournalRowsResponse.
Name | Description | Data Type |
---|---|---|
GetInboundInvoiceJournalRowsResult | ArrayOfViewInboundInvoiceJournalRowInfo |
|