Ascio Web Service v3

Class GetFuturePricesResponse

PropertyDescription
GetFuturePricesResult
TotalCountExample: 1
Currency
Prices
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

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";

FuturePriceInfo futurePriceInfo =  new FuturePriceInfo();
futurePriceInfo.Product = product;
futurePriceInfo.Price = "PriceTest";
futurePriceInfo.ValidFrom = new \DateTime();
futurePriceInfo.ValidFromSpecified = true;
futurePriceInfo.ValidTo = new \DateTime();
futurePriceInfo.ValidToSpecified = true;
futurePriceInfo.CurrentPrice = "CurrentPriceTest";

ArrayOfFuturePrices prices =  new ArrayOfFuturePrices(array($futurePriceInfo));

GetFuturePricesResponse getFuturePricesResponse =  new GetFuturePricesResponse();
getFuturePricesResponse.ResultCode = 1;
getFuturePricesResponse.ResultCodeSpecified = true;
getFuturePricesResponse.ResultMessage = "ResultMessageTest";
getFuturePricesResponse.ResultMessageSpecified = true;
getFuturePricesResponse.Errors = array(
	);
getFuturePricesResponse.TotalCount = 1;
getFuturePricesResponse.TotalCountSpecified = true;
getFuturePricesResponse.Currency = "CurrencyTest";
getFuturePricesResponse.CurrencySpecified = true;
getFuturePricesResponse.Prices = prices;
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.