1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-08 21:13:14 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/DeleteTaskComment.txt
T
Vitaly the Alpaca (bot) a63df4eacb Main build (Jenkins)
2024-11-03 11:09:51 +03:00

12 lines
398 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
TaskID = "3060";
CommentID = "7422";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6fa52667006e9f06006b12e400000001000...";
CommentID = "7424";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID, Token);