1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/CreateTasksDependencies.txt
Vitaly the Alpaca (bot) b85ff9df4e Main build (Jenkins)
2024-10-16 19:48:23 +03:00

17 lines
517 B
Plaintext

FromID = "2510";
DestinationID = "2512";
LinkType = 0;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.CreateTasksDependencies(URL, FromID, DestinationID, LinkType);
FromID = "2512";
DestinationID = "2510";
LinkType = 2;
URL = "b24-ar17wx.bitrix24.by";
Token = "58fa0f67006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CreateTasksDependencies(URL, FromID, DestinationID, LinkType, Token);