Skip to main content

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

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


Reply