mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
URL = FunctionParameters["Bitrix24_URL"];
|
|
|
|
Result = OPI_Bitrix24.GetDealsList(URL);
|
|
|
|
URL = FunctionParameters["Bitrix24_Domain"];
|
|
Token = FunctionParameters["Bitrix24_Token"];
|
|
|
|
Filter = New Structure;
|
|
Filter.Insert("TITLE" , "Sale in RUB");
|
|
Filter.Insert("CURRENCY_ID", "RUB");
|
|
|
|
Result = OPI_Bitrix24.GetDealsList(URL, Filter, , Token);
|