Ascio Web Service v3
Class GetPriceHistoryResponse
Property | Description |
---|---|
GetPriceHistoryResult | |
Currency | |
Prices | |
ResultCode | Example: 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";
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 prices = new ArrayOfPrices(array($priceInfo));
GetPriceHistoryResponse getPriceHistoryResponse = new GetPriceHistoryResponse();
getPriceHistoryResponse.ResultCode = 1;
getPriceHistoryResponse.ResultCodeSpecified = true;
getPriceHistoryResponse.ResultMessage = "ResultMessageTest";
getPriceHistoryResponse.ResultMessageSpecified = true;
getPriceHistoryResponse.Errors = array(
);
getPriceHistoryResponse.Currency = "CurrencyTest";
getPriceHistoryResponse.CurrencySpecified = true;
getPriceHistoryResponse.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.
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.