---
title: "Creates custom field item"
method: POST
path: "/v{version}/CustomFields/items"
tags: ["CustomFields"]
---

# Creates custom field item

`POST /v{version}/CustomFields/items`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- CompaniesContractsCommandsAddCustomFieldItemCommand
  - `companyId` string, uuid
  - `customFieldId` integer
  - `name` string, nullable

## Response `200`

Success

- CompaniesContractsCommandsAddCustomFieldItemResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` CompaniesContractsCommandsCustomFieldItemResponse
    - `customFieldItemId` integer

---

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