API for reverse Operation Return?
Summary: Do we have an API for Operation Return Transactions? , we need to do return of Work Order Operation Completion.
Content (required): Below Payload is for Operation Completion and similar way we are looking for the Operation Return Payload with details.
End Point : fscmRestApi/resources/latest//operationTransactions
{
"OperationTransactionDetail": [
{
"WoOperationSequenceNumber": "10",
"SourceSystemCode": "WIE",
"TransactionLot": [
{
"LotNumber": "CCLB1009",
"TransactionQuantity": "24"
}
],
"TransactionNote": "Test",
"ToDispatchState": "COMPLETE",
"FromDispatchState": "READY",
"TransactionQuantity": "24",
"WorkOrderNumber": "CCLB1009",
"OrganizationCode": "CCLB"
}
],
"SourceSystemType": "INTERNAL",
"SourceSystemCode": "WIE"
}
Version (include the version you are using, if applicable): Oracle Fusion Cloud Applications 23A (11.13.23.01.0)
Code Snippet (add any code snippets that support your topic, if applicable):