The GetStockTransactionRowDetails function returns all stockTransaction records for the specified parameters.
Method | /GetStockTransactionRows |
The request body is of type GetStockTransactionRows.
Name | Description | Data Type |
---|---|---|
filter | StockTransactionRowsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetStockTransactionRowsResponse.
Name | Description | Data Type |
---|---|---|
GetStockTransactionRowsResult | ArrayOfViewStockTransactionRowInfo |
|