Skip to main content
Solved

REST API Open Purchase


Forum|alt.badge.img
  • Jr Varsity III
  • 51 replies

 

i create extendedEndpoint for update Hold = false and result like in picture.

how to update hold = false with API?

Best answer by jinin

Hi @abdi 
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": {

       

    }

}

 

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

2 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • 698 replies
  • Answer
  • August 8, 2022

Hi @abdi 
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": {

       

    }

}

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 51 replies
  • August 8, 2022

Hi @jinin Thanks, you save my live


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