Hello,
I am a beginner on Bonitasoft and I am looking to do a fairly simple exercise: make a POST call to a REST API by passing in the body of values that I can retrieve from my business object (item) outstanding
So I use a REST connector and I would like to put a body like:
{
"id": "item.getId ()",
"actionCode": "item.getActionCode ()}",
"status": "item.getStatus ()"
}
How to do ?
Thank you