1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00

13 lines
402 B
Plaintext
Raw Normal View History

 StorageID = 3;
Name = "New catalog";
Filename2 = "New folder 2";
2024-08-14 09:06:31 +03:00
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateStorageFolder(URL, StorageID, Filename2);
URL = "b24-ar17wx.bitrix24.by";
2024-08-14 09:06:31 +03:00
Token = "fe3fa966006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CreateStorageFolder(URL, StorageID, Name, Token);