You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
28
docs/en/examples/Bitrix24/MakeFileCopy.txt
vendored
28
docs/en/examples/Bitrix24/MakeFileCopy.txt
vendored
@@ -1,15 +1,13 @@
|
||||
FolderID = "5014";
|
||||
FileID = "5010";
|
||||
|
||||
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
|
||||
|
||||
Result = OPI_Bitrix24.MakeFileCopy(URL, FileID, FolderID);
|
||||
|
||||
FolderID = "5016";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "fe3fa966006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.MakeFileCopy(URL, FileID, FolderID, Token);
|
||||
|
||||
Check_BitrixObject(Result);
|
||||
FolderID = "40710";
|
||||
FileID = "40706";
|
||||
|
||||
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
|
||||
|
||||
Result = OPI_Bitrix24.MakeFileCopy(URL, FileID, FolderID);
|
||||
|
||||
FolderID = "40712";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.MakeFileCopy(URL, FileID, FolderID, Token);
|
||||
|
||||
Reference in New Issue
Block a user