How to use update/patch methode in Published REST Services and Call REST services

0
I know how to use get methode in REST call but I would like to know how we can use the Update/patch methode in Published REST Services 
asked
1 answers
0

Hi Naveen Lotti,

 

For update you can use anyone PUT and PATCH methods, with your choice of options.

 

To get a clear idea on how these methods works, go through this module,

 

REST API Methods

answered