1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-05 13:25:25 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteTaskComment.txt

12 lines
398 B
Plaintext
Raw Normal View History

2024-08-19 09:33:52 +03:00
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
2024-08-18 17:47:59 +03:00
TaskID = "1258";
CommentID = "3402";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID);
URL = "b24-ar17wx.bitrix24.by";
2024-08-19 09:33:52 +03:00
Token = "7a63bc66006e9f06006b12e400000001000...";
CommentID = "3404";
Result = OPI_Bitrix24.DeleteTaskComment(URL, TaskID, CommentID, Token);