The value of the attribute OrganizationCode isn't valid while doing material issue to workorder
Summary:
The value of the attribute OrganizationCode isn't valid while doing material issue to workorder using fscmRestApi/resources/11.13.18.05/materialTransactions, same user is able to complete transaction using Oracle UI
Content (please ensure you mask any confidential information):
Paylod details:
{
"SourceSystemCode" : "FUSION_MOBILE",
"SourceSystemType" : "EXTERNAL",
"MaterialTransactionDetail" : [ {
"InventoryItemNumber" : "RM-ITEM-1234",
"OrganizationCode" : "ORG-1234",
"SubinventoryCode" : "STORES",
"Locator" : "A.1.1.1",
"TransactionQuantity" : 1,
"TransactionTypeCode" : "MATERIAL_ISSUE",
"TransactionUnitOfMeasure" : "EA",
"WoOperationSequenceNumber" : 30,
"WorkOrderNumber" : "WO-123456"
,"TransactionLot":[
{"LotNumber":"LOT-1234","TransactionQuantity":"1"}
]
} ]
}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):