---
title: "Create or edit list items"
method: POST
path: "/crm/v1/entities/{entity}/lists/{field}"
tags: ["fields"]
---

# Create or edit list items

`POST /crm/v1/entities/{entity}/lists/{field}`

Creates or updates list values for a field. Send the full list of items to replace existing values.

## Request body

- SourceList[]
  - `title` string
  - `value` string
  - `color` string
  - `sort` integer
  - `selected` boolean

## Response `200`

OK

## Other responses

- `401` — Access token is missing or invalid
- `422` — Validation error response

---

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