Perform Orderless Transactions

You can use the Material Transactions REST API to perform orderless completion and return transactions for plain and lot serial-controlled product for discrete and process work orders.

Let's discuss these scenarios briefly.
  • Perform an orderless transaction for a plain product.

  • Perform a completion transaction for a lot and serial-controlled product.

Perform an Orderless Transaction for a Plain Product

Example URL

Use this resource URL format:

POST

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: Orderless Completion

Here's an example of the request body in JSON format:
Example request for orderless completion.
{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "MaterialTransactionDetail" : [ {
     "InventoryItemNumber" : "MFG-PL-PROD1",
     "OrganizationCode" : "M1",
     "SubinventoryCode" : "Stores",
     "TransactionDate" : "2021-11-24T04:40:00-07:00",
     "TransactionQuantity" : 1,
     "TransactionTypeCode" : "ORDERLESS_COMPLETION",
     "TransactionUnitOfMeasure" : "Each"
                                 } ]
}

Example Response: Orderless Completion

Here's an example of the response body in JSON format:
{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "ErrorsExistFlag" : "false",
  "MaterialTransactionDetail" : [ {
    "InvTransactionId" : 22787053,
    "SourceSystemCode" : null,
    "OrganizationCode" : "M1",
    "WorkOrderNumber" : "M1-1280",
    "AssemblySerialNumber" : null,
    "WoOperationSequenceNumber" : null,
    "TransactionDate" : "2021-11-24T11:40:00+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,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059",
      "name" : "MaterialTransactionDetail",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059",
      "name" : "MaterialTransactionDetail",
      "kind" : "item"
    }, {
      "rel" : "parent",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058",
      "name" : "materialTransactions",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059/child/ComponentTransactionDetail",
      "name" : "ComponentTransactionDetail",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059/child/OrderlessTransactionDFF",
      "name" : "OrderlessTransactionDFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059/child/TransactionLot",
      "name" : "TransactionLot",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail/300100549118059/child/TransactionSerial",
      "name" : "TransactionSerial",
      "kind" : "collection"
    } ]
  } ],
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "child",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100549118058/child/MaterialTransactionDetail",
    "name" : "MaterialTransactionDetail",
    "kind" : "collection"
  } ]
}

Example Request: Orderless Return

Here's an example of the request body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "MaterialTransactionDetail" : [ {
     "InventoryItemNumber" : "MFG-PL-PROD1",
     "OrganizationCode" : "M1",
     "SubinventoryCode" : "Stores",
     "TransactionDate" : "2021-11-07T10:13:00-07:00",
     "TransactionQuantity" : 1,
     "TransactionTypeCode" : "ORDERLESS_RETURN",
     "TransactionUnitOfMeasure" : "Each"
                                 } ]
}

Example Response: Orderless Return

Here's an example of the response body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "ErrorsExistFlag" : "false",
  "MaterialTransactionDetail" : [ {
    "InvTransactionId" : 22756038,
    "SourceSystemCode" : null,
    "OrganizationCode" : "M1",
    "WorkOrderNumber" : "M1-1263",
    "AssemblySerialNumber" : null,
    "WoOperationSequenceNumber" : null,
    "TransactionDate" : "2021-11-07T17:13:00+00:00",
    "TransactionTypeCode" : "ORDERLESS_RETURN",
    "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,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066",
      "name" : "MaterialTransactionDetail",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066",
      "name" : "MaterialTransactionDetail",
      "kind" : "item"
    }, {
      "rel" : "parent",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065",
      "name" : "materialTransactions",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066/child/ComponentTransactionDetail",
      "name" : "ComponentTransactionDetail",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066/child/OrderlessTransactionDFF",
      "name" : "OrderlessTransactionDFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066/child/TransactionLot",
      "name" : "TransactionLot",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail/300100548002066/child/TransactionSerial",
      "name" : "TransactionSerial",
      "kind" : "collection"
    } ]
  } ],
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "child",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548002065/child/MaterialTransactionDetail",
    "name" : "MaterialTransactionDetail",
    "kind" : "collection"
  } ]
}

Perform an Orderless Transaction for a Lot and Serial-Controlled Product

Example URL

Use this resource URL format:

POST

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: Orderless Completion for Lot and Serial-Controlled Product

Here's an example of the request body in JSON format:
{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "MaterialTransactionDetail" : [{
     "InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD1",
     "OrganizationCode" : "M1",
     "SubinventoryCode" : "Stores",
      "Locator" : "ABC1.1.1",
     "TransactionDate" : "2021-10-13T01:13:00+05:30",
     "TransactionQuantity" : 1,
     "TransactionTypeCode" : "ORDERLESS_COMPLETION",
     "TransactionUnitOfMeasure" : "Each",
                         
               "TransactionLot":
                   [{
                      "LotNumber":"LN1000",
                      "TransactionQuantity":1
                   }],
              "TransactionSerial":
                   [{
                      "LotNumber":"LN1000",
                      "SerialNumber":"SLR10527"
                    }]
        }]
}

Example Response: Orderless Completion for Lot and Serial-Controlled Product

Here's an example of the response body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "ErrorsExistFlag" : "false",
  "MaterialTransactionDetail" : [ {
    "InvTransactionId" : 22818037,
    "SourceSystemCode" : null,
    "OrganizationCode" : "M1",
    "WorkOrderNumber" : "M1-1017",
    "AssemblySerialNumber" : null,
    "WoOperationSequenceNumber" : null,
    "TransactionDate" : "2021-10-12T19:43:00+00:00",
    "TransactionTypeCode" : "ORDERLESS_COMPLETION",
    "InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD1",
    "ItemRevision" : "A",
    "TransactionQuantity" : 1,
    "TransactionUOMCode" : null,
    "TransactionUnitOfMeasure" : "Each",
    "SecondaryTransactionQuantity" : null,
    "SubinventoryCode" : "Stores",
    "Locator" : "ABC1.1.1",
    "WorkDefinitionCode" : "AG_Cshaft",
    "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,
    "TransactionLot" : [ {
      "LotNumber" : "LN1000",
      "TransactionQuantity" : 1,
      "SecondaryTransactionQuantity" : null,
      "LotExpirationDate" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "LotOriginationDate" : null,
      "LotHoldUntilDate" : null,
      "ParentLotNumber" : null,
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionLot/300100553973272",
        "name" : "TransactionLot",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionLot/300100553973272",
        "name" : "TransactionLot",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionLot/300100553973272/child/TransactionLotDFF",
        "name" : "TransactionLotDFF",
        "kind" : "collection"
      } ]
    } ],
    "TransactionSerial" : [ {
      "LotNumber" : "LN1000",
      "SerialNumber" : "SLR10527",
      "SerialNumberTo" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionSerial/300100553973273",
        "name" : "TransactionSerial",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionSerial/300100553973273",
        "name" : "TransactionSerial",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionSerial/300100553973273/child/TransactionSerialDFF",
        "name" : "TransactionSerialDFF",
        "kind" : "collection"
      } ]
    } ],
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271",
      "name" : "MaterialTransactionDetail",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271",
      "name" : "MaterialTransactionDetail",
      "kind" : "item"
    }, {
      "rel" : "parent",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270",
      "name" : "materialTransactions",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/ComponentTransactionDetail",
      "name" : "ComponentTransactionDetail",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/OrderlessTransactionDFF",
      "name" : "OrderlessTransactionDFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionLot",
      "name" : "TransactionLot",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail/300100553973271/child/TransactionSerial",
      "name" : "TransactionSerial",
      "kind" : "collection"
    } ]
  } ],
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "child",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100553973270/child/MaterialTransactionDetail",
    "name" : "MaterialTransactionDetail",
    "kind" : "collection"
  } ]
}

Example Request: Orderless Completion for Lot and Serial-Controlled Product and Component

Here's an example of the request body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "MaterialTransactionDetail" : [{
     "InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD1",
     "OrganizationCode" : "M1",
     "SubinventoryCode" : "Stores",
      "Locator" : "ABC1.1.1",
     "TransactionDate" : "2021-11-08T12:30:00+05:30",
     "TransactionQuantity" : 1,
     "TransactionTypeCode" : "ORDERLESS_COMPLETION",
     "TransactionUnitOfMeasure" : "Each",
                         
               "TransactionLot":
                   [{
                      "LotNumber":"LN1000",
                      "TransactionQuantity":1
                   }],
              "TransactionSerial":
                   [{
                      "LotNumber":"LN1000",
                      "SerialNumber":"PRE1509"
                    }],
  "ComponentTransactionDetail" :
     [{
		"InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD2",
		"TransactionQuantity" : 1,
		"TransactionUnitOfMeasure" : "Each",
		"WoOperationSequenceNumber" : 10,
		"ComponentTransactionLot":
			[{
			    "LotNumber":"LN1001",
				"TransactionQuantity":1
			}],
		"ComponentTransactionSerial":
			[{
				"LotNumber":"LN1001",
				"SerialNumber":"PRE4008"
			}]
      }]      
		}]
}

Example Response: Orderless Completion for Lot and Serial-Controlled Product and Component

Here's an example of the response body in JSON format:

{
  "SourceSystemCode" : "FUSION_MOBILE",
  "SourceSystemType" : "EXTERNAL",
  "ErrorsExistFlag" : "false",
  "MaterialTransactionDetail" : [ {
    "InvTransactionId" : 22756132,
    "SourceSystemCode" : null,
    "OrganizationCode" : "M1",
    "WorkOrderNumber" : "M1-1271",
    "AssemblySerialNumber" : null,
    "WoOperationSequenceNumber" : null,
    "TransactionDate" : "2021-11-08T07:00:00+00:00",
    "TransactionTypeCode" : "ORDERLESS_COMPLETION",
    "InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD1",
    "ItemRevision" : "A",
    "TransactionQuantity" : 1,
    "TransactionUOMCode" : null,
    "TransactionUnitOfMeasure" : "Each",
    "SecondaryTransactionQuantity" : null,
    "SubinventoryCode" : "Stores",
    "Locator" : "ABC1.1.1",
    "WorkDefinitionCode" : "AG_Cshaft",
    "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,
    "TransactionLot" : [ {
      "LotNumber" : "LN1000",
      "TransactionQuantity" : 1,
      "SecondaryTransactionQuantity" : null,
      "LotExpirationDate" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "LotOriginationDate" : null,
      "LotHoldUntilDate" : null,
      "ParentLotNumber" : null,
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionLot/300100548029696",
        "name" : "TransactionLot",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionLot/300100548029696",
        "name" : "TransactionLot",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionLot/300100548029696/child/TransactionLotDFF",
        "name" : "TransactionLotDFF",
        "kind" : "collection"
      } ]
    } ],
    "TransactionSerial" : [ {
      "LotNumber" : "LN1000",
      "SerialNumber" : "PRE1509",
      "SerialNumberTo" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionSerial/300100548029697",
        "name" : "TransactionSerial",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionSerial/300100548029697",
        "name" : "TransactionSerial",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionSerial/300100548029697/child/TransactionSerialDFF",
        "name" : "TransactionSerialDFF",
        "kind" : "collection"
      } ]
    } ],
    "ComponentTransactionDetail" : [ {
      "InvTransactionId" : 22756134,
      "WoOperationSequenceNumber" : 10,
      "InventoryItemNumber" : "MFG-SER-LOT-REV-LOC-PROD2",
      "ItemRevision" : "A",
      "TransactionQuantity" : 1,
      "TransactionUOMCode" : null,
      "TransactionUnitOfMeasure" : "Each",
      "SecondaryTransactionQuantity" : null,
      "SubinventoryCode" : "ABCSUB01",
      "Locator" : null,
      "ErrorMessages" : "",
      "ErrorMessageNames" : "",
      "UseCommonInventoryFlag" : null,
      "CountryOfOriginCode" : null,
      "ComponentTransactionLot" : [ {
        "LotNumber" : "LN1001",
        "TransactionQuantity" : 1,
        "SecondaryTransactionQuantity" : null,
        "ErrorMessages" : "",
        "ErrorMessageNames" : "",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionLot/300100548029699",
          "name" : "ComponentTransactionLot",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionLot/300100548029699",
          "name" : "ComponentTransactionLot",
          "kind" : "item"
        }, {
          "rel" : "parent",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698",
          "name" : "ComponentTransactionDetail",
          "kind" : "item"
        } ]
      } ],
      "ComponentTransactionSerial" : [ {
        "LotNumber" : "LN1001",
        "SerialNumber" : "PRE4008",
        "SerialNumberTo" : null,
        "ErrorMessages" : "",
        "ErrorMessageNames" : "",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionSerial/300100548029700",
          "name" : "ComponentTransactionSerial",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionSerial/300100548029700",
          "name" : "ComponentTransactionSerial",
          "kind" : "item"
        }, {
          "rel" : "parent",
          "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698",
          "name" : "ComponentTransactionDetail",
          "kind" : "item"
        } ]
      } ],
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698",
        "name" : "ComponentTransactionDetail",
        "kind" : "item",
        "properties" : {
          "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
        }
      }, {
        "rel" : "canonical",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698",
        "name" : "ComponentTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "parent",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695",
        "name" : "MaterialTransactionDetail",
        "kind" : "item"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionLot",
        "name" : "ComponentTransactionLot",
        "kind" : "collection"
      }, {
        "rel" : "child",
        "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail/300100548029698/child/ComponentTransactionSerial",
        "name" : "ComponentTransactionSerial",
        "kind" : "collection"
      } ]
    } ],
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695",
      "name" : "MaterialTransactionDetail",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695",
      "name" : "MaterialTransactionDetail",
      "kind" : "item"
    }, {
      "rel" : "parent",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694",
      "name" : "materialTransactions",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/ComponentTransactionDetail",
      "name" : "ComponentTransactionDetail",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/OrderlessTransactionDFF",
      "name" : "OrderlessTransactionDFF",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionLot",
      "name" : "TransactionLot",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail/300100548029695/child/TransactionSerial",
      "name" : "TransactionSerial",
      "kind" : "collection"
    } ]
  } ],
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694",
    "name" : "materialTransactions",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "child",
    "href" : "https://servername/fscmRestApi/resources/version/materialTransactions/300100548029694/child/MaterialTransactionDetail",
    "name" : "MaterialTransactionDetail",
    "kind" : "collection"
  } ]
}