v1
latestOpenAPI 3.1.02026-07-241630614.2 KBAdding list elements
This method allows adding multiple list elements
post/api/v4/catalogs/{list_id}/elements
Path parameters
list_idinteger required
List ID
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/catalogs/1209/elements"
}
},
"_embedded": {
"elements": [
{
"id": 986757,
"name": "New list element",
"created_by": 3944275,
"updated_by": 3944275,
"created_at": 1589294541,
"updated_at": 1589294541,
"custom_fields_values": [
{
"field_id": 14687,
"field_name": "Price",
"field_code": "PRICE",
"field_type": "numeric",
"values": [
{
"value": "1000"
}
]
}
],
"catalog_id": 1209,
"account_id": 123123,
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/catalogs/1209/elements/986757"
}
}
}
]
}
}