|
Http Verb |
PATCH |
|---|---|
|
Url |
/inventory/warehouses/r1/transfer-requests/{transferRequestId}/materials/{materialId}/serial-numbers/{serialNumberId} |
|
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
This API performs a partial update on an existing serial number mapping. It is primarily used to update the lifecycle status of the serialized asset during the transfer (e.g., marking it as sent or received).
Path Parameters
|
Field |
Type |
Note |
|---|---|---|
|
transferRequestId |
Long |
The parent Transfer Request ID. |
|
materialId |
Long |
The Transfer Request Material ID. |
|
serialNumberId |
Long |
The technical ID of the specific serial number mapping record. |
Query String Parameters
Fields ℹ️
Default.
Language ℹ️
Default.
Header Parameters
Default.
Request Body Parameters
|
Field |
Type |
Note |
|---|---|---|
|
active |
Optional<Boolean> |
Update active status. |
|
expected |
Optional<Boolean> |
Update expected status. |
|
sent |
Optional<Boolean> |
Update sent status. |
|
received |
Optional<Boolean> |
Update received status. |
Response documentation
Response payload fields
Response error codes