1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-12 04:34:10 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/AttachFileToTopic.txt
2024-08-14 09:06:31 +03:00

12 lines
375 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
FileID = "5006";
Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID);
URL = "b24-ar17wx.bitrix24.by";
Token = "fe3fa966006e9f06006b12e400000001000...";
TaskID = "1080";
Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID, Token);