Перейти к основному содержанию
POST
/
v1
/
crm
/
settings
/
tables
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/settings/tables/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "fields": [
    {
      "key": "<string>",
      "active": true,
      "width": 123
    }
  ]
}
'
{
  "id": 123,
  "name": "<string>",
  "fields": [
    {
      "key": "<string>",
      "active": true,
      "width": 123
    }
  ]
}

Тело

name
string
обязательно
Maximum string length: 255
fields
object[]
обязательно

Ответ

201 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 255
fields
object[]
обязательно