1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-20 09:27:02 +03:00
parent 0136c55ef3
commit 8c67be7a90
615 changed files with 6001 additions and 5937 deletions
@@ -31,13 +31,13 @@ import TabItem from '@theme/TabItem';
```bsl title="Пример использования для 1С:Предприятие/OneScript"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
IDЗадачи = "2526";
IDЗадачи = "2566";
Результат = OPI_Bitrix24.УдалитьЗадачу(URL, IDЗадачи);
URL = "b24-ar17wx.bitrix24.by";
Токен = "f69b1367006e9f06006b12e400000001000...";
IDЗадачи = "2528";
Токен = "67ac1467006e9f06006b12e400000001000...";
IDЗадачи = "2568";
Результат = OPI_Bitrix24.УдалитьЗадачу(URL, IDЗадачи, Токен);
```