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)
2024-12-24 20:21:21 +03:00
parent a064d57dde
commit fd551e7cf4
1426 changed files with 8576 additions and 8577 deletions

View File

@@ -33,16 +33,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/ps5...";
TaskID = "3982";
ElementID = "2680";
TaskID = "4314";
ElementID = "2936";
Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID);
TaskID = "3984";
ElementID = "2684";
TaskID = "4316";
ElementID = "2940";
URL = "b24-ar17wx.bitrix24.by";
Token = "a8e65667006e9f06006b12e400000001000...";
Token = "70f46a67006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID, Token);
```