Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

Getting error when I try to update the contact address using Rest API (1 Comment)

$
0
0

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

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles