Get all work definitions
get
/fscmRestApi/resources/11.13.18.05/workDefinitions
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds work definitions according to the work definition identifier as the primary key.
Finder Variables:- WorkDefinitionId; integer; Value that uniquely identifies the work definition. It is a primary key that the application generates when it creates the work definition. This attribute is required.
- findByMaterialItemId: Finds work definitions according to the component identifier as the primary key.
Finder Variables:- InventoryItemId; integer; Value that uniquely identifies the component. It is a primary key that the application generates when it creates the item. This attribute is required.
- findByOSPItemId: Finds work definitions according to the identifier of the outside processing item as the primary key.
Finder Variables:- OSPItemId; integer; Value that uniquely identifies the outside processing item. It is a primary key that the application generates when it creates the item. This attribute is required.
- findByOutputItemId: Finds the work definition according to the output as the primary key.
Finder Variables:- OutputItemId; integer; Value that uniquely identifies the output item. It is a primary key that the application generates when you create output item. This attribute is required.
- findByResourceId: Finds work definitions according to the resource identifier as the primary key.
Finder Variables:- ResourceId; integer; Value that uniquely identifies the production resource. It is a primary key that the application generates when it creates the production resource. This attribute is required.
- findBySupplierId: Finds work definitions according to the supplier identifier as the primary key.
Finder Variables:- SupplierId; integer; Value that uniquely identifies the supplier. It is a primary key that the application generates when it creates the supplier. This attribute is required.
- findBySupplierSiteId: Finds work definitions according to the supplier site identifier as the primary key.
Finder Variables:- SupplierSiteId; integer; Value that uniquely identifies the supplier site. It is a primary key that the application generates when it creates the supplier site. This attribute is required.
- findByWorkAreaId: Finds work definitions according to the work area identifier as the primary key.
Finder Variables:- WorkAreaId; integer; Value that uniquely identifies the work area. It is a primary key that the application generates when it creates the work area. This attribute is required.
- findByWorkCenterId: Finds work definitions according to the work center identifier as the primary key.
Finder Variables:- WorkCenterId; integer; Value that uniquely identifies the work center. It is a primary key that the application generates when it creates the work center. This attribute is required.
- PrimaryKey: Finds work definitions according to the work definition identifier as the primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AllowCompletionToInventoryFlag; boolean; Indicates whether the asset(s) involved in the work order will be completed to inventory upon work completion. The value defaults to the work order setting during work order creation. Valid values are Y or N.
- AllowOutOfSequenceOperationCompletionFlag; boolean; Indicates whether operations within the work order can be soft completed out of sequence. The value defaults to the work order setting during work order creation. Valid values are Y or N.
- BatchQuantity; number; Quantity of the batch.
- BatchUOMCode; string; Unit of measure of the batch.
- CompletionLocator; string; Value that indicates the completion locator to use by default when considering the work order for product completion.
- CompletionLocatorId; integer; Value that uniquely identifies the completion locator.
- CompletionSubinventoryCode; string; Abbreviation that indicates the completion subinventory to use by default when considering the work order for product completion.
- CostingBatchOutputSize; number; Assumed batch size for the purposes of computing a standard cost.
- CostingPriority; number; Priority to use when determining which work definition to use when rolling up costs during a planning scenario.
- CreatedBy; string; User who created this record.
- CreationDate; string; Date and time when the record was created.
- EffectiveFromDate; string; Date and time when the work definition becomes available.
- EffectiveToDate; string; Date and time when the work definition is no longer available.
- InventoryItemId; integer; Value that uniquely identifies the item, product, or assembly in the inventory organization.
- ItemDescription; string; Description of the inventory item.
- ItemNumber; string; Number that identifies the inventory item.
- ItemStructureId; integer; Value that uniquely identifies the item structure used to define material requirements.
- ItemStructureName; string; Description of the item structure.
- ItemStructureType; string; Type of the item structure.
- LastUpdateDate; string; Date when the record was most recently updated.
- LastUpdatedBy; string; User who most recently updated the record.
- MinimumTransferQuantity; number; Minimum transfer quantity defined for an item to schedule overlapping and sequential operations of work orders.
- OrganizationCode; string; Abbreviation that identifies the inventory organization that comes enabled for manufacturing.
- OrganizationId; integer; Value that uniquely identifies the inventory organization that comes enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization.
- PreassignLotFlag; boolean; Contains one of the following values: true or false. If true, then one or more lot numbers can be preassigned to a product in a manufacturing work order that references this work definition. If false, then preassigned lot numbers can't be associated with a work order. A product is any type of production output, whether it's the primary product, co-product, or by-product in the case of a process manufacturing work definition or the assembly in the case of a discrete manufacturing work definition. This attribute doesn't have a default value. This attribute is associated with a feature that requires opt-in.
- ProcessName; string; Name of the process. This is unique across all work definitions in the inventory organizations.
- ProductionLineCode; string; Uniquely identifies the production line.
- ProductionLineId; integer; Value that uniquely identifies the production line.
- ProductionLineName; string; Name of a production line.
- ProductionPriority; number; Priority that planning uses to determine which work definition to use when planning a manufacturing run.
- SeededFlag; boolean; Contains one of the following values: true or false. If true, then the work definition name is predefined. If false, then the work definition name is user defined. This attribute doesn't have a default value.
- SerialTrackingFlag; boolean; Contains one of the following values: true or false. If true, then the end item; for example, assembly in discrete manufacturing, is tracked by serial numbers during work execution. If false, then the end assembly isn't serial tracked. This attribute doesn't have a default value.
- StatusCode; string; Abbreviation that identifies the work definition status.
- SystemGeneratedFlag; boolean; Contains one of the following values: true or false. If true, then the work definition is automatically created by the application. If false, then the work definition is manually created. This attribute doesn't have a default value.
- TransformFromItemId; integer; Value that uniquely identifies the assembly item that is being transformed to a new assembly item on a transform work definition.
- TransformFromItemNumber; string; Number that identifies the transfer item.
- UsedInPlanningFlag; boolean; Contains one of the following values: true or false. If true, then the work definition using the associated work definition name is used for planning. If false, then planning cannot use the work definition. This attribute doesn't have a default value.
- VersionEffectiveFromDate; string; Date and time when the work definition version becomes available.
- VersionEffectiveToDate; string; Date and time when the work definition version is no longer available.
- VersionNumber; string; Number that indicates the version of the work definition.
- WorkDefinitionCode; string; Abbreviation that identifies the work definition.
- WorkDefinitionId; integer; Value that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition.
- WorkDefinitionName; string; Name of the work definition. The work definition name describes different ways to make an item. More than one manufacturing process might make the item. The application uses the predefined main work definition to create a work order, by default.
- WorkDefinitionNameId; integer; Value that uniquely identifies the work definition name. It's a primary key that the application generates when it creates a work definition name.
- WorkDefinitionTypeCode; string; Abbreviation that identifies the type of work definition. A list of accepted values is defined in the lookup type ORA_WIS_WORK_DEFINITION_TYPE.
- WorkDefinitionVersionId; integer; Value that uniquely identifies the work definition version. It's a primary key that the application generates when it creates a version of a work definition. A work definition version defines the dates when the production process is available.
- WorkMethodCode; string; Abbreviation that identifies the user key to the work method.
- WorkMethodDescription; string; Description of the work method.
- WorkMethodId; integer; Value that identifies the work method for which this work definition is applicable.
- WorkMethodName; string; Name of the work method.
- WorkOrderSubType; string; Subtype of default work order used during work order creation.
- WorkOrderSubTypeCode; string; Abbreviation that identifies the subtype of the default work order used during work order creation.
- WorkOrderType; string; Type of default work order used during work order creation.
- WorkOrderTypeCode; string; Abbreviation that identifies the type of default work order used during work order creation.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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.
There's no request body for this operation.
Back to TopResponse
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 : workDefinitions
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-item-response
Type:
Show Source
object-
AllowCompletionToInventoryFlag: boolean
Title:
Allow completion to inventoryMaximum Length:1Indicates whether the asset(s) involved in the work order will be completed to inventory upon work completion. The value defaults to the work order setting during work order creation. Valid values are Y or N. -
AllowOutOfSequenceOperationCompletionFlag: boolean
Title:
Allow out-of-sequence completionMaximum Length:1Indicates whether operations within the work order can be soft completed out of sequence. The value defaults to the work order setting during work order creation. Valid values are Y or N. -
BatchQuantity: number
Title:
Batch QuantityQuantity of the batch. -
BatchUOMCode: string
Title:
UOMMaximum Length:3Unit of measure of the batch. -
CompletionLocator: string
Read Only:
trueMaximum Length:255Value that indicates the completion locator to use by default when considering the work order for product completion. -
CompletionLocatorId: integer
(int64)
Title:
Completion LocatorRead Only:trueValue that uniquely identifies the completion locator. -
CompletionSubinventoryCode: string
Title:
Completion SubinventoryRead Only:trueMaximum Length:10Abbreviation that indicates the completion subinventory to use by default when considering the work order for product completion. -
CostingBatchOutputSize: number
Title:
Costing Batch Output SizeRead Only:trueAssumed batch size for the purposes of computing a standard cost. -
CostingPriority: number
Title:
Costing PriorityRead Only:truePriority to use when determining which work definition to use when rolling up costs during a planning scenario. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
CumulativeYield: number
Title:
Cumulative YieldRead Only:trueIndicates the cumulative yield of the work definition operations that represent the percentage of the starting quantity that's yielded on completion of the last operation. -
EffectiveFromDate: string
(date)
Read Only:
trueDate and time when the work definition becomes available. -
EffectiveToDate: string
(date)
Read Only:
trueDate and time when the work definition is no longer available. -
InactiveDate: string
(date)
Read Only:
trueDate when the work definition became inactive. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item, product, or assembly in the inventory organization. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the inventory item. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the inventory item. -
ItemStructureId: integer
Read Only:
trueValue that uniquely identifies the item structure used to define material requirements. -
ItemStructureName: string
Title:
Display NameRead Only:trueMaximum Length:80Description of the item structure. -
ItemStructureType: string
Title:
Internal NameRead Only:trueMaximum Length:30Type of the item structure. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumTransferQuantity: number
Title:
Minimum Transfer QuantityMinimum transfer quantity defined for an item to schedule overlapping and sequential operations of work orders. -
OrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the inventory organization that comes enabled for manufacturing. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that comes enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
PreassignLotFlag: boolean
Title:
Preassign LotsRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then one or more lot numbers can be preassigned to a product in a manufacturing work order that references this work definition. If false, then preassigned lot numbers can't be associated with a work order. A product is any type of production output, whether it's the primary product, co-product, or by-product in the case of a process manufacturing work definition or the assembly in the case of a discrete manufacturing work definition. This attribute doesn't have a default value. This attribute is associated with a feature that requires opt-in. -
ProcessName: string
Title:
NameMaximum Length:120Name of the process. This is unique across all work definitions in the inventory organizations. -
ProductionLineCode: string
Read Only:
trueMaximum Length:30Uniquely identifies the production line. -
ProductionLineId: integer
(int64)
Value that uniquely identifies the production line.
-
ProductionLineName: string
Read Only:
trueMaximum Length:120Name of a production line. -
ProductionPriority: number
Title:
Production PriorityRead Only:truePriority that planning uses to determine which work definition to use when planning a manufacturing run. -
SeededFlag: boolean
Read Only:
trueMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work definition name is predefined. If false, then the work definition name is user defined. This attribute doesn't have a default value. -
SerialTrackingFlag: boolean
Read Only:
trueMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the end item; for example, assembly in discrete manufacturing, is tracked by serial numbers during work execution. If false, then the end assembly isn't serial tracked. This attribute doesn't have a default value. -
Status: string
Read Only:
trueMaximum Length:255Status of the work definition. Valid values are Active and Inactive. -
StatusCode: string
Title:
Work Definition StatusRead Only:trueMaximum Length:30Default Value:ACTIVEAbbreviation that identifies the work definition status. -
SystemGeneratedFlag: boolean
Title:
AutomaticRead Only:trueMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work definition is automatically created by the application. If false, then the work definition is manually created. This attribute doesn't have a default value. -
TransformFromItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the assembly item that is being transformed to a new assembly item on a transform work definition. -
TransformFromItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the transfer item. -
UsedInPlanningFlag: boolean
Read Only:
trueMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work definition using the associated work definition name is used for planning. If false, then planning cannot use the work definition. This attribute doesn't have a default value. -
VersionEffectiveFromDate: string
(date-time)
Title:
Start DateRead Only:trueDate and time when the work definition version becomes available. -
VersionEffectiveToDate: string
(date-time)
Title:
End DateRead Only:trueDate and time when the work definition version is no longer available. -
VersionNumber: string
Title:
VersionRead Only:trueMaximum Length:10Number that indicates the version of the work definition. -
WorkDefinitionAttachment: array
Attachments for Work Definitions
Title:
Attachments for Work DefinitionsThe Attachments for Work Definitions resource gets the attachments that the work definition references. -
WorkDefinitionCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the work definition. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionMaterial: array
Work Definition Materials
Title:
Work Definition MaterialsThe Work Definition Materials resource gets all the materials of a work definition across the operations. -
WorkDefinitionName: string
Read Only:
trueMaximum Length:80Name of the work definition. The work definition name describes different ways to make an item. More than one manufacturing process might make the item. The application uses the predefined main work definition to create a work order, by default. -
WorkDefinitionNameDescription: string
Read Only:
trueMaximum Length:240Description of the work definition. -
WorkDefinitionNameId: integer
(int64)
Title:
Work Definition NameRead Only:trueValue that uniquely identifies the work definition name. It's a primary key that the application generates when it creates a work definition name. -
WorkDefinitionOperation: array
Work Definition Operations
Title:
Work Definition OperationsThe Operations resource gets the operations for the work definition. -
WorkDefinitionOutput: array
Work Definition Outputs
Title:
Work Definition OutputsThe Work Definition Outputs resource gets all the outputs of a work definition across the operations. -
WorkDefinitionResource: array
Work Definition Resources
Title:
Work Definition ResourcesThe Work Definition Resources resource gets all the resources of a work definition across the operations. -
WorkDefinitionType: string
Read Only:
trueMaximum Length:255Description of the work definition type. -
WorkDefinitionTypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Default Value:STANDARDAbbreviation that identifies the type of work definition. A list of accepted values is defined in the lookup type ORA_WIS_WORK_DEFINITION_TYPE. -
WorkDefinitionVersionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition version. It's a primary key that the application generates when it creates a version of a work definition. A work definition version defines the dates when the production process is available. -
WorkMethodCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the user key to the work method. -
WorkMethodDescription: string
Read Only:
trueMaximum Length:240Description of the work method. -
WorkMethodId: integer
(int64)
Read Only:
trueValue that identifies the work method for which this work definition is applicable. -
WorkMethodName: string
Title:
Work MethodRead Only:trueMaximum Length:80Name of the work method. -
WorkOrderSubType: string
Title:
SubtypeRead Only:trueMaximum Length:80Subtype of default work order used during work order creation. -
WorkOrderSubTypeCode: string
Title:
CodeMaximum Length:80Abbreviation that identifies the subtype of the default work order used during work order creation. -
WorkOrderType: string
Title:
TypeRead Only:trueMaximum Length:80Type of default work order used during work order creation. -
WorkOrderTypeCode: string
Title:
CodeMaximum Length:80Abbreviation that identifies the type of default work order used during work order creation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Attachments for Work Definitions
Type:
arrayTitle:
Attachments for Work DefinitionsThe Attachments for Work Definitions resource gets the attachments that the work definition references.
Show Source
Nested Schema : Work Definition Materials
Type:
arrayTitle:
Work Definition MaterialsThe Work Definition Materials resource gets all the materials of a work definition across the operations.
Show Source
Nested Schema : Work Definition Operations
Type:
arrayTitle:
Work Definition OperationsThe Operations resource gets the operations for the work definition.
Show Source
Nested Schema : Work Definition Outputs
Type:
arrayTitle:
Work Definition OutputsThe Work Definition Outputs resource gets all the outputs of a work definition across the operations.
Show Source
Nested Schema : Work Definition Resources
Type:
arrayTitle:
Work Definition ResourcesThe Work Definition Resources resource gets all the resources of a work definition across the operations.
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 : workDefinitions-WorkDefinitionAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionMaterial-item-response
Type:
Show Source
object-
AdhocItemFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the material line is based on the item structure. If false, then the material line isn't based on the item structure. This attribute doesn't have a default value. -
BasisType: string
Title:
BasisRead Only:trueMaximum Length:30Contains one of the following values: 1 or 2. If 1, then the application doesn't consider the quantity of the work order when it sets the component quantity that it requires for the parent assembly 2: the application varies the component quantity that it requires for the parent assembly according to the quantity of the work order. -
ComponentSequenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item structure component (EGP_COMPONENTS_B) assigned to this operation. -
ComponentSequenceIdPath: string
(byte)
Read Only:
trueValue that uniquely identifies this component in the exploded ATO Model item structure. -
ContributeToYield: string
Read Only:
trueMaximum Length:255Indicates if this component should contribute to the yield calculation in the manufacturing process. This attribute isn't currently used. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
EnforceIntegerRequirementsMeaning: string
Read Only:
trueMaximum Length:255Meaning of the enforce integer requirement of the work order component. -
EnforceIntRequirements: string
Title:
Enforce IntegerRead Only:trueMaximum Length:30Specifies whether the unit of measure for the material requires integer enforcement. This means the value will be either rounded up or down to the nearest whole number. The valid options are: None (no enforcement), Round Up, or Round Down. -
FindNumber: number
Title:
Find NumberRead Only:trueUnique identifier of a component that appears more than once in an item structure. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the component. It's a primary key that the application generates when it creates the item. -
InverseQuantity: number
Title:
Inverse QuantityRead Only:trueInverse of the Quantity Per Product. The application uses the inverse when the Quantity Per Product for the material is a fraction, but the inverse of this quantity is an integer. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the component. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaterialSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the unique sequence of the component assigned to the work definition operation. -
MaterialType: string
Read Only:
trueMaximum Length:30Type of material of the items or components that the work definition operation references. Contains one of the following values: COMPONENT or PRIMARY_PRODUCT. COMPONENT: the material is a component that the application issues to the work order. PRIMARY_PRODUCT: the material is an assembly that is an output of a work order. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation. -
OperationSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the sequence to use when performing the work definition operation. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that the application enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
Quantity: number
Title:
QuantityRead Only:trueQuantity required to make each unit of the item. -
SecondaryQuantity: number
Title:
Secondary QuantityRead Only:trueRequired component quantity in the secondary unit of measure. This attribute is associated with a feature that requires opt-in. -
SecondaryUnitOfMeasure: string
Title:
Secondary UOMRead Only:trueSecondary unit of measure of the component. This attribute is associated with a feature that requires opt-in. -
SecondaryUOMCode: string
Title:
Secondary UOM CodeRead Only:trueAbbreviation that identifies the secondary unit of measure of the component. This attribute is associated with a feature that requires opt-in. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation that the work definition operation references. It's a primary key that the application generates when it creates the standard operation. -
SupplyLocator: string
Read Only:
trueMaximum Length:255Locator in subinventory to use, by default, when the plant uses material during assembly or an operation pull. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorRead Only:trueValue that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator. -
SupplySubinventory: string
Title:
Supply SubinventoryRead Only:trueMaximum Length:10Subinventory to use, by default, when the plant uses material during assembly or an operation pull. -
SupplyType: string
Title:
Supply TypeRead Only:trueMaximum Length:30Consumption of the material. Values include Assembly pull, Operation pull, Push, Bulk, or Supplier. -
SupplyTypeDescription: string
Read Only:
trueMaximum Length:255Description of the supply type. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the component uses. It's the primary unit of measure of the item. -
UOMCode: string
Title:
UOM CodeRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the component uses. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueDefault Value:1Value that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the work definition operation. -
WorkDefinitionOperationMaterialAttachment: array
Attachments for Materials
Title:
Attachments for MaterialsThe Attachments for Materials resource gets the attachments that contain details about the material. -
WorkDefinitionOperationMaterialDFF: array
Flexfields for Materials
Title:
Flexfields for MaterialsThe Flexfields for Materials resource gets the descriptive flexfields that contain details about the material. -
WorkDefinitionOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for the work definition operation. It's a primary key that the application generates when it creates the material. -
WorkDefinitionOperationSubstituteMaterial: array
Substitute Materials
Title:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work definition operation uses. -
YieldFactor: number
Read Only:
trueFactor to use when calculating the quantity that the operation requires to accommodate component waste when it processes the item. It's recommended that you set the yield to between 0 and 1. You can set the yield to a value that is greater than 1. The application considers the yield when it calculates the required quantity according to the Include plant parameter for the component yield.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Attachments for Materials
Type:
arrayTitle:
Attachments for MaterialsThe Attachments for Materials resource gets the attachments that contain details about the material.
Show Source
Nested Schema : Flexfields for Materials
Type:
arrayTitle:
Flexfields for MaterialsThe Flexfields for Materials resource gets the descriptive flexfields that contain details about the material.
Show Source
Nested Schema : Substitute Materials
Type:
arrayTitle:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work definition operation uses.
Show Source
Nested Schema : workDefinitions-WorkDefinitionMaterial-WorkDefinitionOperationMaterialAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionMaterial-WorkDefinitionOperationMaterialDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work definition operation materials. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
Discriminator: string
This is a transient attribute. The value of this attribute will always be null. Ignore this attribute.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationMaterialId: integer
(int64)
Value that uniquely identifies the material that the work definition operation consumes. It's a primary key that the application generates when it consumes the material.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionMaterial-WorkDefinitionOperationSubstituteMaterial-item-response
Type:
Show Source
object-
ComponentSequenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the sequence of the substitute component that the application assigns to the material that the work definition operation consumes. -
EnforceIntegerRequirementsValue: string
Read Only:
trueMaximum Length:255Specifies whether the unit of measure for the material requires integer enforcement. This means that the value will be either rounded up or down to the nearest whole number. The valid options are: None (no enforcement), Round Up, or Round Down. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriorityRanking: number
Read Only:
trueRanking of the substitute component to use instead of the primary component. -
SubstituteComponentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the substitute component. It's a primary key that the application generates when it creates the item. -
SubstituteInverseQuantity: number
Read Only:
trueInverse of the Quantity Per Product attribute. The application uses the inverse when the Quantity Per Product for the material is a fraction, but the inverse of this quantity is an integer. -
SubstituteItemQuantity: number
Read Only:
trueQuantity required to make each unit of the item. -
WdOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for a work definition operation. It's a primary key that the application generates when it consumes the material. -
WdOperationSubstituteMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the substitute material for a work definition operation. It's a primary key that the application generates when it consumes the substitute material.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-item-response
Type:
Show Source
object-
AddlMtlAtManualIssue: string
Title:
Additional Manual Material IssueRead Only:trueMaximum Length:30Default Value:ALLOWName that identifies a list of values that control whether a production operator can issue more than the required quantity while manually reporting material issues. You can allow issuing more than the required quantity without any hindrance, or prevent the material issue in case of additional material issue. -
AutoTransactFlag: boolean
Title:
Automatically TransactRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then both resources and materials are automatically charged based on the supply type or the charge type setups for the operation. If the supply type is Operation Pull, the component-level issue transactions will occur when the operation is completed. If the supply type is Assembly Pull, the component level issue transactions will happen at the assembly completion event. The resource transactions are automatically performed when the quantity is moved outside the operation. If false, then both resources and materials are not automatically charged. This attribute doesn't have a default value. -
CountPointOperationFlag: boolean
Title:
Count PointRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the operation is a count point operation. If an operation is a count point operation, then you have to manually complete it. Any operations in between the count points are automatically completed; for example, backflushed, and so on. If false, then the operation isn't a count point operation. This attribute doesn't have a default value. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
EffectiveFromDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the operation is effective. -
EffectiveToDate: string
(date-time)
Title:
End DateRead Only:trueDate when the operation is no longer effective. -
FixedLeadTime: number
Title:
FixedRead Only:trueLead time to perform this outside processing (OSP) operation for each unit of the outside processing item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
LeadTimePercent: number
Title:
Lead TimeRead Only:trueLead time percent computed by the manufacturing lead time calculation program and used in the cumulative lead time calculation. -
LeadTimeUnitOfMeasure: string
Read Only:
trueMaximum Length:255Name of the unit of measure that the lead time uses for the supplier operation. -
LeadTimeUOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the lead time uses for the supplier operation. -
LineOperationSequenceNumber: number
Title:
Line Operation SequenceRead Only:trueSequence number of the line operation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationComplWithOpenExceptions: string
Title:
Completions with Open ExceptionsRead Only:trueMaximum Length:30Name that identifies a list of values that control whether operation completion should be allowed when open exceptions exist for an operation. You can allow operation completion without any hindrance, allow with a warning, or prevent the operation completion. -
OperationComplWithUnderIssue: string
Title:
Completions with Under IssuesRead Only:trueMaximum Length:30Name that identifies a list of values that control whether operation completion should be allowed when less than the required quantity of material is issued. You can allow operation completion without any hindrance, allow with a warning, or prevent the operation completion. -
OperationDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the operation. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation. -
OperationSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the sequence to use when performing the work order operations. -
OperationType: string
Title:
Operation TypeRead Only:trueMaximum Length:30Default Value:IN_HOUSEType of operation. Contains one of the following values: IN_HOUSE or SUPPLIER. IN_HOUSE: the organization that owns the work order performs the operation. SUPPLIER: the supplier performs the operation. -
OperationTypeDescription: string
Read Only:
trueMaximum Length:255Description of the operation type. -
OperationYield: number
Title:
Operation YieldRead Only:trueIndicates the yield factor of an operation that represents the percentage of the starting quantity that's yielded on completion of the operation. -
OptionDependentFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the operation is dependent on the choice of one or multiple optional components. If false, then the operation isn't dependent on the optional components. This attribute doesn't have a default value. This attribute applies only to an assemble-to-order (ATO) model work definition. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that the application enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
OSPItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Value that uniquely identifies the outside processing (OSP) supplier. It's a primary key that the application generates when it creates a supplier. -
OSPItemId: integer
(int64)
Title:
ItemRead Only:trueValue that uniquely identifies the outside processing (OSP) item. It's a primary key that the application generates when it creates an item. -
OSPItemNumber: string
Read Only:
trueMaximum Length:300Description of the outside processing (OSP) item. -
PlanningPercent: number
Title:
PlanningRead Only:truePercent that planning uses for resources forecast explosion. The value must be a positive number. This attribute applies only to an assemble-to-order (ATO) model work definition. -
ReferencedFlag: boolean
Read Only:
trueMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the operation is a standard operation. If false, then the operation isn't a standard operation. This is a read-only value. -
ResequenceFlag: boolean
Title:
Allow ResequencingRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the work order has resequence operations. If false, then the work order doesn't have resequence operations. It's read-only value. This attribute is associated with a feature that requires opt-in. -
SerialTrackingFlag: boolean
Read Only:
trueMaximum Length:1Default Value:trueContains one of the following values: true or false. If true, then the product is tracked by serial number while running this operation. If false, then the product isn't tracked by serial number. This attribute doesn't have a default value. -
ShippingDocumentsFlag: boolean
Title:
Generate shipmentRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then create shipping documents for this outside processing (OSP) operation. If false, then do not create shipping documents. This attribute doesn't have a default value. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation that the work definition operation references. It's a primary key that the application generates when it creates the standard operation. -
StandardOperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the standard operation. -
SupplierId: integer
(int64)
Title:
SupplierRead Only:trueName of the outside processing (OSP) supplier. -
SupplierName: string
Read Only:
trueMaximum Length:255Value that uniquely identifies the supplier site. It's a primary key that the application generates when it creates a supplier site. -
SupplierSiteDescription: string
Read Only:
trueMaximum Length:255Lead time to perform this outside processing (OSP) operation, independent of the quantity of the outside processing item. -
SupplierSiteId: integer
(int64)
Title:
Supplier SiteRead Only:trueDescription of the supplier site. -
translations: array
Translations for Operations
Title:
Translations for OperationsThe Translations for Operations resource gets the translations for operation name and operation description. -
VariableLeadTime: number
Title:
VariableRead Only:trueAbbreviation that identifies the unit of measure that the lead time uses. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Title:
Work CenterRead Only:trueValue that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueDefault Value:1Value that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionOperationAttachment: array
Attachments for Operations
Title:
Attachments for OperationsThe Attachments for Operations resource gets the attachments that the work definition operation uses. -
WorkDefinitionOperationDFF: array
Flexfields for Operations
Title:
Flexfields for OperationsThe Flexfields for Operations resource gets the descriptive flexfields that contain details about the work definition operation. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the work definition operation. -
WorkDefinitionOperationMaterial: array
Materials for Operations
Title:
Materials for OperationsThe Materials for Operations gets the materials that the work definition operation uses. -
WorkDefinitionOperationOutput: array
Outputs for Operations
Title:
Outputs for OperationsThe Outputs for Operations gets the output that the work definition operation uses. -
WorkDefinitionOperationResource: array
Resources for Operations
Title:
Resources for OperationsThe Resources for Operations resource gets the resources that the work definition operation uses.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Translations for Operations
Type:
arrayTitle:
Translations for OperationsThe Translations for Operations resource gets the translations for operation name and operation description.
Show Source
Nested Schema : Attachments for Operations
Type:
arrayTitle:
Attachments for OperationsThe Attachments for Operations resource gets the attachments that the work definition operation uses.
Show Source
Nested Schema : Flexfields for Operations
Type:
arrayTitle:
Flexfields for OperationsThe Flexfields for Operations resource gets the descriptive flexfields that contain details about the work definition operation.
Show Source
Nested Schema : Materials for Operations
Type:
arrayTitle:
Materials for OperationsThe Materials for Operations gets the materials that the work definition operation uses.
Show Source
Nested Schema : Outputs for Operations
Type:
arrayTitle:
Outputs for OperationsThe Outputs for Operations gets the output that the work definition operation uses.
Show Source
Nested Schema : Resources for Operations
Type:
arrayTitle:
Resources for OperationsThe Resources for Operations resource gets the resources that the work definition operation uses.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-translations-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
Language: string
Maximum Length:
4Value that uniquely identifies the language. It's the primary key. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationDescription: string
Maximum Length:
240Description of the operation. -
OperationName: string
Maximum Length:
120Name of the operation. -
SourceLang: string
Maximum Length:
4Source language of the operation description and operation name. -
WdOperationId: integer
(int64)
Value that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the operation. This attribute is required.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work definition operations. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
Discriminator: string
This is a transient attribute. The value of this attribute will always be null. Ignore this attribute.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationId: integer
(int64)
Value that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationMaterial-item-response
Type:
Show Source
object-
AdhocItemFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the material line is based on the item structure. If false, then the material line isn't based on the item structure. This attribute doesn't have a default value. -
BasisType: string
Title:
BasisRead Only:trueMaximum Length:30Contains one of the following values: 1 or 2. If 1, then the application doesn't consider the quantity of the work order when it sets the component quantity that it requires for the parent assembly 2: the application varies the component quantity that it requires for the parent assembly according to the quantity of the work order. -
ComponentSequenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item structure component (EGP_COMPONENTS_B) assigned to this operation. -
ComponentSequenceIdPath: string
(byte)
Read Only:
trueValue that uniquely identifies this component in the exploded ATO Model item structure. -
ContributeToYield: string
Read Only:
trueMaximum Length:255Indicates if this component should contribute to the yield calculation in the manufacturing process. This attribute isn't currently used. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
EnforceIntegerRequirementsMeaning: string
Read Only:
trueMaximum Length:255Meaning of the enforce integer requirement of the work order component. -
EnforceIntRequirements: string
Title:
Enforce IntegerRead Only:trueMaximum Length:30Specifies whether the unit of measure for the material requires integer enforcement. This means the value will be either rounded up or down to the nearest whole number. The valid options are: None (no enforcement), Round Up, or Round Down. -
FindNumber: number
Title:
Find NumberRead Only:trueUnique identifier of a component that appears more than once in an item structure. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the component. It's a primary key that the application generates when it creates the item. -
InverseQuantity: number
Title:
Inverse QuantityRead Only:trueInverse of the Quantity Per Product. The application uses the inverse when the Quantity Per Product for the material is a fraction, but the inverse of this quantity is an integer. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the component. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaterialSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the unique sequence of the component assigned to the work definition operation. -
MaterialType: string
Read Only:
trueMaximum Length:30Type of material of the items or components that the work definition operation references. Contains one of the following values: COMPONENT or PRIMARY_PRODUCT. COMPONENT: the material is a component that the application issues to the work order. PRIMARY_PRODUCT: the material is an assembly that is an output of a work order. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation. -
OperationSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the sequence to use when performing the work definition operation. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that the application enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
Quantity: number
Title:
QuantityRead Only:trueQuantity required to make each unit of the item. -
SecondaryQuantity: number
Title:
Secondary QuantityRead Only:trueRequired component quantity in the secondary unit of measure. This attribute is associated with a feature that requires opt-in. -
SecondaryUnitOfMeasure: string
Title:
Secondary UOMRead Only:trueSecondary unit of measure of the component. This attribute is associated with a feature that requires opt-in. -
SecondaryUOMCode: string
Title:
Secondary UOM CodeRead Only:trueAbbreviation that identifies the secondary unit of measure of the component. This attribute is associated with a feature that requires opt-in. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation that the work definition operation references. It's a primary key that the application generates when it creates the standard operation. -
SupplyLocator: string
Read Only:
trueMaximum Length:255Locator in subinventory to use, by default, when the plant uses material during assembly or an operation pull. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorRead Only:trueValue that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator. -
SupplySubinventory: string
Title:
Supply SubinventoryRead Only:trueMaximum Length:10Subinventory to use, by default, when the plant uses material during assembly or an operation pull. -
SupplyType: string
Title:
Supply TypeRead Only:trueMaximum Length:30Consumption of the material. Values include Assembly pull, Operation pull, Push, Bulk, or Supplier. -
SupplyTypeDescription: string
Read Only:
trueMaximum Length:255Description of the supply type. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the component uses. It's the primary unit of measure of the item. -
UOMCode: string
Title:
UOM CodeRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the component uses. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueDefault Value:1Value that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the work definition operation. -
WorkDefinitionOperationMaterialAttachment: array
Attachments for Materials
Title:
Attachments for MaterialsThe Attachments for Materials resource gets the attachments that contain details about the material. -
WorkDefinitionOperationMaterialDFF: array
Flexfields for Materials
Title:
Flexfields for MaterialsThe Flexfields for Materials resource gets the descriptive flexfields that contain details about the material. -
WorkDefinitionOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for the work definition operation. It's a primary key that the application generates when it creates the material. -
WorkDefinitionOperationSubstituteMaterial: array
Substitute Materials
Title:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work definition operation uses. -
YieldFactor: number
Read Only:
trueFactor to use when calculating the quantity that the operation requires to accommodate component waste when it processes the item. It's recommended that you set the yield to between 0 and 1. You can set the yield to a value that is greater than 1. The application considers the yield when it calculates the required quantity according to the Include plant parameter for the component yield.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Attachments for Materials
Type:
arrayTitle:
Attachments for MaterialsThe Attachments for Materials resource gets the attachments that contain details about the material.
Show Source
Nested Schema : Flexfields for Materials
Type:
arrayTitle:
Flexfields for MaterialsThe Flexfields for Materials resource gets the descriptive flexfields that contain details about the material.
Show Source
Nested Schema : Substitute Materials
Type:
arrayTitle:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work definition operation uses.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationMaterial-WorkDefinitionOperationMaterialAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationMaterial-WorkDefinitionOperationMaterialDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work definition operation materials. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
Discriminator: string
This is a transient attribute. The value of this attribute will always be null. Ignore this attribute.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationMaterialId: integer
(int64)
Value that uniquely identifies the material that the work definition operation consumes. It's a primary key that the application generates when it consumes the material.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationMaterial-WorkDefinitionOperationSubstituteMaterial-item-response
Type:
Show Source
object-
ComponentSequenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the sequence of the substitute component that the application assigns to the material that the work definition operation consumes. -
EnforceIntegerRequirementsValue: string
Read Only:
trueMaximum Length:255Specifies whether the unit of measure for the material requires integer enforcement. This means that the value will be either rounded up or down to the nearest whole number. The valid options are: None (no enforcement), Round Up, or Round Down. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriorityRanking: number
Read Only:
trueRanking of the substitute component to use instead of the primary component. -
SubstituteComponentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the substitute component. It's a primary key that the application generates when it creates the item. -
SubstituteInverseQuantity: number
Read Only:
trueInverse of the Quantity Per Product attribute. The application uses the inverse when the Quantity Per Product for the material is a fraction, but the inverse of this quantity is an integer. -
SubstituteItemQuantity: number
Read Only:
trueQuantity required to make each unit of the item. -
WdOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for a work definition operation. It's a primary key that the application generates when it consumes the material. -
WdOperationSubstituteMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the substitute material for a work definition operation. It's a primary key that the application generates when it consumes the substitute material.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationOutput-item-response
Type:
Show Source
object-
BasisType: number
Title:
BasisRead Only:trueIndicates whether the output quantity is fixed or variable. Valid values are contained in the lookup EGP_BOM_BASIS_TYPE. -
BasisTypeMeaning: string
Read Only:
trueMaximum Length:255Meaning for the basis type for the output defined in the work order operation, with valid values available in the lookup EGP_BOM_BASIS_TYPE -
CompletionLocator: string
Read Only:
trueMaximum Length:255Locator into which this output line is produced. -
CompletionSubinventory: string
Title:
Completion SubinventoryRead Only:trueMaximum Length:10Subinventory into which this output line is produced. -
CompletionType: string
Title:
Completion TypeRead Only:trueMaximum Length:30Indicates the completion type code. A list of accepted values is defined in the lookup type ORA_WIS_OUTPUT_COMPL_TYPE. -
CompletionTypeDescription: string
Read Only:
trueMaximum Length:255Description of the completion type code. -
ComponentSequenceId: integer
(int64)
Read Only:
trueReference to the item structure formula output (EGP_COMPONENTS_B) assigned to this operation. -
CostAllocationPercentage: number
Title:
Cost Allocation PercentageRead Only:trueCost percentage share of this output across all outputs. This attribute is null for manually entered costs. -
CostingPriority: number
Title:
Costing PriorityRead Only:truePriority to use when determining which work definition to use when calculating the standard cost by using rolling up costs during costing. Upon exploding the bill of materials, the child work definitions are threaded using the priority number selected at the top. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the work definition operation output is disabled. -
FindNumber: number
Title:
Find NumberRead Only:trueUnique identifier of an output that appears more than once in a formula. -
LastUpdateDate: string
(date-time)
Read Only:
trueUser who most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date when the record was most recently updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work definition operation. -
OperationSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the sequence of running the operation. -
Output: string
Read Only:
trueMaximum Length:300Number that identifies the output item of an operation. -
OutputDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the item of the output. -
OutputId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation output. The application generates this value. -
OutputSequence: number
Title:
SequenceRead Only:trueNumber that indicates the sequence of this output line within this operation. -
OutputType: string
Title:
Output TypeRead Only:trueMaximum Length:30Type of output produced by the operation. A list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL. -
ProductYield: number
Title:
YieldRead Only:trueFactor used to calculate the output quantity produced by the operation. This attribute is currently not in use. -
Quantity: number
Title:
QuantityRead Only:trueQuantity of output expected to be produced by this operation. -
SecondaryQuantity: number
Title:
Secondary QuantityRead Only:trueOutput quantity expected to be produced by this operation in the secondary unit of measure. This attribute is associated with a feature that requires opt-in. -
SecondaryUnitOfMeasure: string
Title:
Secondary UOMRead Only:trueSecondary unit of measure of the output. This attribute is associated with a feature that requires opt-in. -
SecondaryUOMCode: string
Title:
Secondary UOM CodeRead Only:trueAbbreviation that identifies the secondary unit of measure of the output. This attribute is associated with a feature that requires opt-in. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the user key to the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation. The application generates this value. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the work definition operation output is effective. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure of the output. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure of the output. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. This attribute uniquely identifies a work area within a manufacturing plant. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. The application generates this value. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the user key to the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. The application generates this value. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition. This is used to enforce uniqueness of an output item across the work definition operations. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the operation to which this operation output item is assigned. -
WorkDefinitionOperationOutputAttachment: array
Attachments for Outputs
Title:
Attachments for OutputsThe Attachments for Outputs resource gets the attachments that contain details about the output. -
WorkDefinitionOperationOutputDFF: array
Flexfields for Outputs
Title:
Flexfields for OutputsThe Flexfields for Outputs resource gets the descriptive flexfields that contain details about the output.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Attachments for Outputs
Type:
arrayTitle:
Attachments for OutputsThe Attachments for Outputs resource gets the attachments that contain details about the output.
Show Source
Nested Schema : Flexfields for Outputs
Type:
arrayTitle:
Flexfields for OutputsThe Flexfields for Outputs resource gets the descriptive flexfields that contain details about the output.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationOutput-WorkDefinitionOperationOutputAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationOutput-WorkDefinitionOperationOutputDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work definition operation output. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work definition operation output. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationOutputId: integer
(int64)
Value that uniquely identifies the work definition operation output. The application generates this value.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedRead Only:trueNumber of resource units the application assigns to perform the operation. -
BasisType: string
Title:
BasisRead Only:trueMaximum Length:30Default Value:2Contains one of the following values: 1 or 2. If 1, then the resource consumption is fixed. It doesn't change according to work order quantity. If 2, then the resource consumption isn't fixed. It might change according to work order quantity. This attribute doesn't have a default value. -
ChargeType: string
Title:
Charge TypeRead Only:trueMaximum Length:30Contains one of the following values 1 or 2. If 1, then the user manually charges the resources. If 2, then the application automatically charges the resource when it completes the operation. This attribute doesn't have a default value. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
CurrentRevision: string
Maximum Length:
255Value that uniquely identifies the current revision of the document item, which represents the current revision of the program file. -
EquipmentParameterFileContent: string
(byte)
Read Only:
trueValue that uniquely identifies the parametric data and inspection characteristics stored in the equipment parameters flat file associated with the work definition operation resource. -
EquipmentParameterFileName: string
Read Only:
trueMaximum Length:512Name of the equipment parameter's flat file associated with the work definition operation's resource. -
EquipmentProfileCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the equipment profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
EquipmentProfileId: integer
(int64)
Title:
Equipment ProfileRead Only:trueValue that uniquely identifies the equipment profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
InverseUsageRate: number
Title:
Inverse UsageRead Only:trueRate that indicates the inverse resource usage. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
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:
SequenceRead Only:trueNumber that indicates the sequence to use when performing the work order operations. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that the application enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
PrincipalFlag: boolean
Title:
PrincipalRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the resource is the principal resource among the group of simultaneous resources. If false, then the resource isn't the principal resource. This attribute doesn't have a default value. -
ProfileCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the job profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
ProfileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the job profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
ProgramFileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the document item assigned to the master organization that represents the name of the program file used by the equipment. -
ProgramFileName: string
Maximum Length:
255Value that uniquely identifies the document item that represents the program file. -
ResourceActivityCode: string
Title:
ActivityRead Only:trueMaximum Length:30Abbreviation that identifies the resource activity. -
ResourceCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the resource. -
ResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the production resource. It's a primary key that the application generates when it consumes the production resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:80Name of the resource. -
ResourceSequenceNumber: number
Title:
SequenceRead Only:trueNumber that the application uses to determine the step in the sequence it must use to make sure resources work together correctly to finish the operation. If multiple resource lines include the same resource sequence number, then the application schedules them to occur at the same time. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Category of the resource. Values include Labor or Equipment. -
ScheduledIndicator: string
Title:
ScheduledRead Only:trueMaximum Length:30Contains one of the following values: Yes or No. If Yes, then scheduling schedules the resource and computes the start date and completion dates. If No, then scheduling doesn't schedule the resource and the application sets the start date equal to the completion date. This attribute doesn't have a default value. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation that the work definition operation references. It's a primary key that the application generates when it creates the standard operation. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the resource uses. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the resource uses. -
UsageRate: number
Title:
UsageRead Only:trueRate of the resource that the plant requires to make each unit of the item. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionOperationAlternateResource: array
Alternate Resources
Title:
Alternate ResourcesThe Alternate Resources resource gets the alternate resources that the work definition operation uses. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the work definition operation. -
WorkDefinitionOperationResourceAttachment: array
Attachments for Resources
Title:
Attachments for ResourcesThe Attachments for Resources resource gets the attachments that contain details about the resource. -
WorkDefinitionOperationResourceDFF: array
Flexfields for Resources
Title:
Flexfields for ResourcesThe Flexfields for Resources resource gets the descriptive flexfields that contain details about the resource that the work definition operation uses. -
WorkDefinitionOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the resource for the work definition operation. It's a primary key that the application generates when it creates the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Alternate Resources
Type:
arrayTitle:
Alternate ResourcesThe Alternate Resources resource gets the alternate resources that the work definition operation uses.
Show Source
Nested Schema : Attachments for Resources
Type:
arrayTitle:
Attachments for ResourcesThe Attachments for Resources resource gets the attachments that contain details about the resource.
Show Source
Nested Schema : Flexfields for Resources
Type:
arrayTitle:
Flexfields for ResourcesThe Flexfields for Resources resource gets the descriptive flexfields that contain details about the resource that the work definition operation uses.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationResource-WorkDefinitionOperationAlternateResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedRead Only:trueNumber of resource units the application assigns to perform the operation. -
CurrentRevision: string
Maximum Length:
255Value that uniquely identifies the current revision of the document item, which represents the current revision of the program file. -
EquipmentParameterFileContent: string
(byte)
Read Only:
trueValue that uniquely identifies the parametric data and inspection characteristics stored in the equipment parameters flat file associated with the work definition operation alternate resource. -
EquipmentParameterFileName: string
Read Only:
trueMaximum Length:512Name of the equipment parameter's flat file associated with the work definition operation's alternate resource. -
InverseUsageRate: number
Title:
Inverse UsageRead Only:trueInverse of the usage rate. The application uses this inverse when the resource usage rate is a fraction, but the inverse of this rate is an integer. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriorityRanking: number
Title:
PriorityRead Only:trueRanking of the alternative resource to use instead of the primary resource. -
ProgramFileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the document item assigned to the master organization that represents the name of the program file used by the equipment. -
ProgramFileName: string
Maximum Length:
255Value that uniquely identifies the document item that represents the program file. -
ResourceCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the resource. -
ResourceId: integer
(int64)
Title:
ResourceRead Only:trueValue that uniquely identifies the production resource. It's a primary key that the application generates when it consumes the production resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:80Name of the resource. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Category of the resource. Values include Labor or Equipment. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the resource uses. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the resource uses. -
UsageRate: number
Title:
UsageRead Only:trueResource usage that the plant requires to make each unit of the item. -
WdOperationAlternateResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the alternative resource of a work definition operation. It's a primary key that the application generates when it creates the alternative resource of a work definition operation. -
WdOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the resource that the work definition operation consumes. It's a primary key that the application generates when it consumes the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationResource-WorkDefinitionOperationResourceAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOperation-WorkDefinitionOperationResource-WorkDefinitionOperationResourceDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Country SpecificMaximum Length:80Descriptive flexfield context name for work definition operation resources. -
__FLEX_Context_DisplayValue: string
Title:
Country SpecificCountry Specific -
Discriminator: string
This is a transient attribute. The value of this attribute will always be null. Ignore this attribute.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationResourceId: integer
(int64)
Value that uniquely identifies the resource that the work definition operation consumes. It's a primary key that the application generates when it consumes the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOutput-item-response
Type:
Show Source
object-
BasisType: number
Title:
BasisRead Only:trueIndicates whether the output quantity is fixed or variable. Valid values are contained in the lookup EGP_BOM_BASIS_TYPE. -
BasisTypeMeaning: string
Read Only:
trueMaximum Length:255Meaning for the basis type for the output defined in the work order operation, with valid values available in the lookup EGP_BOM_BASIS_TYPE -
CompletionLocator: string
Read Only:
trueMaximum Length:255Locator into which this output line is produced. -
CompletionSubinventory: string
Title:
Completion SubinventoryRead Only:trueMaximum Length:10Subinventory into which this output line is produced. -
CompletionType: string
Title:
Completion TypeRead Only:trueMaximum Length:30Indicates the completion type code. A list of accepted values is defined in the lookup type ORA_WIS_OUTPUT_COMPL_TYPE. -
CompletionTypeDescription: string
Read Only:
trueMaximum Length:255Description of the completion type code. -
ComponentSequenceId: integer
(int64)
Read Only:
trueReference to the item structure formula output (EGP_COMPONENTS_B) assigned to this operation. -
CostAllocationPercentage: number
Title:
Cost Allocation PercentageRead Only:trueCost percentage share of this output across all outputs. This attribute is null for manually entered costs. -
CostingPriority: number
Title:
Costing PriorityRead Only:truePriority to use when determining which work definition to use when calculating the standard cost by using rolling up costs during costing. Upon exploding the bill of materials, the child work definitions are threaded using the priority number selected at the top. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
EndDate: string
(date-time)
Title:
End DateRead Only:trueDate when the work definition operation output is disabled. -
FindNumber: number
Title:
Find NumberRead Only:trueUnique identifier of an output that appears more than once in a formula. -
LastUpdateDate: string
(date-time)
Read Only:
trueUser who most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date when the record was most recently updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work definition operation. -
OperationSequenceNumber: number
Title:
SequenceRead Only:trueNumber that indicates the sequence of running the operation. -
Output: string
Read Only:
trueMaximum Length:300Number that identifies the output item of an operation. -
OutputDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the item of the output. -
OutputId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation output. The application generates this value. -
OutputSequence: number
Title:
SequenceRead Only:trueNumber that indicates the sequence of this output line within this operation. -
OutputType: string
Title:
Output TypeRead Only:trueMaximum Length:30Type of output produced by the operation. A list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL. -
ProductYield: number
Title:
YieldRead Only:trueFactor used to calculate the output quantity produced by the operation. This attribute is currently not in use. -
Quantity: number
Title:
QuantityRead Only:trueQuantity of output expected to be produced by this operation. -
SecondaryQuantity: number
Title:
Secondary QuantityRead Only:trueOutput quantity expected to be produced by this operation in the secondary unit of measure. This attribute is associated with a feature that requires opt-in. -
SecondaryUnitOfMeasure: string
Title:
Secondary UOMRead Only:trueSecondary unit of measure of the output. This attribute is associated with a feature that requires opt-in. -
SecondaryUOMCode: string
Title:
Secondary UOM CodeRead Only:trueAbbreviation that identifies the secondary unit of measure of the output. This attribute is associated with a feature that requires opt-in. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the user key to the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation. The application generates this value. -
StartDate: string
(date-time)
Title:
Start DateRead Only:trueDate when the work definition operation output is effective. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure of the output. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure of the output. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. This attribute uniquely identifies a work area within a manufacturing plant. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. The application generates this value. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the user key to the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. The application generates this value. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition. This is used to enforce uniqueness of an output item across the work definition operations. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the operation to which this operation output item is assigned. -
WorkDefinitionOperationOutputAttachment: array
Attachments for Outputs
Title:
Attachments for OutputsThe Attachments for Outputs resource gets the attachments that contain details about the output. -
WorkDefinitionOperationOutputDFF: array
Flexfields for Outputs
Title:
Flexfields for OutputsThe Flexfields for Outputs resource gets the descriptive flexfields that contain details about the output.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Attachments for Outputs
Type:
arrayTitle:
Attachments for OutputsThe Attachments for Outputs resource gets the attachments that contain details about the output.
Show Source
Nested Schema : Flexfields for Outputs
Type:
arrayTitle:
Flexfields for OutputsThe Flexfields for Outputs resource gets the descriptive flexfields that contain details about the output.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOutput-WorkDefinitionOperationOutputAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionOutput-WorkDefinitionOperationOutputDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work definition operation output. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work definition operation output. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationOutputId: integer
(int64)
Value that uniquely identifies the work definition operation output. The application generates this value.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedRead Only:trueNumber of resource units the application assigns to perform the operation. -
BasisType: string
Title:
BasisRead Only:trueMaximum Length:30Default Value:2Contains one of the following values: 1 or 2. If 1, then the resource consumption is fixed. It doesn't change according to work order quantity. If 2, then the resource consumption isn't fixed. It might change according to work order quantity. This attribute doesn't have a default value. -
ChargeType: string
Title:
Charge TypeRead Only:trueMaximum Length:30Contains one of the following values 1 or 2. If 1, then the user manually charges the resources. If 2, then the application automatically charges the resource when it completes the operation. This attribute doesn't have a default value. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created this record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the record was created. -
CurrentRevision: string
Maximum Length:
255Value that uniquely identifies the current revision of the document item, which represents the current revision of the program file. -
EquipmentParameterFileContent: string
(byte)
Read Only:
trueValue that uniquely identifies the parametric data and inspection characteristics stored in the equipment parameters flat file associated with the work definition operation resource. -
EquipmentParameterFileName: string
Read Only:
trueMaximum Length:512Name of the equipment parameter's flat file associated with the work definition operation's resource. -
EquipmentProfileCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the equipment profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
EquipmentProfileId: integer
(int64)
Title:
Equipment ProfileRead Only:trueValue that uniquely identifies the equipment profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
InverseUsageRate: number
Title:
Inverse UsageRead Only:trueRate that indicates the inverse resource usage. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when record was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
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:
SequenceRead Only:trueNumber that indicates the sequence to use when performing the work order operations. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that the application enabled for manufacturing. It's a primary key that the application generates when it creates the inventory organization. -
PrincipalFlag: boolean
Title:
PrincipalRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the resource is the principal resource among the group of simultaneous resources. If false, then the resource isn't the principal resource. This attribute doesn't have a default value. -
ProfileCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the job profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
ProfileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the job profile associated with the work definition operation resource. This attribute is associated with a feature that requires opt-in. -
ProgramFileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the document item assigned to the master organization that represents the name of the program file used by the equipment. -
ProgramFileName: string
Maximum Length:
255Value that uniquely identifies the document item that represents the program file. -
ResourceActivityCode: string
Title:
ActivityRead Only:trueMaximum Length:30Abbreviation that identifies the resource activity. -
ResourceCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the resource. -
ResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the production resource. It's a primary key that the application generates when it consumes the production resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:80Name of the resource. -
ResourceSequenceNumber: number
Title:
SequenceRead Only:trueNumber that the application uses to determine the step in the sequence it must use to make sure resources work together correctly to finish the operation. If multiple resource lines include the same resource sequence number, then the application schedules them to occur at the same time. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Category of the resource. Values include Labor or Equipment. -
ScheduledIndicator: string
Title:
ScheduledRead Only:trueMaximum Length:30Contains one of the following values: Yes or No. If Yes, then scheduling schedules the resource and computes the start date and completion dates. If No, then scheduling doesn't schedule the resource and the application sets the start date equal to the completion date. This attribute doesn't have a default value. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation that the work definition operation references. It's a primary key that the application generates when it creates the standard operation. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the resource uses. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the resource uses. -
UsageRate: number
Title:
UsageRead Only:trueRate of the resource that the plant requires to make each unit of the item. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work area. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area. -
WorkCenterCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition. It's a primary key that the application generates when it creates the work definition. -
WorkDefinitionOperationAlternateResource: array
Alternate Resources
Title:
Alternate ResourcesThe Alternate Resources resource gets the alternate resources that the work definition operation uses. -
WorkDefinitionOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work definition operation. It's a primary key that the application generates when it creates the work definition operation. -
WorkDefinitionOperationResourceAttachment: array
Attachments for Resources
Title:
Attachments for ResourcesThe Attachments for Resources resource gets the attachments that contain details about the resource. -
WorkDefinitionOperationResourceDFF: array
Flexfields for Resources
Title:
Flexfields for ResourcesThe Flexfields for Resources resource gets the descriptive flexfields that contain details about the resource that the work definition operation uses. -
WorkDefinitionOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the resource for the work definition operation. It's a primary key that the application generates when it creates the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Alternate Resources
Type:
arrayTitle:
Alternate ResourcesThe Alternate Resources resource gets the alternate resources that the work definition operation uses.
Show Source
Nested Schema : Attachments for Resources
Type:
arrayTitle:
Attachments for ResourcesThe Attachments for Resources resource gets the attachments that contain details about the resource.
Show Source
Nested Schema : Flexfields for Resources
Type:
arrayTitle:
Flexfields for ResourcesThe Flexfields for Resources resource gets the descriptive flexfields that contain details about the resource that the work definition operation uses.
Show Source
Nested Schema : workDefinitions-WorkDefinitionResource-WorkDefinitionOperationAlternateResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedRead Only:trueNumber of resource units the application assigns to perform the operation. -
CurrentRevision: string
Maximum Length:
255Value that uniquely identifies the current revision of the document item, which represents the current revision of the program file. -
EquipmentParameterFileContent: string
(byte)
Read Only:
trueValue that uniquely identifies the parametric data and inspection characteristics stored in the equipment parameters flat file associated with the work definition operation alternate resource. -
EquipmentParameterFileName: string
Read Only:
trueMaximum Length:512Name of the equipment parameter's flat file associated with the work definition operation's alternate resource. -
InverseUsageRate: number
Title:
Inverse UsageRead Only:trueInverse of the usage rate. The application uses this inverse when the resource usage rate is a fraction, but the inverse of this rate is an integer. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriorityRanking: number
Title:
PriorityRead Only:trueRanking of the alternative resource to use instead of the primary resource. -
ProgramFileId: integer
(int64)
Read Only:
trueValue that uniquely identifies the document item assigned to the master organization that represents the name of the program file used by the equipment. -
ProgramFileName: string
Maximum Length:
255Value that uniquely identifies the document item that represents the program file. -
ResourceCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the resource. -
ResourceId: integer
(int64)
Title:
ResourceRead Only:trueValue that uniquely identifies the production resource. It's a primary key that the application generates when it consumes the production resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:80Name of the resource. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Category of the resource. Values include Labor or Equipment. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the resource uses. -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure that the resource uses. -
UsageRate: number
Title:
UsageRead Only:trueResource usage that the plant requires to make each unit of the item. -
WdOperationAlternateResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the alternative resource of a work definition operation. It's a primary key that the application generates when it creates the alternative resource of a work definition operation. -
WdOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the resource that the work definition operation consumes. It's a primary key that the application generates when it consumes the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionResource-WorkDefinitionOperationResourceAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a work definition operation output. It's a primary key that the application generates when a document is attached to the work definition operation output. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the current version of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment are no longer available. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the document that is attached to the work definition operation output. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the work definition operation output. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that is attached to the work definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workDefinitions-WorkDefinitionResource-WorkDefinitionOperationResourceDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Country SpecificMaximum Length:80Descriptive flexfield context name for work definition operation resources. -
__FLEX_Context_DisplayValue: string
Title:
Country SpecificCountry Specific -
Discriminator: string
This is a transient attribute. The value of this attribute will always be null. Ignore this attribute.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WdOperationResourceId: integer
(int64)
Value that uniquely identifies the resource that the work definition operation consumes. It's a primary key that the application generates when it consumes the resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all work definitions.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/workDefinitions"
Example Response Body
The following example includes the contents of the response body in JSON format:
"{
"items" : [ {
"OrganizationId" : 207,
"OrganizationCode" : "M1",
"WorkDefinitionNameId" : 300100071642973,
"WorkDefinitionName" : "PPS-CPU",
"WorkDefinitionNameDescription" : "PPS-CPU",
"WorkDefinitionCode" : "PPS-CPU",
"UsedInPlanningFlag" : true,
"SeededFlag" : false,
"EffectiveFromDate" : "2015-12-01",
"EffectiveToDate" : null,
"WorkDefinitionId" : 300100071643009,
"ProductionPriority" : 1,
"CostingPriority" : null,
"InventoryItemId" : 300100061374128,
"WorkDefinitionVersionId" : 300100071643010,
"VersionEffectiveFromDate" : "2015-12-01T10:03:39.935+00:00",
"VersionEffectiveToDate" : null
}, {
...
} ],
...
}"