Update one inventory attribute update request document line
patch
/fscmRestApi/resources/11.13.18.05/inventoryAttributeTransactionRequests/{HeaderId}/child/lines/{LineId}
Request
Path Parameters
-
HeaderId(required): integer(int64)
Value that identifies the inventory attribute transaction request header number.
-
LineId(required): integer(int64)
Value that identifies the inventory attribute transaction request line number.
Header Parameters
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
HeaderId: integer
(int64)
Value that identifies the inventory attribute transaction request header number.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
ItemNumber: string
Maximum Length:
255
Identifies the inventory item number. -
LineId: integer
(int64)
Value that identifies the inventory attribute transaction request line number.
-
LineNumber: integer
(int32)
Number that identifies the inventory attribute transaction request line number.
-
OrganizationCode: string
Maximum Length:
255
Organization for which the project transfer transaction is requested. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization.
-
ProjectId: integer
(int64)
Value that uniquely identifies the source project for the project transfer transactions.
-
ProjectNumber: string
Maximum Length:
255
Number that identifies the source project for the project transfer transactions. -
RequestedQuantity: number
Quantity requested for project transfer.
-
RequestedUnitOfMeasure: string
Maximum Length:
255
Quantity requested for the item in its primary unit of measure. -
RequestedUOMCode: string
Maximum Length:
3
Unit of measure for the requested quantity. -
SecondaryRequestedQuantity: number
Quantity requested for project transfer in its secondary unit of measure.
-
SecondaryRequestedUnitOfMeasure: string
Maximum Length:
255
Secondary unit of measure in which an item can be transacted. -
SecondaryTransferQuantity: number
Transferred quantity of an item in its secondary unit of measure.
-
SecondaryUOMCode: string
Maximum Length:
3
Abbreviation that identifies the secondary unit of measure that does not have a fixed conversion from the primary unit of measure. In accordance with dual unit of measure record-keeping, SecondaryUOMCode enables industries to maintain and use inventory in both quantity and weight units of measure, or in volume and length units of measure." -
SourceLineId: integer
(int64)
Value that uniquely identifies the project transfers initiated by Oracle Fusion Supply Chain Orchestration.
-
Status: string
Maximum Length:
255
Indicates the status of the inventory transaction attribution request line. -
StatusCode: string
Maximum Length:
30
Indicates the status of the inventory transaction attribution request line. Valid values are Open and Closed. -
TaskId: integer
(int64)
Value that uniquely identifies the source task for the project transfer transactions.
-
TaskNumber: string
Maximum Length:
255
Number that identifies the source project for the project transfer transactions. -
TransferProjectId: integer
(int64)
Value that uniquely identifies the destination project for the project transfer transactions.
-
TransferProjectNumber: string
Maximum Length:
255
Number that identifies the destination project for the project transfer transactions. -
TransferQuantity: number
Transferred quantity of the item.
-
TransferTaskId: integer
(int64)
Value that uniquely identifies the destination task for the project transfer transactions.
-
TransferTaskNumber: string
Maximum Length:
255
Number that identifies the destination project for the project transfer transactions.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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(required):
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 : inventoryAttributeTransactionRequests-lines-item-response
Type:
Show Source
object
-
HeaderId: integer
(int64)
Value that identifies the inventory attribute transaction request header number.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
ItemNumber: string
Maximum Length:
255
Identifies the inventory item number. -
LineId: integer
(int64)
Value that identifies the inventory attribute transaction request line number.
-
LineNumber: integer
(int32)
Number that identifies the inventory attribute transaction request line number.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationCode: string
Maximum Length:
255
Organization for which the project transfer transaction is requested. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization.
-
ProjectId: integer
(int64)
Value that uniquely identifies the source project for the project transfer transactions.
-
ProjectNumber: string
Maximum Length:
255
Number that identifies the source project for the project transfer transactions. -
RequestedQuantity: number
Quantity requested for project transfer.
-
RequestedUnitOfMeasure: string
Maximum Length:
255
Quantity requested for the item in its primary unit of measure. -
RequestedUOMCode: string
Maximum Length:
3
Unit of measure for the requested quantity. -
SecondaryRequestedQuantity: number
Quantity requested for project transfer in its secondary unit of measure.
-
SecondaryRequestedUnitOfMeasure: string
Maximum Length:
255
Secondary unit of measure in which an item can be transacted. -
SecondaryTransferQuantity: number
Transferred quantity of an item in its secondary unit of measure.
-
SecondaryUOMCode: string
Maximum Length:
3
Abbreviation that identifies the secondary unit of measure that does not have a fixed conversion from the primary unit of measure. In accordance with dual unit of measure record-keeping, SecondaryUOMCode enables industries to maintain and use inventory in both quantity and weight units of measure, or in volume and length units of measure." -
SourceLineId: integer
(int64)
Value that uniquely identifies the project transfers initiated by Oracle Fusion Supply Chain Orchestration.
-
Status: string
Maximum Length:
255
Indicates the status of the inventory transaction attribution request line. -
StatusCode: string
Maximum Length:
30
Indicates the status of the inventory transaction attribution request line. Valid values are Open and Closed. -
TaskId: integer
(int64)
Value that uniquely identifies the source task for the project transfer transactions.
-
TaskNumber: string
Maximum Length:
255
Number that identifies the source project for the project transfer transactions. -
TransferProjectId: integer
(int64)
Value that uniquely identifies the destination project for the project transfer transactions.
-
TransferProjectNumber: string
Maximum Length:
255
Number that identifies the destination project for the project transfer transactions. -
TransferQuantity: number
Transferred quantity of the item.
-
TransferTaskId: integer
(int64)
Value that uniquely identifies the destination task for the project transfer transactions.
-
TransferTaskNumber: string
Maximum Length:
255
Number that identifies the destination project for the project transfer transactions.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.