August 2017
Intermediate to advanced
330 pages
7h 26m
English
In this case, we are passing the JSON request body with the PUT method of ContactsController.
Here is the JSON request:
{
"id": 30,
"firstName": "Steve",
"lastName": "Jobs",
"email": "steve@abc.com",
"dateOfBirth": "1966-10-15"
}
Read now
Unlock full access