Ascio Web Service v2
Class PriceInfo
Property | Description |
---|---|
DomainName | Example: "ascio-test-domain" |
DomainType | |
Currency | |
Prices |
AscioServices services = new ServiceReference1.AscioServices();
Price price = new Price();
price.OrderType = OrderType.NotSet;
price.Period = 1;
price.Price = "PriceTest";
ArrayOfPrices prices = new ArrayOfPrices(array($price));
PriceInfo priceInfo = new PriceInfo();
priceInfo.DomainName = "ascio-test-domain".microtime().".com"
priceInfo.DomainType = "DomainTypeTest";
priceInfo.Currency = "CurrencyTest";
priceInfo.Prices = prices;
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.