1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-28 05:46:35 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteResultFromComment.txt

11 lines
438 B
Plaintext
Raw Normal View History

2024-09-17 15:57:44 +03:00
 URL = FunctionParameters["Bitrix24_URL"];
CommentID = FunctionParameters["Bitrix24_HookCommentID"];
Result = OPI_Bitrix24.DeleteResultFromComment(URL, CommentID);
2024-09-17 15:57:44 +03:00
URL = FunctionParameters["Bitrix24_Domain"];
Token = FunctionParameters["Bitrix24_Token"];
CommentID = FunctionParameters["Bitrix24_CommentID"];
Result = OPI_Bitrix24.DeleteResultFromComment(URL, CommentID, Token);