1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-10 04:18:47 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteTaskTimeAccounting.txt
2024-08-19 09:33:52 +03:00

12 lines
402 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1262";
RecordID = "378";
Result = OPI_Bitrix24.DeleteTaskTimeAccounting(URL, TaskID, RecordID);
URL = "b24-ar17wx.bitrix24.by";
Token = "7a63bc66006e9f06006b12e400000001000...";
RecordID = "380";
Result = OPI_Bitrix24.DeleteTaskTimeAccounting(URL, TaskID, RecordID, Token);