Get all materials
get
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderMaterial
Request
Path Parameters
-
WorkOrderId(required): integer(int64)
Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 details about the work order material according to the material identifier of the work order operation.
Finder Variables:- WorkOrderOperationMaterialId; integer; Value that uniquely identifies the work order operation material. It is a primary key that the application generates when it creates the material for the work order operation. This attribute is required.
- PrimaryKey: Finds details about the work order material according to the material identifier of the work order operation.
-
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:- AllocatedQuantity; number; Picked component quantity.
- AutoTransactFlag; boolean; Contains one of the following values: true or false. If true, the operation is automatically reported, and both resources and materials are automatically charged based on the supply type or the charge type setups. If false, then the operation isn't automatically reported.
- BasisType; string; Value that indicates whether the material quantity is fixed (for example, quantity per lot produced) or variable (for example, quantity per item produced). A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE.
- ContributeToYieldFlag; boolean; Indicates whether this component should contribute to the yield calculation in the manufacturing process. This attribute isn't currently used.
- CountPointOperationFlag; boolean; Contains one of the following values: true or false. If true, then this operation is a count point operation and you have to manually complete it. If false, then this operation isn't a count point operation.
- CreatedBy; string; User who created the operation material.
- CreationDate; string; Date when the user created the operation material.
- EnforceIntRequirements; string; Value of the enforced integer requirement for the unit of measure of the calculated quantity and inverse quantity of the component. Valid values are Round Up, Round Down, and None.
- EnforceIntegerRequirementsMeaning; string; Meaning of the enforced integer requirement for the work order component.
- ExtendedQuantity; number; Adjusted quantity derived after the application of the enforced integer requirement.
- IncludeInPlanningFlag; boolean; Contains one of the following values: true or false. If true, then planning considers the material when it plans the supply. If false, then planning doesn't consider the material when it plans supply. The default value is true.
- InventoryItemId; integer; Value that uniquely identifies the item, product, or assembly in the inventory organization.
- IssuedQuantity; number; Net quantity of the material issued to the operation.
- ItemNumber; string; Number that identifies the item. If the material type is COMPONENT, then ItemNumber references the component to issue to the work order. If the material type is PRIMARY_PRODUCT, then ItemNumber references the assembly that's an output of the work order.
- ItemRevision; string; Revision of the item.
- LastUpdateDate; string; Date and time when the user most recently updated the work order operation material.
- LastUpdatedBy; string; Login of the user who most recently updated the work order operation material.
- MaterialSequenceNumber; number; Unique sequence of the component assigned to the work order operation.
- MaterialType; string; Type of material either produced or consumed by the operation. For materials being consumed, a list of accepted values is defined in the lookup type ORA_WIS_WD_INPUT_MATERIAL. For materials being produced, a list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL.
- OperationSequenceNumber; number; Sequence to use when performing the work order operations.
- OrganizationId; integer; Value that uniquely identifies the inventory organization that's enabled for manufacturing. It is a primary key of the inventory organization.
- PickedQuantity; number; Quantity remaining for allocation.
- ProducedQuantity; number; Quantity of the assembly that's completed into inventory. The material type for this material is PRIMARY_PRODUCT.
- RemainingAllocatedQuantity; number; Inverse of the component quantity.
- RequiredDate; string; Date when the plant requires the materials so that it perform the operation. The required date must not occur before the operation start date, or after the operation completion date.
- StandardOperationCode; string; Abbreviation that identifies the standard operation.
- StandardOperationId; integer; Value that uniquely identifies the standard operation that the work order references. It is a primary key that the application generates when it creates the standard operation.
- SubstituteFlag; boolean; Flag used indicate whether the component is a substitute or not. This attribute is associated with a feature that requires opt in.
- SupplyLocator; string; Locator in subinventory to use, by default, when the plant draws material during assembly or an operation pull.
- SupplyLocatorId; integer; Value that uniquely identifies the locator. It is a primary key that the application generates when it creates the locator.
- SupplySubinventory; string; Subinventory to use, by default, when the plant draws material during assembly or an operation pull.
- SupplyType; string; Reference of the supply type used for the work order operation material. A list of accepted values is defined in the lookup types EGP_WIP_SUP_TYPE and ORA_WIE_WO_SUPPLY_TYPE.
- UOMCode; string; Unit of measure for the component quantity.
- WdOperationMaterialId; integer; Value that uniquely identifies the material of a work order operation. It's the primary key generated by the application when creating the material for the work order operation.
- WorkAreaId; integer; Value that uniquely identifies the work area. It is a primary key that the application generates when it creates the work area.
- WorkCenterId; integer; Value that uniquely identifies the work center. It is a primary key that the application generates when it creates the work center.
- WorkOrderId; integer; Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
- WorkOrderOperationId; integer; Value that uniquely identifies the work order operation. It is a primary key that the application generates when it creates the work order operation.
- WorkOrderOperationMaterialId; integer; Value that uniquely identifies the material for the work order operation. It is a primary key that the application generates when it creates the material for the work order operation.
- YieldFactor; number; Factor to use when calculating the quantity that the operation requires to accommodate component waste when it processes the item. It is recommended that you set the yield to between 0 and 1. You can set the yield to a value that's greater than 1. The application considers the yield when it calculates the required quantity according to the Include plant parameter for the component yield.
-
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 : workOrders-WorkOrderMaterial
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 : workOrders-WorkOrderMaterial-item-response
Type:
Show Source
object-
AllocatedQuantity: number
Title:
Allocated QuantityRead Only:truePicked component quantity. -
AutoTransactFlag: boolean
Title:
Automatically transactRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, the operation is automatically reported, and both resources and materials are automatically charged based on the supply type or the charge type setups. If false, then the operation isn't automatically reported. -
BasisType: string
Title:
BasisMaximum Length:30Value that indicates whether the material quantity is fixed (for example, quantity per lot produced) or variable (for example, quantity per item produced). A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE. -
ContributeToYieldFlag: boolean
Maximum Length:
1Indicates whether this component should contribute to the yield calculation in the manufacturing process. This attribute isn't currently used. -
CountPointOperationFlag: boolean
Title:
Count PointRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then this operation is a count point operation and you have to manually complete it. If false, then this operation isn't a count point operation. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the operation material. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the operation material. -
EnforceIntegerRequirementsMeaning: string
Read Only:
trueMaximum Length:255Meaning of the enforced integer requirement for the work order component. -
EnforceIntRequirements: string
Title:
Enforce IntegerMaximum Length:30Value of the enforced integer requirement for the unit of measure of the calculated quantity and inverse quantity of the component. Valid values are Round Up, Round Down, and None. -
ExtendedQuantity: number
Title:
Adjusted QuantityAdjusted quantity derived after the application of the enforced integer requirement. -
IncludeInPlanningFlag: boolean
Title:
Include in planningMaximum Length:1Contains one of the following values: true or false. If true, then planning considers the material when it plans the supply. If false, then planning doesn't consider the material when it plans supply. The default value is true. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the item, product, or assembly in the inventory organization.
-
InverseQuantity: number
Title:
InverseDefault Value:1Allocated component quantity. -
IssuedQuantity: number
Title:
Issued QuantityRead Only:trueDefault Value:0Net quantity of the material issued to the operation. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the item. -
ItemNumber: string
Maximum Length:
300Number that identifies the item. If the material type is COMPONENT, then ItemNumber references the component to issue to the work order. If the material type is PRIMARY_PRODUCT, then ItemNumber references the assembly that's an output of the work order. -
ItemRevision: string
Read Only:
trueMaximum Length:18Revision of the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the work order operation material. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Login of the user who most recently updated the work order operation material. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaterialSequenceNumber: number
Title:
SequenceUnique sequence of the component assigned to the work order operation. -
MaterialType: string
Read Only:
trueMaximum Length:30Default Value:COMPONENTType of material either produced or consumed by the operation. For materials being consumed, a list of accepted values is defined in the lookup type ORA_WIS_WD_INPUT_MATERIAL. For materials being produced, a list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation that processes the material. -
OperationSequenceNumber: number
Title:
Operation SequenceRead Only:trueSequence to use when performing the work order operations. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that's enabled for manufacturing. It is a primary key of the inventory organization. -
PickedQuantity: number
Title:
Picked QuantityRead Only:trueQuantity remaining for allocation. -
ProducedQuantity: number
Read Only:
trueQuantity of the assembly that's completed into inventory. The material type for this material is PRIMARY_PRODUCT. -
Quantity: number
Title:
Required QuantityRead Only:trueRequired component quantity. -
QuantityPERProduct: number
Title:
Quantity per ProductDefault Value:1Quantity required to manufacture each unit of the product. -
RemainingAllocatedQuantity: number
Read Only:
trueInverse of the component quantity. -
RequiredDate: string
(date-time)
Title:
Required DateDate when the plant requires the materials so that it perform the operation. The required date must not occur before the operation start date, or after the operation completion date. -
ReservedQuantity: number
Title:
Reserved QuantityRead Only:trueMaterial quantity that's reserved against the work order operation. -
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 order references. It is a primary key that the application generates when it creates the standard operation. -
SubstituteFlag: boolean
Read Only:
trueMaximum Length:1Flag used indicate whether the component is a substitute or not. This attribute is associated with a feature that requires opt in. -
SupplyLocator: string
Maximum Length:
255Locator in subinventory to use, by default, when the plant draws material during assembly or an operation pull. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorValue that uniquely identifies the locator. It is a primary key that the application generates when it creates the locator. -
SupplySubinventory: string
Title:
Supply SubinventoryMaximum Length:20Subinventory to use, by default, when the plant draws material during assembly or an operation pull. -
SupplyType: string
Title:
Supply TypeMaximum Length:30Reference of the supply type used for the work order operation material. A list of accepted values is defined in the lookup types EGP_WIP_SUP_TYPE and ORA_WIE_WO_SUPPLY_TYPE. -
SupplyTypeDescription: string
Read Only:
trueMaximum Length:80Description of the supply type. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Abbreviation that identifies the unit of measure that the material requirement uses. -
UOMCode: string
Title:
UOMMaximum Length:3Unit of measure for the component quantity. -
WdOperationMaterialId: integer
(int64)
Value that uniquely identifies the material of a work order operation. It's the primary key generated by the application when creating the material for the work order operation.
-
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area. It is 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. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center. It is 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. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order. -
WorkOrderMaterialExceptionCount: array
Exceptions for Materials
Title:
Exceptions for MaterialsThe Exceptions for Materials resource gets the count of exceptions that occurred for materials during the operation. -
WorkOrderOperationId: integer
(int64)
Value that uniquely identifies the work order operation. It is a primary key that the application generates when it creates the work order operation.
-
WorkOrderOperationMaterialAttachment: array
Attachments for Materials
Title:
Attachments for MaterialsThe Attachments for Materials resource manages documents that the user attached to the materials that the work order operation processes. -
WorkOrderOperationMaterialDFF: array
Flexfields for Operation Materials
Title:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes. -
WorkOrderOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for the work order operation. It is a primary key that the application generates when it creates the material for the work order operation. -
WorkOrderOperationSubstituteMaterial: array
Substitute Materials
Title:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work order operation uses. -
YieldFactor: number
Title:
Item YieldDefault Value:1Factor to use when calculating the quantity that the operation requires to accommodate component waste when it processes the item. It is recommended that you set the yield to between 0 and 1. You can set the yield to a value that's 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 : Exceptions for Materials
Type:
arrayTitle:
Exceptions for MaterialsThe Exceptions for Materials resource gets the count of exceptions that occurred for materials during the operation.
Show Source
Nested Schema : Attachments for Materials
Type:
arrayTitle:
Attachments for MaterialsThe Attachments for Materials resource manages documents that the user attached to the materials that the work order operation processes.
Show Source
Nested Schema : Flexfields for Operation Materials
Type:
arrayTitle:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes.
Show Source
Nested Schema : Substitute Materials
Type:
arrayTitle:
Substitute MaterialsThe Substitute Materials resource gets the substitute materials that the work order operation uses.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : workOrders-WorkOrderMaterial-WorkOrderMaterialExceptionCount-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderMaterialExceptionCount: integer
Read Only:
trueCount of all the open exceptions for this work order material. -
WorkOrderOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material assigned to the operation of the work order. It is a primary key that the application generates when it creates the item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workOrders-WorkOrderMaterial-WorkOrderOperationMaterialAttachment-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the material attachment of a work order operation. It is a primary key that the application generates when a document is attached to the work order operation material. -
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 application 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 to 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 expires. -
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's attached to the material. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who most recently updated the document that's attached to the material for the work order operation. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document that's attached to the work order operation material. -
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 : workOrders-WorkOrderMaterial-WorkOrderOperationMaterialDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation materials. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operation materials. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the material for the work order operation. It is a primary key that the application generates when it creates the material for the work order operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workOrders-WorkOrderMaterial-WorkOrderOperationSubstituteMaterial-item-response
Type:
Show Source
object-
AvailableToTransact: number
Read Only:
trueQuantity available to transact for the substitute material -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the substitute material. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the substitute material. -
Description: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the substitute material -
EnforceIntegerRequirementsMeaning: string
Read Only:
trueMaximum Length:255Meaning of the enforced integer requirement for the work order component. -
EnforceIntRequirements: string
Title:
Enforce IntegerMaximum Length:30Value of the enforced integer requirement for the unit of measure of the calculated quantity and inverse quantity of the component. Valid values are Round Up, Round Down, and None. -
ExtendedQuantity: number
Title:
Adjusted QuantityThe adjusted quantity derived after the application of the enforced integer requirement. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item, product, or assembly in the inventory organization. This attribute is associated with a feature that requires opt in. -
InverseQuantity: number
Title:
InverseInverse 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. This attribute is associated with a feature that requires opt in. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the item, which is an output of the work order. This attribute is associated with a feature that requires opt in. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the substitute material. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the substitute material. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OnhandQuantity: number
Title:
Organization On-Hand BalanceRead Only:trueOn hand quantity of the substitute material -
OrganizationCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the inventory organization that's enabled for manufacturing. This attribute is associated with a feature that requires opt in. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization. This attribute is associated with a feature that requires opt in. -
Priority: number
Title:
PriorityRanking of the substitute component to use instead of the primary component. This attribute is associated with a feature that requires opt in. -
QuantityPERProduct: number
Title:
Quantity per ProductQuantity required to manufacture each unit of the substitute material. This attribute is associated with a feature that requires opt in. -
RequiredQuantity: number
Title:
Required QuantityRequired substitute material quantity. This attribute is associated with a feature that requires opt in. -
SubstituteFlag: boolean
Maximum Length:
1Flag used indicate whether the component is a substitute or not. This attribute is associated with a feature that requires opt in. -
UnitOfMeasure: string
Read Only:
trueMaximum Length:255Primary unit of measure for the substitute material quantity. This attribute is associated with a feature that requires opt in -
UOMCode: string
Title:
Primary UOMMaximum Length:3Abbreviation that identifies the unit of measure that the substitute material uses. This attribute is associated with a feature that requires opt in. -
WorkOrderOperationMaterialId: integer
(int64)
Read Only:
trueValue that uniquely identifies the material for a work order operation. It is a primary key that the application generates when it consumes the material. This attribute is associated with a feature that requires opt in. -
WorkOrderOperationSubstituteMaterialId: integer
(int64)
Value that uniquely identifies the substitute material for a work order operation. It is a primary key that the application generates when it consumes the substitute material. This attribute is associated with a feature that requires opt in.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all work order materials.
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/workOrders/WorkOrderId/child/WorkOrderMaterial"
For example, the following command gets all work order materials for work order 300100085483217:
curl -u username:password "https://servername/fscmRestApi/resources/version/workOrders/300100085483217/child/WorkOrderMaterial"
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"items" : [ {
"OrganizationId" : 300100075212216,
"WorkOrderId" : 300100085483217,
"WorkOrderOperationId" : 300100085483218,
"OperationSequenceNumber" : 10,
"OperationName" : "Tablet Assembly",
"StandardOperationId" : 300100084274237,
"StandardOperationCode" : "TASSY",
"WorkAreaId" : 300100081228354,
"WorkAreaName" : "Tablets",
"WorkCenterId" : 300100081228362,
"WorkCenterName" : "Tablet Assembly",
"WorkOrderOperationMaterialId" : 300100085483229,
"MaterialSequenceNumber" : 10,
"MaterialType" : "COMPONENT",
"InventoryItemId" : 300100075148319,
"ItemNumber" : "CM4751101",
"ItemDescription" : "8\" Display w/Capacitive Multi-touch Overlay",
"ItemRevision" : null,
"QuantityPERProduct" : 1,
"BasisType" : "1",
"Quantity" : 2,
"InverseQuantity" : 1,
"UnitOfMeasure" : "Each",
"RequiredDate" : "2015-12-11T17:09:00-07:00",
"YieldFactor" : 1,
"IncludeInPlanningFlag" : true,
"SupplyType" : "3",
"SupplyTypeDescription" : "Operation pull",
"SupplySubinventory" : "Stores",
"SupplyLocatorId" : null,
"IssuedQuantity" : 2,
"ProducedQuantity" : null
}, {
...
} ],
...
}