The GetInboundInvoiceJournals function returns all inboundInvoiceJournal records for the specified parameters.
Method | /GetInboundInvoiceJournals |
The request body is of type GetInboundInvoiceJournals.
Name | Description | Data Type |
---|---|---|
filter | InboundInvoiceJournalsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetInboundInvoiceJournalsResponse.
Name | Description | Data Type |
---|---|---|
GetInboundInvoiceJournalsResult | ArrayOfViewInboundInvoiceJournalInfo |
|