Skip to main content
Answer

Sales Order Remove hold from Acumatica Rest API

  • July 2, 2024
  • 1 reply
  • 119 views

Forum|alt.badge.img

Hi,

I want to trigger Sales Order remove hold action via REST API.

End point : Post

https://globalrubberindustrieslimited.acumatica.com/entity/SFEndPoint/22.200.001/SalesOrder/ReleaseFromHold

{
"entity": {

"OrderNbr": {
"value": "SO000896"
}

}
}

But when request is triggered it shows an error.

But , This So is already created.

Can anyone help for this

Best answer by kpopova

You probably need to specify the order type in your request since a sales order has two key fields (order type and order number).

1 reply

kpopova
Acumatica Employee
Forum|alt.badge.img+2
  • Acumatica Employee
  • Answer
  • July 2, 2024

You probably need to specify the order type in your request since a sales order has two key fields (order type and order number).