v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
pipeline

Move entity to stage

Moves a CRM entity item to a different kanban stage. Optionally set a reason for closing stages (SUCCESS/FAIL). Example: POST /crm/v1/entities/deals/15/move/stage/22

post/crm/v1/entities/{entity}/{entity_id}/move/stage/{stageId}

Request body

kanban_status'IN_WORK' | 'SUCCESS' | 'FAIL'

Status when moving to system stages

kanban_reason_idinteger

Reason ID when moving to SUCCESS or FAIL stage

Response

OK