You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
OperationID = "0193ede5-1756-70ba-97fc-4acbf5a5d308";
|
||||
OperationID = "0193ef10-d4d7-71a7-bab3-8a325cbebfa6";
|
||||
|
||||
Result = OPI_Ozon.GetFBODraft(ClientID, APIKey, OperationID);
|
||||
Status = "CALCULATION_STATUS_IN_PROGRESS";
|
||||
|
||||
While Status = "CALCULATION_STATUS_IN_PROGRESS" Do
|
||||
|
||||
Result = OPI_Ozon.GetFBODraft(ClientID, APIKey, OperationID);
|
||||
Status = Result["status"];
|
||||
|
||||
OPI_Tools.Pause(20);
|
||||
|
||||
EndDo;
|
||||
|
||||
12
docs/en/examples/Ozon/GetFBOShipmentsList.txt
Normal file
12
docs/en/examples/Ozon/GetFBOShipmentsList.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
ClientID = "2479669";
|
||||
APIKey = "09f65e9f-262d-4aca...";
|
||||
|
||||
AddFields = New Structure;
|
||||
AddFields.Insert("analytics_data", True);
|
||||
AddFields.Insert("financial_data", True);
|
||||
|
||||
Filter = New Structure;
|
||||
Filter.Insert("since", XMLString('20230101') + "Z");
|
||||
Filter.Insert("to" , XMLString('20240101') + "Z");
|
||||
|
||||
Result = OPI_Ozon.GetFBOShipmentsList(ClientID, APIKey, Filter, AddFields);
|
||||
1
docs/en/examples/Ozon/GetShipmentAdditionalFields.txt
Normal file
1
docs/en/examples/Ozon/GetShipmentAdditionalFields.txt
Normal file
@@ -0,0 +1 @@
|
||||
Result = OPI_Ozon.GetShipmentAdditionalFields();
|
||||
1
docs/en/examples/Ozon/GetShipmentsFilterStructure.txt
Normal file
1
docs/en/examples/Ozon/GetShipmentsFilterStructure.txt
Normal file
@@ -0,0 +1 @@
|
||||
Result = OPI_Ozon.GetShipmentsFilterStructure();
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
MessageID = "7446378491215354956";
|
||||
MessageID = "7451260271303073499";
|
||||
|
||||
Result = OPI_VKTeams.DeleteMessage(Token, ChatID, MessageID);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
MessageID = "7446378491215354956";
|
||||
MessageID = "7451260271303073499";
|
||||
Text = "New message text";
|
||||
|
||||
Result = OPI_VKTeams.EditMessageText(Token, ChatID, MessageID, Text);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "AoLI0egLWBSLR1Ngn2w";
|
||||
FromChatID = "689203963@chat.agent";
|
||||
MessageID = "7446378491215354956";
|
||||
MessageID = "7451260271303073499";
|
||||
|
||||
Result = OPI_VKTeams.ForwardMessage(Token, MessageID, FromChatID, ChatID);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "001.3501506236.091...";
|
||||
FileID = "dPHpepycp8UJIYJGDFPzZ26756d9f41bd";
|
||||
FileID = "pfT4nwFG6IEMdu9ID6NMR4676831e81bd";
|
||||
|
||||
Result = OPI_VKTeams.GetFileInformation(Token, FileID);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
MessageID = "7446378491215354956";
|
||||
MessageID = "7451260271303073499";
|
||||
|
||||
Result = OPI_VKTeams.PinMessage(Token, ChatID, MessageID);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "AoLI0egLWBSLR1Ngn2w";
|
||||
FileID = "dPHpepycp8UJIYJGDFPzZ26756d9f41bd";
|
||||
FileID = "pfT4nwFG6IEMdu9ID6NMR4676831e81bd";
|
||||
Text = "File caption";
|
||||
|
||||
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "AoLI0egLWBSLR1Ngn2w";
|
||||
FileID = "I000boNleXusaUhZLEF18I6756da071bd";
|
||||
FileID = "I000bWWOsugdzVAnMYLsUY676831fb1bd";
|
||||
|
||||
Result = OPI_VKTeams.ResendVoice(Token, ChatID, FileID);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Result = OPI_VKTeams.SendTextMessage(Token, ChatID, Text);
|
||||
|
||||
ChatID = "689203963@chat.agent";
|
||||
ReplyID = "7446378491215354956";
|
||||
ReplyID = "7451260271303073499";
|
||||
Text = "<b>Bold text</b>";
|
||||
Markup = "HTML";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
ReplyID = "7446378491215354956";
|
||||
ReplyID = "7451260271303073499";
|
||||
|
||||
File = "https://api.athenaeum.digital/test_data/song.m4a" ; // URL
|
||||
FilePath = GetTempFileName("m4a"); // Path
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
MessageID = "7446378491215354956";
|
||||
MessageID = "7451260271303073499";
|
||||
|
||||
Result = OPI_VKTeams.UnpinMessage(Token, ChatID, MessageID);
|
||||
|
||||
Reference in New Issue
Block a user