Hi,
I’m trying to update a field within my “Supplier” doc and it doesn’t update. Here is a screenshot. I appreciate any advice.
Hi,
I’m trying to update a field within my “Supplier” doc and it doesn’t update. Here is a screenshot. I appreciate any advice.
Send a PUT request with a json (raw with type json in postman) body.
@kxt5258 Thanks for the response. Just tried and still no luck
Also, noticed that my Acess-Control-Allow-Methods only allows for GET, POST, OPTIONS and that I was using http request instead of https
So I followed Update Document Using Rest API for none-standard fields and it worked with your method. I have to find a solution for the standard method. We’re hosting it on ERPNext