
i create extendedEndpoint for update Hold = false and result like in picture.
how to update hold = false with API?
i create extendedEndpoint for update Hold = false and result like in picture.
how to update hold = false with API?
Best answer by jinin
Hi
You should use the “ReleaseFromHold” action to change the Hold status to Open/approval.
Url: Instance/entity/TEST/20.200.001/PurchaseOrder/ReleaseFromHold
Request:
{
"entity": {
"Type": {
"value": "Normal" //Drop-ship
},
"OrderNbr": {
"value": "PO001587"
}
},
"parameters": {
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.