|
Http Verb |
GET |
|---|---|
|
Url |
|
|
Permissions required |
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r2 |
|
Released since |
2026 W07 (FSM 26.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
Inventory, Warehouse, Central |
Business Logic
Retrieves a paginated list of current stock records based on filtering criteria.
Path Parameters
Query String Parameters (Filters)
|
Field |
Type |
Note |
|---|---|---|
|
|
Collection<Long> |
Filter by stock technical IDs. |
|
|
Collection<Long> |
Filter by warehouse material IDs. |
|
|
Collection<Long> |
Filter by stock type IDs. |
|
|
Collection<Long> |
Filter by measure unit IDs. |
|
|
Double |
Filter by current quantity. |
|
|
Collection<Long> |
Filter by the ID of the last transaction that affected this stock. |
|
|
Long |
Filter by a specific physical serialized material ID. |
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
|
Long |
Unique identifier of the stock record. |
|
|
Long |
Identifier of the associated warehouse material. |
|
|
Long |
Identifier of the stock type. |
|
|
Long |
Identifier of the unit of measure. |
|
|
Double |
The current available quantity. |
|
|
Long |
Identifier of the last transaction that updated this stock. |
|
|
Long |
Identifier of the associated physical serialized material, if any. |
Response error codes