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-10-19 10:12:36 +03:00
parent 45bebf2f8e
commit 14752c0d1e
2068 changed files with 21204 additions and 12084 deletions

View File

@@ -34,16 +34,16 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
TaskID = "8410";
ElementID = "5914";
TaskID = "8420";
ElementID = "5922";
Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID);
TaskID = "8412";
ElementID = "5918";
TaskID = "8422";
ElementID = "5926";
URL = "b24-ar17wx.bitrix24.by";
Token = "a2a9f368006e9f06006b12e400000001000...";
Token = "3b1af468006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID, Token);
```