1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-10 23:57:41 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteTaskComment.txt

12 lines
399 B
Plaintext
Raw Normal View History

2024-08-14 09:06:31 +03:00
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1082";
CommentID = "2932";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID);
URL = "b24-ar17wx.bitrix24.by";
2024-08-14 09:06:31 +03:00
Token = "fe3fa966006e9f06006b12e400000001000...";
CommentID = "2936";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID, Token);