GET action not supported

get

/fscmRestApi/resources/11.13.18.05/operationTransactions/{operationTransactionsUniqID}/child/OperationTransactionDetail

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Work Order Operation Transactions resource and used to uniquely identify an instance of Work Order Operation Transactions. The client should not generate the hash key value. Instead, the client should query on the Work Order Operation Transactions collection resource in order to navigate to a specific instance of Work Order Operation Transactions to get the hash key.
Query Parameters
  • 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>
  • 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).
  • 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
  • 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
      Finder Variables:
    • 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.
    • 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
    • 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.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • 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
    • 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:
      • ComplSubinventoryCode; string; Abbreviation that identifies the subinventory in which the product will be stored during product completion.
      • CompletionLocator; string; Inventory locator where the products are completed to.
      • CountryOfOriginCode; string; Abbreviation that identifies the country of origin associated with the product.
      • ErrorMessageNames; string; Name of the error message, if any, when the transaction processing fails. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma ( , ) separate each message name.
      • ErrorMessages; string; Text of the error message, if any, when processing this transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separate each message.
      • FromDispatchState; string; State of the transaction quantity for the operation at the beginning of processing.
      • InspectionEventId; integer; Value that uniquely identifies the inspection event that this operation references. It is a primary key that the application generates when it starts an inspection for this operation.
      • OrganizationCode; string; Abbreviation that identifies the organization where fulfillment performs the operation transaction.
      • POLineNumber; number; Number that uniquely identifies the purchase order.
      • PONumber; string; Number of the purchase order. Use the PONumber attribute only if the plant is a contract manufacturing plant.
      • ReasonCode; string; Abbreviation that identifies the reason for the operation scrap transactions. This is a user-specified reason code. This is one of the additional attributes used by costing to determine the accounts for scrap and return from scrap. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Production Lookups task.
      • SecondaryTransactionQuantity; number; Secondary quantity transacted for the operation. This attribute is associated with a feature that requires opt in.
      • SoldToLegalEntityName; string; Name of the sold-to organization in the purchase order. Use this attribute only if the plant is a contract manufacturing plant.
      • SourceSystemCode; string; Abbreviation that identifies the source application that started the operation transaction.
      • ToDispatchState; string; State of the transaction quantity for the operation at the end of processing.
      • TransactionDate; string; Date and time when the transaction was executed.
      • TransactionNote; string; Notes that describe the operation transaction.
      • TransactionQuantity; number; Quantity transacted for the operation.
      • TransactionUOMCode; string; Abbreviation that identifies the unit of measure for the transaction quantity.
      • TransactionUnitOfMeasure; string; Unit of measure for the transaction quantity.
      • UnderCompleteFlag; boolean; Contains one of the following values: true or false. If true, then the work order is undercompleted. If false, then the work order is not undercompleted.This attribute is associated with a feature that requires opt in.
      • WoOperationSequenceNumber; number; Number that identifies the sequence of the operation as defined in the work order operations. This attribute can take only whole numbers.
      • WoOperationTransactionId; integer; Value that uniquely identifies the transaction. If the transaction completes successfully, then this attribute contains a value that identifies the transaction. If the transaction does not complete successfully, then this attribute contains 0 (zero), the ErrorsExistFlag attribute contains true, and the ErrorMessages and ErrorMessageNames attributes contain error details.
      • WorkOrderNumber; string; Number that identifies the work order that the operation transaction references.
      • WorkstationId; integer; Value that uniquely identifies the workstation. It's a primary key that the application generates when it creates a workstation.
    • 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
    • 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".
    • 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 Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • 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".
    • 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.
    Body ()
    Root Schema : operationTransactions-OperationTransactionDetail
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : operationTransactions-OperationTransactionDetail-item-response
    Type: object
    Show Source
    • Maximum Length: 800
      Inventory locator where the products are completed to.
    • Title: Completion Subinventory Code
      Maximum Length: 18
      Abbreviation that identifies the subinventory in which the product will be stored during product completion.
    • Title: Country of Origin
      Maximum Length: 2
      Abbreviation that identifies the country of origin associated with the product.
    • Read Only: true
      Maximum Length: 255
      Name of the error message, if any, when the transaction processing fails. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma ( , ) separate each message name.
    • Read Only: true
      Maximum Length: 2000
      Text of the error message, if any, when processing this transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separate each message.
    • Title: From Dispatch State
      Maximum Length: 30
      State of the transaction quantity for the operation at the beginning of processing.
    • Value that uniquely identifies the inspection event that this operation references. It is a primary key that the application generates when it starts an inspection for this operation.
    • Links
    • Flexfields for Operation Transactions
      Title: Flexfields for Operation Transactions
      The Flexfields for Operation Transactions resource manages descriptive flexfields that contain details about the operation transaction.
    • Title: Organization Code
      Maximum Length: 30
      Abbreviation that identifies the organization where fulfillment performs the operation transaction.
    • Title: Purchase Order Line Number
      Number that uniquely identifies the purchase order.
    • Title: Purchase Order Header Number
      Maximum Length: 30
      Number of the purchase order. Use the PONumber attribute only if the plant is a contract manufacturing plant.
    • Title: Reason Code
      Maximum Length: 30
      Abbreviation that identifies the reason for the operation scrap transactions. This is a user-specified reason code. This is one of the additional attributes used by costing to determine the accounts for scrap and return from scrap. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Production Lookups task.
    • Title: Secondary Transaction Quantity
      Secondary quantity transacted for the operation. This attribute is associated with a feature that requires opt in.
    • Title: Sold-to Legal Entity Name
      Maximum Length: 240
      Name of the sold-to organization in the purchase order. Use this attribute only if the plant is a contract manufacturing plant.
    • Title: Source System Code
      Maximum Length: 30
      Abbreviation that identifies the source application that started the operation transaction.
    • Title: To Dispatch State
      Maximum Length: 30
      State of the transaction quantity for the operation at the end of processing.
    • Title: Transaction Date
      Date and time when the transaction was executed.
    • Transaction Lots
      Title: Transaction Lots
      The Transaction Lots resource manages details of the product lot.
    • Title: Transaction Note
      Maximum Length: 4000
      Notes that describe the operation transaction.
    • Title: Transaction Quantity
      Quantity transacted for the operation.
    • Transaction Serials
      Title: Transaction Serials
      The Transaction Serials resource manages details of the product serial.
    • Title: Unit of Measure
      Maximum Length: 25
      Unit of measure for the transaction quantity.
    • Title: Unit of Measure
      Maximum Length: 3
      Abbreviation that identifies the unit of measure for the transaction quantity.
    • Title: Undercomplete
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then the work order is undercompleted. If false, then the work order is not undercompleted.This attribute is associated with a feature that requires opt in.
    • Title: Operation Sequence
      Number that identifies the sequence of the operation as defined in the work order operations. This attribute can take only whole numbers.
    • Value that uniquely identifies the transaction. If the transaction completes successfully, then this attribute contains a value that identifies the transaction. If the transaction does not complete successfully, then this attribute contains 0 (zero), the ErrorsExistFlag attribute contains true, and the ErrorMessages and ErrorMessageNames attributes contain error details.
    • Title: Work Order
      Maximum Length: 120
      Number that identifies the work order that the operation transaction references.
    • Value that uniquely identifies the workstation. It's a primary key that the application generates when it creates a workstation.
    Nested Schema : Flexfields for Operation Transactions
    Type: array
    Title: Flexfields for Operation Transactions
    The Flexfields for Operation Transactions resource manages descriptive flexfields that contain details about the operation transaction.
    Show Source
    Nested Schema : Transaction Lots
    Type: array
    Title: Transaction Lots
    The Transaction Lots resource manages details of the product lot.
    Show Source
    Nested Schema : Transaction Serials
    Type: array
    Title: Transaction Serials
    The Transaction Serials resource manages details of the product serial.
    Show Source
    Nested Schema : operationTransactions-OperationTransactionDetail-OperationTransactionDFF-item-response
    Type: object
    Show Source
    Nested Schema : operationTransactions-OperationTransactionDetail-TransactionLot-item-response
    Type: object
    Show Source
    • Read Only: true
      Maximum Length: 255
      Name of the error message, if any, when processing this operation transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma ( , ) separate each message name.
    • Read Only: true
      Maximum Length: 2000
      Text of the error message, if any, when processing this operation transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separate each message.
    • Links
    • Title: Lot Expiration Date
      Date and time when the lot expires.
    • Title: Hold Until Date
      Date when the hold expires for the lot number. This attribute is associated with a feature that requires opt in.
    • Title: Lot Number
      Maximum Length: 80
      Lot number for the transaction quantity.
    • Title: Lot Origination Date
      Date and time when the lot originated.
    • Title: Lot Origination Type
      Maximum Length: 30
      Origin of the lot. The application determines the lot origination type when you create the lot.
    • Title: Parent Lot Number
      Maximum Length: 80
      Number that identifies the parent lot of the lot number used for the work order material. This attribute is applicable if the material is lot controlled. This attribute is associated with a feature that requires opt in.
    • Secondary quantity of the product lot transacted for the work order. This attribute is associated with a feature that requires opt in.
    • Flexfields for Operation Transaction Lots
      Title: Flexfields for Operation Transaction Lots
      The Flexfields for Operation Transaction Lots resource manages descriptive flexfields that contain details about the transaction lot.
    • Title: Transaction Quantity
      Quantity of the product lot transacted for the work order.
    Nested Schema : Flexfields for Operation Transaction Lots
    Type: array
    Title: Flexfields for Operation Transaction Lots
    The Flexfields for Operation Transaction Lots resource manages descriptive flexfields that contain details about the transaction lot.
    Show Source
    Nested Schema : operationTransactions-OperationTransactionDetail-TransactionLot-TransactionLotDFF-item-response
    Type: object
    Show Source
    • Title: Context Value
      Maximum Length: 30
      Descriptive flexfield context name for transaction lots.
    • Title: Context Value
      Descriptive flexfield context display value for transaction lots.
    • Value that uniquely identifies the transaction lot that uses the descriptive flexfields. Make sure your request payload does not include a value for this attribute. The response payload includes the primary key of the transaction lot.
    • Links
    Nested Schema : operationTransactions-OperationTransactionDetail-TransactionSerial-item-response
    Type: object
    Show Source
    • Read Only: true
      Maximum Length: 255
      Name of the error message, if any, when processing this serial in the operation transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma ( , ) separate each message name.
    • Read Only: true
      Maximum Length: 2000
      Text of the error messages, if any, when processing this serial in the operation transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separate each message.
    • Links
    • Title: Lot Number
      Maximum Length: 80
      Lot number of the serial of the component that fulfillment issues for the work order. The LotNumber attribute is optional.
    • Title: Serial Number
      Maximum Length: 80
      Serial number of the product where fulfillment performs the operation transaction.
    • Flexfields for Operation Transaction Serials
      Title: Flexfields for Operation Transaction Serials
      The Flexfields for Operation Transaction Serials resource manages descriptive flexfields that contain details about the transaction serial.
    Nested Schema : Flexfields for Operation Transaction Serials
    Type: array
    Title: Flexfields for Operation Transaction Serials
    The Flexfields for Operation Transaction Serials resource manages descriptive flexfields that contain details about the transaction serial.
    Show Source
    Nested Schema : operationTransactions-OperationTransactionDetail-TransactionSerial-TransactionSerialDFF-item-response
    Type: object
    Show Source
    • Title: Context Value
      Maximum Length: 30
      Descriptive flexfield context name for transaction serials.
    • Title: Context Value
      Descriptive flexfield context display value for transaction serials.
    • Value that uniquely identifies the transaction serial that uses the descriptive flexfields. This attribute should not be included in the request payload. The value of this attribute in the response payload includes the primary key of the transaction serial.
    • Links
    Back to Top