Skip to main content
Solved

Sales Order Remove hold from Acumatica Rest API

  • July 2, 2024
  • 1 reply
  • 54 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).

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+2
  • Acumatica Employee
  • 31 replies
  • 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).


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings