Hello,
I curently useing Zennobox API to sell my project to customers but i would like to know how to sell 2 templates at the same time to benefit 2$ sell price to the second template as on the zennolab dashboard?
I use HTTP method :
In ids=string, for now i put only one ID but what is the syntax or the way to sell 2 templates at the same time with this method?
Thank you guys.
I curently useing Zennobox API to sell my project to customers but i would like to know how to sell 2 templates at the same time to benefit 2$ sell price to the second template as on the zennolab dashboard?
I use HTTP method :
HTTP:
POST /BotStore.asmx/SaleBots HTTP/1.1
Host: userarea.zennolab.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
login=string&password=string&customerEmail=string&ids=string&isSubscription=string&subscriptionDaysCount=string&forProducts=string
Thank you guys.