|
Http Verb |
PATCH |
|---|---|
|
Url |
/inventory/warehouses/r1/transfer-requests/{transferRequestId}/materials/{materialId} |
|
Permissions required |
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2026 W2 (FSM 23.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
|
Business Logic
Partially updates the information of a specific material item, such as quantities or active status.
Path Parameters
|
Field |
Type |
Note |
|---|---|---|
|
transferRequestId |
Long |
The parent Transfer Request ID. |
|
materialId |
Long |
The technical ID of the item to update. |
Query String Parameters
Fields ℹ️
Default.
Language ℹ️
Default.
Header Parameters
Default.
Request Body Parameters
|
Field |
Type |
Note |
|---|---|---|
|
expectedQuantity |
Optional<Double> |
Update requested quantity. |
|
sentQuantity |
Optional<Double> |
Update sent quantity. |
|
receivedQuantity |
Optional<Double> |
Update received quantity. |
|
active |
Optional<Boolean> |
Update status. |
Response documentation
Response payload fields
Response error codes