1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-17 12:06:34 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteTasksDependencies.txt
Vitaly the Alpaca (bot) 3d69233029 Main build (Jenkins)
2024-12-01 22:17:07 +03:00

17 lines
501 B
Plaintext

FromID = "3812";
DestinationID = "3814";
LinkType = 0;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
Result = OPI_Bitrix24.DeleteTasksDependencies(URL, FromID, DestinationID, LinkType);
FromID = "3814";
DestinationID = "3812";
LinkType = 2;
URL = "b24-ar17wx.bitrix24.by";
Token = "c7944c67006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.DeleteTasksDependencies(URL, FromID, DestinationID, LinkType, Token);