How do I REMOVE HOLD on a Purchase Receipt with the REST API (just like the ReleaseFromHold Action in SOAP)? I’m trying perform this same action as this button on the PO302000 screen…

How do I REMOVE HOLD on a Purchase Receipt with the REST API (just like the ReleaseFromHold Action in SOAP)? I’m trying perform this same action as this button on the PO302000 screen…

Best answer by bpgraves
I found it:

Here’s the URL I used:
https://sandbox.com/AcumaticaERP/entity/Default/22.200.001/PurchaseReceipt/ReleaseFromHold
{
"entity": {
"Type": {
"value": "Receipt"
},
"ReceiptNbr": {
"value": "PR00153497"
}
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.