I
I
IvanLi12021-06-23 16:22:58
RESTful API
IvanLi1, 2021-06-23 16:22:58

Bitrix24 how to create a task via rest api without including //api.bitrix24.com/api/v1/?

Doka Bitrix
How to create an event on a button, to create a task without including a library for work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IgorVader, 2021-06-23
@IvanLi1

something like this BX24 = BX.rest

BX.rest.callMethod(
   'task.item.update',
   [1, {UF_CRM_TASK: ["L_4", "C_7", "CO_5", "D_10"]}],
   function(result)
    {
       console.info(result.data());
       console.log(result);
    }
);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question