Documentation

task.checklistitem.renew

Marks a checklist element as active again.

Method Parameters

ParameterDescription
TASKID Task ID. Required parameter.
ITEMID Checklist element identifier. 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.renew',
   [13, 21],
   function(result){
      console.info(result.data());
      console.log(result);
   }
);

See also



© «Bitrix24», 2001-2024