Topic by Vivekananda Reddy
Content
Hi,
Getting error when I try to update the contact address using Rest API. Error message is "Bad Json Syntax found in the request”
Web service URL: https://xxxxxxx.custhelp.com/services/rest/connect/v1.3/contacts/25
Request Body :
{
"address": {
"city": "Boston",
"postalCode": "02150",
"stateOrProvince": {
"lookupName": "MA"
},
"street": "123 Beacon Street"
}
}
Thanks,
Vivek