1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/UpdateCustomTaskField.txt

16 lines
509 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
2025-07-06 01:01:25 +03:00
2025-10-21 11:36:43 +03:00
FieldID = "255";
2025-07-06 01:01:25 +03:00
Title = "New title";
Result = OPI_Bitrix24.UpdateCustomTaskField(URL, FieldID, , Title);
2025-10-21 11:36:43 +03:00
URL = "b24-ar17wx.bitrix24.by";
2025-10-29 21:59:54 +03:00
Token = "1dbf0069006e9f06006b12e400000001000...";
2025-07-06 01:01:25 +03:00
2025-10-21 11:36:43 +03:00
FieldID = "257";
2025-07-06 01:01:25 +03:00
ExternalID = "NEW_TEXT_FIELD";
Signature = New Structure("en,ru", "Updated field", "Izmenennoe pole");
Result = OPI_Bitrix24.UpdateCustomTaskField(URL, FieldID, ExternalID, , Signature, Token);