Would apreciate if someone can help with below solution.
I need to put customer registration details to the third party database via api requests using Get variables.
I have the folowing information.
https://www.thirdparty.com/API/Request.ashx?command=createcustomer&username=&password=&customer=_&customerpassword=
Variable Value Description
command createcustomer
username X..140 the username of the reseller
password X..100 the password of the reseller
customer X..140 the username of the customer
customerpassword X..100 the password of the customer
Thank you.