---
title: "Create new custom field in account"
method: POST
path: "/jobs-api/v3/accounts/{accountUid}/custom-fields"
tags: ["Jobs"]
---

# Create new custom field in account

`POST /jobs-api/v3/accounts/{accountUid}/custom-fields`

Creates new custom field in account.

## Path parameters

- `accountUid` string, required

## Request body

- CreateCustomField
  - `type` string — custom field type.
  - `fieldName` boolean — custom field name.
  - `enabled` boolean — is custom field enabled.
  - `required` boolean — is custom field required during job creation.
  - `searchable` boolean — can search be performed by the custom field.
  - `displayToTranslators` boolean — is displayed to translators.
  - `options` string[]
  - `defaultValue` string — default value for custom field.
  - `description` string — custom field description.

## Response `200`

OK

- CustomFields
  - `data` object
    - `fieldUid` string, uuid — custom field universal identifier.
    - `type` string — custom field type.
    - `fieldName` boolean — custom field name.
    - `enabled` boolean — is custom field enabled.
    - `required` boolean — is custom field required during job creation.
    - `searchable` boolean — can search be performed by the custom field.
    - `displayToTranslators` boolean — is displayed to translators.
    - `options` string[]
    - `defaultValue` string — default value for custom field.
    - `description` string — custom field description.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

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