API/Service to re-open closed Purchase Order
Summary
API/Service to re-open closed Purchase OrderContent
We have requirement to update the po status(close, close for receiving, final close, open) from webservice. We got the service for closing but not able to find for reopen the po
kindly provide Service to re-open closed purchase order.
eg.
{
"name": "close",
"parameters": [
{
"closeAction": "close"
},
{
"closeReason": "Header close reason"
}
]
}
3