1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-04 22:14:37 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-16 19:38:57 +03:00
parent ec7f9f7837
commit 4de7fa4268
745 changed files with 6598 additions and 5868 deletions

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21702"; FolderID = "21702";
Name = "New subfolder"; Name = "New subfolder";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21700"; FolderID = "21700";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702"; FolderID = "21702";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.getfields](https://dev.1c-bitrix.ru/re
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702"; FolderID = "21702";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702"; FolderID = "21702";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
DestinationID = "21704"; DestinationID = "21704";
FolderID = "21706"; FolderID = "21706";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702"; FolderID = "21702";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
DestinationID = "21700"; DestinationID = "21700";
FolderID = "21706"; FolderID = "21706";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "New catalog"; Name = "New catalog";
Filename2 = "New folder 2"; Filename2 = "New folder 2";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702"; FolderID = "21702";

View File

@ -31,6 +31,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -32,6 +32,7 @@ Available colors: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK, L
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -32,6 +32,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.add](https://dev.1c-bitrix.ru/learning/cou
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; Image = "https://api.athenaeum.digital/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image); OPI_TypeConversion.GetBinaryData(Image);

View File

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.users.list](https://dev.1c-bitrix.ru/lea
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -31,6 +31,7 @@ Method at API documentation: [im.dialog.messages.get](https://dev.1c-bitrix.ru/l
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat4"; ChatID = "chat4";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.get](https://dev.1c-bitrix.ru/learning/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -28,6 +28,7 @@ Method at API documentation: [im.user.status.get](https://dev.1c-bitrix.ru/learn
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.user.list.get ](https://dev.1c-bitrix.ru/learni
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ArrayOfUsers = New Array; ArrayOfUsers = New Array;

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -28,6 +28,7 @@ Method at API documentation: [im.dialog.read.all](https://dev.1c-bitrix.ru/learn
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.writing](https://dev.1c-bitrix.ru/learni
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.user.status.set](https://dev.1c-bitrix.ru/learn
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
Status = "dnd"; Status = "dnd";

View File

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986"; TaskID = "3986";

View File

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498"; CommentID = "9498";

View File

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498"; CommentID = "9498";

View File

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986"; TaskID = "3986";

View File

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986"; TaskID = "3986";

View File

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498"; CommentID = "9498";

View File

@ -29,6 +29,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986"; TaskID = "3986";

View File

@ -31,6 +31,7 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986"; TaskID = "3986";

View File

@ -33,6 +33,7 @@ Method at API documentation: [task.item.userfield.add](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FieldID = "255"; FieldID = "255";

View File

@ -29,6 +29,7 @@ Method at API documentation: [task.item.userfield.get](https://dev.1c-bitrix.ru/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FieldID = "255"; FieldID = "255";

View File

@ -28,6 +28,7 @@ Method at API documentation: [task.item.userfield.getlist](https://dev.1c-bitrix
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -32,6 +32,7 @@ Method at API documentation: [task.item.userfield.update](https://dev.1c-bitrix.
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.add](https://dev.1c-bitrix.ru/rest_help/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure; FieldsStructure = New Structure;
FieldsStructure.Insert("TITLE" , "Planned sale"); FieldsStructure.Insert("TITLE" , "Planned sale");

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DealID = "1984"; DealID = "1984";

View File

@ -28,6 +28,7 @@ Method at API documentation: [crm.deal.fields](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DealID = "1984"; DealID = "1984";

View File

@ -30,6 +30,7 @@ Method at API documentation: [crm.deal.list](https://dev.1c-bitrix.ru/rest_help/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -30,6 +30,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure; FieldsStructure = New Structure;
FieldsStructure.Insert("TITLE" , "Sale in RUB"); FieldsStructure.Insert("TITLE" , "Sale in RUB");

View File

@ -31,6 +31,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DepartmentID = "1214"; DepartmentID = "1214";

View File

@ -32,6 +32,7 @@ Method at API documentation: [department.get](https://dev.1c-bitrix.ru/rest_help
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DepartmentID = "1214"; DepartmentID = "1214";

View File

@ -32,6 +32,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -30,6 +30,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Text = "Comment for post"; Text = "Comment for post";
PostID = "1560"; PostID = "1560";

View File

@ -30,6 +30,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Visibility = "UA"; Visibility = "UA";
PostID = "1560"; PostID = "1560";

View File

@ -33,6 +33,7 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Text = "Text of post"; Text = "Text of post";
Title = "Post title"; Title = "Post title";

View File

@ -29,6 +29,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
PostID = "1558"; PostID = "1558";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
PostID = "1558"; PostID = "1558";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -30,6 +30,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
PostID = "1560"; PostID = "1560";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -33,6 +33,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Text = "New post text"; Text = "New post text";
Title = "New post title"; Title = "New post title";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21694"; FileID = "21694";

View File

@ -31,6 +31,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696"; FileID = "21696";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696"; FileID = "21696";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21700"; FolderID = "21700";
FileID = "21696"; FileID = "21696";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696"; FileID = "21696";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21704"; FolderID = "21704";
FileID = "21696"; FileID = "21696";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "New file name.jpg"; Name = "New file name.jpg";
Filename2 = "New file name 2.jpg"; Filename2 = "New file name 2.jpg";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696"; FileID = "21696";

View File

@ -33,6 +33,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Filename2 = "Picture2.jpg"; Filename2 = "Picture2.jpg";
Name = "Picture1.jpg"; Name = "Picture1.jpg";

View File

@ -34,6 +34,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Filename2 = "Picture2.jpg"; Filename2 = "Picture2.jpg";
Name = "Picture1.jpg"; Name = "Picture1.jpg";

View File

@ -33,6 +33,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "New stage"; Name = "New stage";
Color = "0026FF"; Color = "0026FF";

View File

@ -30,6 +30,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
StageID = "1458"; StageID = "1458";

View File

@ -30,6 +30,7 @@ Method at API documentation: [task.stages.get](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -32,6 +32,7 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
TaskID = "3988"; TaskID = "3988";
StageID = "1458"; StageID = "1458";

View File

@ -33,6 +33,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "New stage name"; Name = "New stage name";
Color = "000000"; Color = "000000";

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.add](https://dev.1c-bitrix.ru/rest_help/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
EmailsArray = New Array; EmailsArray = New Array;
EmailsArray.Add(New Structure("VALUE,VALUE_TYPE", "yo@example.com", "HOME")); EmailsArray.Add(New Structure("VALUE,VALUE_TYPE", "yo@example.com", "HOME"));

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
LeadID = "1000"; LeadID = "1000";

View File

@ -28,6 +28,7 @@ Method at API documentation: [crm.lead.fields](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
LeadID = "1000"; LeadID = "1000";

View File

@ -30,6 +30,7 @@ Method at API documentation: [crm.lead.list](https://dev.1c-bitrix.ru/rest_help/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -30,6 +30,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure; FieldsStructure = New Structure;
FieldsStructure.Insert("ADDRESS" , "Lermontov st., b. 20"); FieldsStructure.Insert("ADDRESS" , "Lermontov st., b. 20");

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850"; MessageID = "28850";

View File

@ -31,6 +31,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850"; MessageID = "28850";

View File

@ -28,6 +28,7 @@ Blocks at API documentation: [Link](https://dev.1c-bitrix.ru/learning/course/?CO
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "Image"; Name = "Image";
URL = "https://api.athenaeum.digital/test_data/document.docx"; URL = "https://api.athenaeum.digital/test_data/document.docx";

View File

@ -28,6 +28,7 @@ Blocks at API documentation: [Link](https://dev.1c-bitrix.ru/learning/course/?CO
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
Name = "Image"; Name = "Image";
URL = "https://api.athenaeum.digital/test_data/picture.jpg"; URL = "https://api.athenaeum.digital/test_data/picture.jpg";

View File

@ -30,6 +30,7 @@ Method at API documentation: [im.dialog.read](https://dev.1c-bitrix.ru/learning/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -30,6 +30,7 @@ Method at API documentation: [im.dialog.unread](https://dev.1c-bitrix.ru/learnin
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -31,6 +31,7 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598"; ChatID = "1598";

View File

@ -31,6 +31,7 @@ Method at API documentation: [im.message.add](https://dev.1c-bitrix.ru/learning/
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598"; ChatID = "chat" + "1598";

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850"; MessageID = "28850";

View File

@ -32,6 +32,7 @@ Method at API documentation: [im.notify.personal.add](https://dev.1c-bitrix.ru/l
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
UserID = 1; UserID = 1;

View File

@ -32,6 +32,7 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
UserID = 1; UserID = 1;

View File

@ -29,6 +29,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
NotificationID = "28858"; NotificationID = "28858";

View File

@ -28,6 +28,7 @@ Method at API documentation: [server_time](https://dev.1c-bitrix.ru/rest_help/ge
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

View File

@ -30,6 +30,7 @@ Method at API documentation: [disk.storage.addfolder](https://dev.1c-bitrix.ru/r
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
StorageID = 3; StorageID = 3;
Name = "New catalog"; Name = "New catalog";

View File

@ -28,6 +28,7 @@ Method at API documentation: [disk.storage.getforapp](https://dev.1c-bitrix.ru/r
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "b24-ar17wx.bitrix24.by"; URL = "b24-ar17wx.bitrix24.by";
Token = "fe3fa966006e9f06006b12e400000001000..."; Token = "fe3fa966006e9f06006b12e400000001000...";

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.storage.getchildren](https://dev.1c-bitrix.ru
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
StorageID = 3; StorageID = 3;

View File

@ -29,6 +29,7 @@ Method at API documentation: [disk.storage.get](https://dev.1c-bitrix.ru/rest_he
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
StorageID = 3; StorageID = 3;

View File

@ -28,6 +28,7 @@ Method at API documentation: [disk.storage.getlist](https://dev.1c-bitrix.ru/res
<br/> <br/>
```bsl title="1C:Enterprise/OneScript code example" ```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5..."; URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
Result = OPI_Bitrix24.GetStoragesList(URL); Result = OPI_Bitrix24.GetStoragesList(URL);

Some files were not shown because too many files have changed in this diff Show More