1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/MakeFolderCopy.txt
T
Vitaly the Alpaca (bot) 6473088320 Main build (Jenkins)
2024-11-05 13:10:27 +03:00

17 lines
496 B
Plaintext

DestinationID = "16522";
FolderID = "16524";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
Result = OPI_Bitrix24.MakeFolderCopy(URL, FolderID, DestinationID);
DestinationID = "16524";
FolderID = "16522";
URL = "b24-ar17wx.bitrix24.by";
Token = "82d42767006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.MakeFolderCopy(URL, FolderID, DestinationID, Token);
OPI_TestDataRetrieval.Check_BitrixObject(Result);