Create details

post

/fscmRestApi/resources/11.13.18.05/materialTransactions/{materialTransactionsUniqID}/child/MaterialTransactionDetail/{MaterialTransactionDetailUniqID}/child/ComponentTransactionDetail/{ComponentTransactionDetailUniqID}/child/ComponentTransactionLot

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Component Transaction Details resource and used to uniquely identify an instance of Component Transaction Details. The client should not generate the hash key value. Instead, the client should query on the Component Transaction Details collection resource in order to navigate to a specific instance of Component Transaction Details to get the hash key.
  • This is the hash key of the attributes which make up the composite key for the Material Transaction Details resource and used to uniquely identify an instance of Material Transaction Details. The client should not generate the hash key value. Instead, the client should query on the Material Transaction Details collection resource in order to navigate to a specific instance of Material Transaction Details to get the hash key.
  • This is the hash key of the attributes which make up the composite key for the Work Order Material Transactions resource and used to uniquely identify an instance of Work Order Material Transactions. The client should not generate the hash key value. Instead, the client should query on the Work Order Material Transactions collection resource in order to navigate to a specific instance of Work Order Material Transactions to get the hash key.
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Lot Number
    Maximum Length: 80
    Lot number of the component that the application issued to the assembly in an orderless transaction.
  • Title: Secondary Transaction Quantity
    Secondary quantity of the material lot issued to the assembly in an orderless transaction. This attribute is associated with a feature that requires opt in.
  • Title: Transaction Quantity
    Quantity of the material lot issued to the assembly in an orderless transaction.
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 : materialTransactions-MaterialTransactionDetail-ComponentTransactionDetail-ComponentTransactionLot-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 255
    Name of the error message, if any, when processing the component lot issue in an orderless transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma ( , ) separates each message name.
  • Read Only: true
    Maximum Length: 2000
    Text of the error message, if any, when processing the component lot issue in an orderless transaction. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separates each message.
  • Links
  • Title: Lot Number
    Maximum Length: 80
    Lot number of the component that the application issued to the assembly in an orderless transaction.
  • Title: Secondary Transaction Quantity
    Secondary quantity of the material lot issued to the assembly in an orderless transaction. This attribute is associated with a feature that requires opt in.
  • Title: Transaction Quantity
    Quantity of the material lot issued to the assembly in an orderless transaction.
Back to Top

Examples

This example describes how to create a lot detail for component transactions.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/materialTransactions/"

Example Request Body

The following example includes the contents of the request body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",

  "MaterialTransactionDetail" : 
  [{
     "InventoryItemNumber" : "MFG-PL-PROD1",
     "OrganizationCode" : "M1",
     "TransactionQuantity" : 1,
     "TransactionTypeCode" : "ORDERLESS_COMPLETION",
     "TransactionUnitOfMeasure" : "Each",

	 "ComponentTransactionDetail" :
     [{
     "InventoryItemNumber" : "MFG-LOT-PROD1",
     "TransactionQuantity" : 1,
     "TransactionUnitOfMeasure" : "Each",
      "WoOperationSequenceNumber" : 10,
	 
	 "ComponentTransactionLot":
     [{
	    "LotNumber":"S00000000029007",
        "TransactionQuantity":1
     }]	  
	 }]
  }]
}

Example Response Body

The following example includes the contents of the response body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "ErrorsExistFlag" : "false",
  "MaterialTransactionDetail" : [ {
    "InvTransactionId" : 22770145,
    "SourceSystemCode" : null,
    "OrganizationCode" : "M1",
    "WorkOrderNumber" : "M1-1270",
    "AssemblySerialNumber" : null,
    "WoOperationSequenceNumber" : null,
    "TransactionDate" : "2022-05-18T08:16:23.021+00:00",
    "TransactionTypeCode" : "ORDERLESS_COMPLETION",
    "InventoryItemNumber" : "MFG-PL-PROD1",
    "ItemRevision" : null,
    "TransactionQuantity" : 1,
    "TransactionUOMCode" : null,
    "TransactionUnitOfMeasure" : "Each",
    "SecondaryTransactionQuantity" : null,
    "SubinventoryCode" : "Stores",
    "Locator" : null,
    "WorkDefinitionCode" : "Primary",
    "WorkOrderType" : null,
    "WorkOrderSubType" : null,
    "SourceHeaderReference" : null,
    "SourceHeaderReferenceId" : null,
    "SourceLineReference" : null,
    "SourceLineReferenceId" : null,
    "ReasonCode" : null,
    "TransactionNote" : null,
    "POLineNumber" : null,
    "PONumber" : null,
    "SoldToLegalEntityName" : null,
    "ErrorMessages" : "",
    "ErrorMessageNames" : "",
    "OutputTypeCode" : null,
    "ProjectNumber" : null,
    "TaskNumber" : null,
    "UseCommonInventoryFlag" : null,
    "CountryOfOriginCode" : null,
    "ComponentTransactionDetail" : [ {
      "InvTransactionId" : 22770147,
      "WoOperationSequenceNumber" : 10,
      "InventoryItemNumber" : "MFG-LOT-PROD1",
      "ItemRevision" : null,
      "TransactionQuantity" : 1,
      "TransactionUOMCode" : null,
      "TransactionUnitOfMeasure" : "Each",
      "SecondaryTransactionQuantity" : null,
      "SubinventoryCode" : "ABCSUB01",
      "Locator" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "UseCommonInventoryFlag" : null,
      "CountryOfOriginCode" : null,
      "ComponentTransactionLot" : [ {
        "LotNumber" : "S00000000029007",
        "TransactionQuantity" : 1,
        "SecondaryTransactionQuantity" : null,
        "ErrorMessages" : "",
        "ErrorMessageNames" : "",
        "links" : [ {
          "rel" : "self",
          "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590/child/ComponentTransactionLot/300100551625591",
          "name" : "ComponentTransactionLot",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590/child/ComponentTransactionLot/300100551625591",
          "name" : "ComponentTransactionLot",
          "kind" : "item"
        }, {
          "rel" : "parent",
          "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590",
          "name" : "ComponentTransactionDetail",
          "kind" : "item"
        } ]
      } ],
      "links" : [ {
        "rel" : "self",
        "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590",
        "name" : "ComponentTransactionDetail",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590",
        "name" : "ComponentTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590/child/ComponentTransactionLot",
        "name" : "ComponentTransactionLot",
        "kind" : "collection"
      }, {
        "rel" : "child",
        "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail/300100551625590/child/ComponentTransactionSerial",
        "name" : "ComponentTransactionSerial",
        "kind" : "collection"
      } ]
    } ],
    "links" : [ {
      "rel" : "self",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589",
      "name" : "MaterialTransactionDetail",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589",
      "name" : "MaterialTransactionDetail",
      "kind" : "item"
    }, {
      "rel" : "parent",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588",
      "name" : "materialTransactions",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/ComponentTransactionDetail",
      "name" : "ComponentTransactionDetail",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/OrderlessTransactionDFF",
      "name" : "OrderlessTransactionDFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/TransactionLot",
      "name" : "TransactionLot",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail/300100551625589/child/TransactionSerial",
      "name" : "TransactionSerial",
      "kind" : "collection"
    } ]
  } ],
  "links" : [ {
    "rel" : "self",
    "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "child",
    "href" : "https://server/fscmRestApi/resources/version/materialTransactions/300100551625588/child/MaterialTransactionDetail",
    "name" : "MaterialTransactionDetail",
    "kind" : "collection"
  } ]
}
Back to Top