You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -43,7 +43,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
|
||||
Result = OPI_Bitrix24.AddTasksChecklistElement(URL, TaskID, Text, True);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
TaskID = "7590";
|
||||
|
||||
Result = OPI_Bitrix24.AddTasksChecklistElement(URL, TaskID, Text, , Token);
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
|
||||
ElementID = "5280";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID, Token);
|
||||
```
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
|
||||
ElementID = "5280";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.DeleteTasksChecklistElement(URL, TaskID, ElementID, Token);
|
||||
```
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
|
||||
ElementID = "5280";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.GetTasksChecklistElement(URL, TaskID, ElementID, Token);
|
||||
```
|
||||
|
||||
@@ -39,7 +39,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
|
||||
Result = OPI_Bitrix24.GetTasksChecklist(URL, TaskID);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
TaskID = "7590";
|
||||
|
||||
Result = OPI_Bitrix24.GetTasksChecklist(URL, TaskID, Token);
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
|
||||
ElementID = "5280";
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
|
||||
Result = OPI_Bitrix24.RenewTasksChecklistElement(URL, TaskID, ElementID, Token);
|
||||
```
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
|
||||
Result = OPI_Bitrix24.UpdateTasksChecklistElement(URL, TaskID, ElementID, Text);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "1f76b568006e9f06006b12e400000001000...";
|
||||
Token = "4f8db968006e9f06006b12e400000001000...";
|
||||
TaskID = "7590";
|
||||
ElementID = "5280";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user