The GetStockTransactions function returns all stockTransaction records for the specified parameters.
Method | /GetStockTransactions |
The request body is of type GetStockTransactions.
Name | Description | Data Type |
---|---|---|
filter | StockTransactionsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetStockTransactionsResponse.
Name | Description | Data Type |
---|---|---|
GetStockTransactionsResult | ArrayOfViewStockTransactionInfo |
|