---
title: "Update contact field setting"
method: PUT
path: "/ContactCustomFieldSetting/{contactCustomFieldSettingId}"
tags: ["ContactField"]
---

# Update contact field setting

`PUT /ContactCustomFieldSetting/{contactCustomFieldSettingId}`

Update an existing contact field  setting

## Path parameters

- `contactCustomFieldSettingId` integer, required

## Request body

- ModelContactCustomFieldSettingUpdate — contact fields model
  - `name` string — name of the contact fields
  - `description` string — The description of the contact field
  - `objectName` string — Internal object name which is 'ContactCustomFieldSetting'.

## Response `200`

Successful operation

- ModelContactCustomFieldSettingResponse — contact fields model
  - `id` string — Id of the contact field
  - `objectName` string — Internal object name which is 'ContactCustomFieldSetting'.
  - `create` string, date-time — Date of contact field creation
  - `update` string, date-time — Date of contact field updated
  - `sevClient` object — Client to which invoice belongs. Will be filled automatically
    - `id` string, required — Unique identifier of the client
    - `objectName` string, required — Model name, which is 'SevClient'
  - `name` string — name of the contact fields
  - `identifier` string — Unique identifier for the contact field
  - `description` string — The description of the contact field

## Other responses

- `401` — Authentication required
- `500` — Server Error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/revisions/a32cec0fecea/schema)
