Skip to main content
Answer

REST API: remove hold on an existing PurchaseReceipt

  • May 29, 2024
  • 3 replies
  • 78 views

Forum|alt.badge.img+2

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"

    }

  }

}

3 replies

Forum|alt.badge.img+2
  • Author
  • Semi-Pro I
  • Answer
  • May 29, 2024

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"

    }

  }

}


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • May 30, 2024

Thank you for sharing your solution with the community @bpgraves!


Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7

@bpgraves I think you can just send Hold=false in the body