Update data for a single customer. The contactId must be passed in to the endpoint as a path parameter.
{
"fields": {
"name": "John Deo",
"email": "John@acquire.io",
"phone": "9460731950",
"city": "San Francisco",
"state": "California",
"countryId": "517",
"ip": "103.61.112.45"
},
"dateCreated": "string",
"dateUpdated": "string",
"clientType": "web",
"clientName": "Chrome",
"clientVersion": "81.0",
"clientOsName": "Windows",
"clientOsVersion": "10",
"clientDeviceType": null,
"clientDeviceVendor": null,
"clientDeviceModel": null,
"clientDetails": {}
}