mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
URL = FunctionParameters["Bitrix24_URL"];
|
|
|
|
Result = OPI_Bitrix24.StartTimekeeping(URL);
|
|
|
|
Hour = 3600;
|
|
|
|
URL = FunctionParameters["Bitrix24_Domain"];
|
|
Token = FunctionParameters["Bitrix24_Token"];
|
|
UserID = 1;
|
|
Time = OPI_Tools.GetCurrentDate() - Hour;
|
|
Report = "Late";
|
|
|
|
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, );
|