|
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 existing stock change requests based on specific filtering criteria.
Path Parameters
Query String Parameters (Filters)
|
Field |
Type |
Note |
|---|---|---|
|
|
Collection<Long> |
Filter by stock change request IDs. |
|
|
Collection<Long> |
Filter by the warehouse ID where the change occurs. |
|
|
Collection<Long> |
Filter by specific material IDs. |
|
|
Collection<Long> |
Filter by physical serialized material IDs. |
|
|
Collection<Long> |
Filter by unit of measure IDs. |
|
|
Double |
Filter by the exact quantity requested to change. |
|
|
Boolean |
Filter by the processing status of the request. |
|
|
Collection<Long> |
Filter by the user who created the request. |
|
|
ZonedDateTimeRange |
Filter by a date range when the request was created. |
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
|
Long |
Unique identifier of the stock change request. |
|
|
Long |
Identifier of the warehouse where the change takes place. |
|
|
Long |
Identifier of the material affected. |
|
|
Long |
Identifier of the physical serialized item (if applicable). |
|
|
Long |
Identifier of the unit of measure. |
|
|
Long |
The stock type the material is moved from. |
|
|
Long |
The stock type the material is moved to. |
|
|
Double |
The quantity of material requested to change state. |
|
|
Boolean |
Flag indicating if the change has been executed. |
|
|
Long |
Identifier of the user who initiated the request. |
|
|
ZonedDateTime |
Timestamp of when the request was generated. |
Response error codes