Documentation

task.checklistitem.complete

Marks a checklist element as completed.

Method Parameters

ParameterDescription
TASKID Task ID. Required parameter.
ITEMID Checklist element ID. Required parameter.

Attention! Compliance to parameter sequence in the request is mandatory. If sequence is not observed, the request will be completed with errors.

Example

BX24.callMethod(
   'task.checklistitem.complete',
   [13, 21],
   function(result){
      console.info(result.data());
      console.log(result);
   }
);

See also



© «Bitrix24», 2001-2024