Hi,
I created a quote but I need to update it. How can I do it?
Hi,
I created a quote but I need to update it. How can I do it?
Hi,
Yes you can use the PUT request as below:
curl -i -X PATCH \
'https://api.emporix.io/quote/saasdev2/quotes/{quoteId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
Body of the request depends on what you would like to update specifically. See: API Reference