Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!