1
0
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:
Vitaly the Alpaca (bot)
2025-08-18 16:58:37 +03:00
parent ad416ffacd
commit 00b71369a3
1264 changed files with 88709 additions and 86989 deletions

View File

@@ -35,16 +35,16 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
TaskID = "7336";
ElementID = "5076";
TaskID = "7552";
ElementID = "5252";
Result = OPI_Bitrix24.RenewTasksChecklistElement(URL, TaskID, ElementID);
TaskID = "7338";
ElementID = "5080";
TaskID = "7554";
ElementID = "5256";
URL = "b24-ar17wx.bitrix24.by";
Token = "4cc87668006e9f06006b12e400000001000...";
Token = "9c04a368006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.RenewTasksChecklistElement(URL, TaskID, ElementID, Token);
```