Update a connection

Update an existing connection resource.

{ "connection": { "externalid": "johndoe@example.com", "name": "Acme, Inc." } }
{ "connection": { "service": "fooCommerce", "externalid": "johndoe@example.com", "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" } }
Path Params
string
required

The id of the connection to update

Body Params
object
Responses

Language
Credentials
URL
Choose an example:
application/json