1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00
2024-08-13 16:32:32 +00:00

18 lines
622 B
Plaintext

Text = "New post text";
Title = "New post title";
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
PostID = "436";
Files = New Map;
Files.Insert("1.png", Image1);
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ztbe...";
Result = OPI_Bitrix24.UpdatePost(URL, PostID, Text, , Files, Title);
URL = "b24-ar17wx.bitrix24.by";
Token = "c03fa966006e9f06006b12e400000001000...";
PostID = "434";
Result = OPI_Bitrix24.UpdatePost(URL, PostID, Text, , Files, Title, Token);