# Update a Customer Updates an existing customer. Endpoint: POST /update/C Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object, required) - `data.attribute1` (string, required) - `data.attribute2` (string, required) - `data.typedId` (string, required) - `oldValues` (object, required) - `oldValues.version` (number, required) - `oldValues.customerId` (string, required) - `oldValues.name` (string, required) - `oldValues.parentId` (any) - `oldValues.userGroupEdit` (any) - `oldValues.userGroupViewDetails` (any) - `oldValues.nodeId` (number, required) - `oldValues.createDate` (string, required) - `oldValues.createdBy` (number, required) - `oldValues.lastUpdateDate` (string, required) - `oldValues.lastUpdateBy` (number, required) - `oldValues.attribute3` (any) - `oldValues.attribute4` (any) - `oldValues.attribute5` (any) - `oldValues.attribute6` (any) - `oldValues.attribute7` (any) - `oldValues.attribute8` (any) - `oldValues.attribute9` (any) - `oldValues.attribute10` (any) - `oldValues.attribute11` (any) - `oldValues.attribute12` (any) - `oldValues.attribute13` (any) - `oldValues.attribute14` (any) - `oldValues.attribute15` (any) - `oldValues.attribute16` (any) - `oldValues.attribute17` (any) - `oldValues.attribute18` (any) - `oldValues.attribute19` (any) - `oldValues.attribute20` (any) - `oldValues.attribute21` (any) - `oldValues.attribute22` (any) - `oldValues.attribute23` (any) - `oldValues.attribute24` (any) - `oldValues.attribute25` (any) - `oldValues.attribute26` (any) - `oldValues.attribute27` (any) - `oldValues.attribute28` (any) - `oldValues.attribute29` (any) - `oldValues.attribute30` (any) - `oldValues.isParent` (boolean, required) - `operationType` (string, required) - `textMatchStyle` (string, required) ## Response 200 fields (application/json): - `response` (object)