mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
11 lines
376 B
Plaintext
11 lines
376 B
Plaintext
URL = FunctionParameters["Bitrix24_URL"];
|
|
DepartmentID = FunctionParameters["Bitrix24_DepID"];
|
|
|
|
Result = OPI_Bitrix24.GetDepartments(URL, DepartmentID);
|
|
|
|
URL = FunctionParameters["Bitrix24_Domain"];
|
|
Token = FunctionParameters["Bitrix24_Token"];
|
|
HeadID = 1;
|
|
|
|
Result = OPI_Bitrix24.GetDepartments(URL, , , , HeadID, Token);
|