put https://{youraccountname}.api-us1.com/api/3/connections/
Update an existing connection resource.
{
"connection": {
"externalid": "[email protected]",
"name": "Acme, Inc."
}
}
{
"connection": {
"service": "fooCommerce",
"externalid": "[email protected]",
"name": "Acme, Inc.",
"isInternal": "0",
"status": "1",
"syncStatus": "0",
"logoUrl": "http://foocorp.net/i/path3523.png",
"linkUrl": "http://example.com/",
"cdate": "2017-02-02T14:56:05-06:00",
"udate": "2017-02-03T15:54:51-06:00",
"links": {
"customers": "/api/3/connections/2/customers"
},
"id": "2"
}
}