1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-07 07:10:01 +02:00
Vitaly the Alpaca (bot) dff29073bf Main build (Jenkins)
2025-02-09 00:12:43 +03:00

19 lines
664 B
Plaintext
Vendored

FieldsStructure = New Structure;
FieldsStructure.Insert("TITLE" , "Sale in RUB");
FieldsStructure.Insert("CURRENCY_ID" , "RUB");
FieldsStructure.Insert("OPPORTUNITY" , 50000);
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
DealID = "2710";
Result = OPI_Bitrix24.UpdateDeal(URL, DealID, FieldsStructure);
FieldsStructure.Insert("TITLE" , "Future deal in RUB");
FieldsStructure.Insert("BEGINDATE", "2025-01-01");
URL = "b24-ar17wx.bitrix24.by";
Token = "67c7a767006e9f06006b12e400000001000...";
DealID = "2712";
Result = OPI_Bitrix24.UpdateDeal(URL, DealID, FieldsStructure, Token);