Hi experts,
I am developing a PO approval application.
I want to know how to approve a PO.
I used method:GET with XMLHttpRequest to obtain the token.
However, I got a problem when I want to approve a PO.
I used method:PUT with XMLHttpRequest but I don't know how to pass the parameter to it.
I tried to approve a PO using restclient as show as below:
<m:properties>
<d:PoNumber>150000001</d:PoNumber>
<d:InRelCode>02</d:InRelCode>
</m:properties>
How can I pass the above parameters in XMLHttpRequest?
Thanks,
King