v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
fields

Create or edit list items

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

post/crm/v1/entities/{entity}/lists/{field}

Request body

titlestring
valuestring
colorstring
sortinteger
selectedboolean

Example request

[
  {
    "title": "Shop",
    "value": "shop",
    "color": "#6AD01F",
    "sort": 20,
    "selected": true
  }
]

Response

OK