# Update the customized code and name of an associated company or enable/disable the association with that company. Update the customized code and name of an associated company or enable/disable the association with that company. Endpoint: PATCH /api/v1.0/companies/{id}/relations/associatedCompanies/{associatedCompanyId} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) - `associatedCompanyId` (string, required) ## Request fields (application/json-patch+json): - `patchOperations` (array,null) - `patchOperations.op` (string) - `patchOperations.value` (object,null) - `patchOperations.path` (string) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 200 fields