The easiest way to update a contact will be to
- Pull the details of the contact by using the GET /api/Contacts/{id} endpoint.
- Copy/Paste the json results to the PUT /api/Contacts/{id} endpoint -- editing the values as needed
When you next use the GET endpoint on the same ID, it should return the updated contact.
Comments
0 comments
Please sign in to leave a comment.