|
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 manages the Serial Numbers associated with specific materials within a Transfer Request item. It allows tracking individual serialized assets (expected, sent, and received) during warehouse transfer operations.
Path Parameters
|
Field |
Type |
Note |
|---|---|---|
|
|
Long |
The parent Transfer Request ID. |
|
|
Long |
The Transfer Request Material ID. |
|
|
Long |
The technical ID of the specific serial number mapping record. |
Query String Parameters (Filters)
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
|
Long |
Unique identifier of the record. |
|
|
Long |
Reference to the actual Serialized Material entity. |
|
|
Long |
Reference to the parent Transfer Request Item. |
|
|
Boolean |
Flag indicating if this serial number is expected to be transferred. |
|
|
Boolean |
Flag indicating if this serial number was effectively shipped. |
|
|
Boolean |
Flag indicating if this serial number was confirmed at destination. |
|
|
Boolean |
Flag indicating if the record is active. |
Response error codes