Update one serial
patch
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderAssemblyComponent/{WoOperationMaterialId}
Request
Path Parameters
-
WoOperationMaterialId(required): integer(int64)
Value that uniquely identifies the rework that references the material. This material is an assembly that the work order will rework. It is a primary key of the material.
-
WorkOrderId(required): integer(int64)
Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
SupplyLocator: string
Maximum Length:
255Locator in the subinventory to use, by default, when the plant gets the material for rework. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorValue that uniquely identifies the locator. It is a primary key that the application generates when it creates the locator. -
SupplySubinventory: string
Title:
Supply SubinventoryMaximum Length:20Subinventory to use, by default, when the plant gets the material for rework. -
WorkOrderAssemblyComponentLot: array
Lots for Assemblies
Title:
Lots for AssembliesThe Lots for Assemblies resource manages the lot that the application issued for the assembly that the rework work order uses. -
WorkOrderAssemblyComponentSerial: array
Serials for Assemblies
Title:
Serials for AssembliesThe Serials for Assemblies resource manages serial that the application issued for the assembly that the rework work order uses.
Nested Schema : Lots for Assemblies
Type:
arrayTitle:
Lots for AssembliesThe Lots for Assemblies resource manages the lot that the application issued for the assembly that the rework work order uses.
Show Source
Nested Schema : Serials for Assemblies
Type:
arrayTitle:
Serials for AssembliesThe Serials for Assemblies resource manages serial that the application issued for the assembly that the rework work order uses.
Show Source
Nested Schema : schema
Type:
Show Source
object-
AssociatedQuantity: number
Title:
QuantityQuantity for the lot number to issue for the reworked work order.
Nested Schema : workOrders-WorkOrderAssemblyComponent-WorkOrderAssemblyComponentSerial-item-patch-request
Type:
Show Source
object-
LotNumber: string
Title:
Lot NumberLot number of the reworked assembly.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : workOrders-WorkOrderAssemblyComponent-item-response
Type:
Show Source
object-
InventoryItemId: integer
(int64)
Value that uniquely identifies the item, product, or assembly in the inventory organization.
-
IssuedQuantity: number
Title:
Issued QuantityQuantity of the reworked assembly that the application issues for the operation when it releases the work order. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the item, which is an output of the work order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation. -
OperationSequenceNumber: number
Title:
Operation SequenceRead Only:trueSequence to use when performing the work order operations. -
OrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization that's enabled for manufacturing. It is a primary key of the inventory organization.
-
Quantity: number
Title:
Required QuantityPlanned quantity of the reworked assembly for the work order. This is equal to the work order quantity. -
ReservedQuantity: number
Title:
Reserved QuantityRead Only:trueReserved quantity of the reworked assembly for the work order. -
SupplyLocator: string
Maximum Length:
255Locator in the subinventory to use, by default, when the plant gets the material for rework. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorValue that uniquely identifies the locator. It is a primary key that the application generates when it creates the locator. -
SupplySubinventory: string
Title:
Supply SubinventoryMaximum Length:20Subinventory to use, by default, when the plant gets the material for rework. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the item uses for the reworked assembly. It is the primary unit of measure. -
WoOperationId: integer
(int64)
Value that uniquely identifies the first count point operation of the rework that references this material. This material is an assembly that the work order will rework. It is a primary key of the work order operation.
-
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the rework that references the material. This material is an assembly that the work order will rework. It is a primary key of the material.
-
WorkOrderAssemblyComponentLot: array
Lots for Assemblies
Title:
Lots for AssembliesThe Lots for Assemblies resource manages the lot that the application issued for the assembly that the rework work order uses. -
WorkOrderAssemblyComponentSerial: array
Serials for Assemblies
Title:
Serials for AssembliesThe Serials for Assemblies resource manages serial that the application issued for the assembly that the rework work order uses. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the reworked work order. It is a primary key of the rework work order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Lots for Assemblies
Type:
arrayTitle:
Lots for AssembliesThe Lots for Assemblies resource manages the lot that the application issued for the assembly that the rework work order uses.
Show Source
Nested Schema : Serials for Assemblies
Type:
arrayTitle:
Serials for AssembliesThe Serials for Assemblies resource manages serial that the application issued for the assembly that the rework work order uses.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : workOrders-WorkOrderAssemblyComponent-WorkOrderAssemblyComponentLot-item-response
Type:
Show Source
object-
AssociatedQuantity: number
Title:
QuantityQuantity for the lot number to issue for the reworked work order. -
IssuedQuantity: number
Read Only:
trueQuantity of the lot for the reworked assembly that the application uses for the operation when it releases the work order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
Lot NumberMaximum Length:80Lot number of the reworked assembly. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the reworked assembly. It is a primary key that the application generates when it creates the item.
-
WoOperationMaterialLotId: integer
(int64)
Read Only:
trueValue that uniquely identifies the lot of the reworked assembly. It is a primary key that the application generates when it creates a lot. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workOrders-WorkOrderAssemblyComponent-WorkOrderAssemblyComponentSerial-item-response
Type:
Show Source
object-
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item, product, or assembly in the inventory organization. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
Lot NumberLot number of the reworked assembly. -
OperationName: string
Title:
OperationRead Only:trueMaximum Length:120Name of the operation that references the serial number. -
OperationSequenceNumber: number
Title:
Operation SequenceRead Only:trueSequence to follow when performing work order operations that reference the serial number. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that's enabled for manufacturing. It is a primary key of the inventory organization. -
SerialIssued: string
Read Only:
trueMaximum Length:255Status of the serial issued to the work order. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Serial number that identifies the reworked assembly. -
SerialReservationStatus: string
Title:
ReservedRead Only:trueMaximum Length:255Reservation status of the work order. -
SerialStatus: string
Title:
StatusRead Only:trueMaximum Length:30Status of the serial number that identifies the assembly referenced by this operation. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the reworked assembly. It is a primary key that the application generates when it creates the item.
-
WoOperationMaterialLotId: integer
(int64)
Read Only:
trueValue that uniquely identifies the lot of the reworked assembly. It is a primary key that the application generates when it creates a lot. -
WoOperationMaterialSerialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the serial of the reworked assembly. It is a primary key that the application generates when it creates a serial. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It is the primary key generated by the application when the work center is created. -
WorkCenterName: string
Title:
Work CenterRead Only:trueMaximum Length:120Name of the work center. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order. -
WorkOrderOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order operation. It is the primary key generated by the application when the work order operation is created.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- WorkOrderAssemblyComponentLot
-
Parameters:
- WoOperationMaterialId:
$request.path.WoOperationMaterialId - WorkOrderId:
$request.path.WorkOrderId
The Lots for Assemblies resource manages the lot that the application issued for the assembly that the rework work order uses. - WoOperationMaterialId:
- WorkOrderAssemblyComponentSerial
-
Parameters:
- WoOperationMaterialId:
$request.path.WoOperationMaterialId - WorkOrderId:
$request.path.WorkOrderId
The Serials for Assemblies resource manages serial that the application issued for the assembly that the rework work order uses. - WoOperationMaterialId: