---
title: "Update customer response to custom fields"
method: PUT
path: "/{companyDomain}/customfieldResponses/{customFieldResponseId}"
---

# Update customer response to custom fields

`PUT /{companyDomain}/customfieldResponses/{customFieldResponseId}`

## Path parameters

- `companyDomain` string, required
- `customFieldResponseId` integer, required

## Request body

- object
  - `value` string, required — Input the response that you would like to update to

## Response `200`

200

- object[]
  - `customFieldResponseId` integer
  - `customField` object
    - `customFieldId` integer
    - `type` integer
    - `label` string
    - `description` string
    - `options` string
    - `compulsory` boolean
  - `value` string

---

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