Hi!
Im trying to connect Magento 2.2.6 CE with API which my ERP provider has given me. The trouble is i just cant figure it out how to put/connect it all together. They gave me short manual, but i dont know how to actually connect it with magento.
They gave me username na password, and connection url:
192.168.1.1:188/datasnap/rest/ServerMethods/%22ExecuteMobileDll%22
Do i put this link,username and password in Magento backend under integrations?
Also another instruction in manual is that all the info to base is in this link:
"NODECRYPT=1\nUSER=TEST\nPASS=PASS\nVAT=12345678".
NODECRYPT=1
Also i got another call example how i export products into magento , using this code:
{"_parameters":["Api.dll",0,2,"NODECRYPT=1\nUSER=Test\nPASS=Pass
\nVAT=12345678\n","{\"ListField\":\"SKU,NAME\",\"NameTable\":
\"XX_GROUP\"}",""]}.
Call function has to be in UTF-8 format, ContentType is application/JSON
Basically i dont know what to put where . If someone can point me in the right directions.
Thank you!