
i create extendedEndpoint for update Hold = false and result like in picture.
how to update hold = false with API?
Best answer by jinin
View original
i create extendedEndpoint for update Hold = false and result like in picture.
how to update hold = false with API?
Best answer by jinin
View originalHi
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": {
}
}
Hi
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.