mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
|
|
TaskID = "2450";
|
|
CommentID = "6054";
|
|
|
|
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID);
|
|
|
|
URL = "b24-ar17wx.bitrix24.by";
|
|
Token = "21750a67006e9f06006b12e400000001000...";
|
|
CommentID = "6056";
|
|
|
|
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID, Token);
|