Ascio Web Service v3
Class ArrayOfPrices
Property |
---|
PriceInfo |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
Product product = new Product();
product.ProductName = "ProductNameTest";
product.ObjectType = ObjectType.DomainType;
product.ObjectTypeSpecified = true;
product.OrderType = OrderType.Register;
product.OrderTypeSpecified = true;
product.Tld = "TldTest";
product.TldCountry = "TldCountryTest";
product.Period = 1;
product.Note = "NoteTest";
PriceInfo priceInfo = new PriceInfo();
priceInfo.Product = product;
priceInfo.Price = "PriceTest";
priceInfo.ValidFrom = new \DateTime();
priceInfo.ValidFromSpecified = true;
priceInfo.ValidTo = new \DateTime();
priceInfo.ValidToSpecified = true;
ArrayOfPrices arrayOfPrices = new ArrayOfPrices(array($priceInfo));
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.