|
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
This API allows searching and filtering materials (items) within a specific Transfer Request based on criteria like material ID, stock type, or status.
Path Parameters
|
Field |
Type |
Note |
|---|---|---|
|
|
Long |
The technical ID of the parent Transfer Request Header. |
Query String Parameters (Filters)
|
Field |
Type |
Note |
|---|---|---|
|
id |
Collection<Long> |
Filter by item technical IDs. |
|
materialId |
Collection<Long> |
Filter by material IDs. |
|
stockTypeId |
Collection<Long> |
Filter by stock type IDs. |
|
measureUnitId |
Collection<Long> |
Filter by measure unit IDs. |
|
expectedQuantity |
Double |
Filter by specific requested quantity. |
|
active |
Boolean |
Filter by active/inactive status. |
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
id |
|
Unique identifier of the transfer request material item. |
|
headerId |
|
Identifier of the parent Transfer Request Header. |
|
materialId |
|
Identifier of the specific material. |
|
stockTypeId |
|
Reference to the stock type. |
|
measureUnitId |
|
Identifier of the unit of measure. |
|
expectedQuantity |
|
The total quantity of material requested. |
|
sentQuantity |
|
The quantity of material effectively shipped. |
|
receivedQuantity |
|
The quantity of material confirmed at destination. |
|
active |
|
Flag indicating if the transfer item is currently active. |
Response error codes