Sample Rest APIs | PUT Method
Update an Employee
Method : PUT
URL : https://samplewebservices1.herokuapp.com/employees?name=Robin&city=London&id=4
Input sample : { "name" : "Robin", "city" : "London" }
JSON Input :
Sample test APIs on :
Update an Employee
Method : PUT
URL : https://samplewebservices1.herokuapp.com/employees?name=Robin&city=London&id=4
Input sample : { "name" : "Robin", "city" : "London" }
JSON Input :
Sample test APIs on :
No comments:
Post a Comment
If you have any doubt, please let me know