Hi
I added the RejectApproval action to my endpoint extension (24r2).Mapped : Reject@ApprovalThe rejection is successful if I allow rejection without a reason.However, I would like to be able to push the reason.How can I do this ?METHOD POSTENDPOINT /24.200.001/Bill/RejectApprovalBODY
{
"entity": {
"Type": { "value": "INV" },
"ReferenceNbr": { "value": "REF0095" } ,
"Reason": { "value": "Test Reason" }
}
}