Discussions
API to Approve Proposal
2 days ago by Riva Luo
Hi Team,
I'm aware of that we have solution for "Creating Proposal against WO" and "Update Proposal Amount", just wondering if there's detail on how to approve an proposal through Approval Template?
We have tried the following methods in updating Proposal Status - and received 200 responses for all 3, however, it is not updated correctly through Corrigo Enterprise system.
- PUT "{"Properties":["Id","Status"],"Entity":{"Id":39392,"Status":"rejected"}}"
- PUT "{"Properties":["Id","Status"],"Entity":{"Id":39392,"Status":"Rejected"}}"
- PUT "{"Properties":["Id","Status"],"Entity":{"Id":39392,"Status":4}}"
{
"code": 0,
"statusCode": 200,
"headers": {
"content-type": [
"application/json"
],
"date": [
"Fri, 13 Mar 2026 03:07:35 GMT"
],
"referrer-policy": [
"origin-when-cross-origin"
],
...
"x-backside-transport": [
"OK OK,OK OK"
],
...
},
"data": {
"EntitySpecifier": {
"ConcurrencyId": 3,
"EntityType": "Proposal",
"Id": 39392
}
}
}
