Material Issue issue using Rest api
Summary:
Hi Team
I am trying to issue out material using REST api but getting error "You must enter the LOT_NUMBER attribute."
REST API - /fscmRestApi/resources/11.13.18.05/materialTransactions
Request Payload -
{
"SourceSystemCode": "INTERNAL",
"SourceSystemType": "EXTERNAL",
"MaterialTransactionDetail": [{
"InventoryItemNumber": "XPB_OUT",
"OrganizationCode": "MAC_MFG_CHP",
"SubinventoryCode": "SLB-A-PRD",
"TransactionQuantity": 4000,
"TransactionTypeCode": "MATERIAL_ISSUE",
"WoOperationSequenceNumber": 10,
"WorkOrderNumber": "CHP1383"
}]
}
Request Response -
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):