Unifier (MOSC)

MOSC Banner

How to add General comments while Updating the Business Process through API

in Unifier (MOSC) 1 commentAnswered

Dear All,

I have a requirement to move a workflow from one step to the next via API. While performing this action, I need to add the approver’s comment to the General Comments section of Unifier.

I have tried using the payload below, but it is not working. Could you please let me know if you have successfully achieved this scenario and, if so, share the correct payload structure?

Sample Payload

{
"options": {
"project_number": "10001",
"bpname": "Test",
"workflow_details": {
"WFCurrentStepName": "Review",
"WFActionName": "Approve"
},
},
"data": [
{
"record_no": "A-00001",
"_comments": "Approved by API"
}
]
}

Thanks

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center