Ascio Web Service v3

PHP 5 GetFuturePrices

Search for prices. It can be searched by:

  • TLDs
  • CountryCodes
  • Periods
  • Product Options
  • ObjectTypes (Domain, SslCertificate, Mark, Defensive, NameWatch)

Please limit the results with Paginate or other filter options. The list of Prices will contain detailed history of all prices.

GetFuturePricesResponse GetFuturePrices(SecurityHeaderDetails $securityHeader,GetFuturePricesRequest $request)

Response codes

ResultCodeMessageValue
200OK
401Authorization failed
404Object not found
405Access denied
501Syntax error in parameters or arguments

GetFuturePrices Request

Property
request

GetFuturePricesResponse

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

Used in Classes

PHP 5 example

<?php
$wsdl = "https://aws.demo.ascio.com/v3/aws.wsdl";
//$wsdl = "https://aws.ascio.com/v3/aws.wsdl";
$client = new SoapClient($wsdl,array( "trace" => 1, "soap_version" => SOAP_1_1));
$credentials = array("Account"=> "myaccount", "Password" => "mypassword");
$header = new \SoapHeader("http://www.ascio.com/2013/02","SecurityHeaderDetails", $credentials, false);
$client->__setSoapHeaders($header);
//PagingInfo

$pageInfo =  [
	"PageIndex" => 1,
	"PageSize" => 1
];
//GetPricesRequest

$request =  [
	"Date" => "2023-04-28T09:00:00",
	"ObjectTypes" => [
		"DomainType", 
		"DefensiveType", 
		"MarkType", 
		"NameWatchType", 
		"SslCertificateType", 
		"LocalPresence", 
		"PrivacyProxy", 
		"MarkExtendedService", 
		"SanSsl"
	],
	"OrderTypes" => [
		"NotSet", 
		"ContactUpdate", 
		"ChangeLocks", 
		"Delete", 
		"RegistrantDetailsUpdate", 
		"Expire", 
		"NameserverUpdate", 
		"OwnerChange", 
		"Queue", 
		"Register", 
		"Renew", 
		"Restore", 
		"Transfer", 
		"Unexpire", 
		"TransferAway", 
		"AutoRenew", 
		"AutoDelete", 
		"DetailsUpdate", 
		"Import", 
		"PartnerChange", 
		"DeQueue", 
		"UpdateAuthInfo", 
		"Support", 
		"WhoisDataReminder"
	],
	"Tlds" => [
		"com", 
		"net", 
		"org", 
		"info", 
		"biz", 
		"guru"
	],
	"TldCountryCode" => "de",
	"Periods" => [1, 2, 3],
	"ProductOptions" => [
	],
	"DefaultPeriodsOnly" => true,
	"PageInfo" => $pageInfo,
	"TldsInPortfolioOnly" => "TldsInPortfolioOnlyTest"
];
//GetFuturePrices

$getFuturePrices =  [
	"request" => $request
];
try{	
    $result = $client->getFuturePrices($getFuturePrices);
    echo "ResultCode : ".$result->GetFuturePricesResult->ResultCode."\r\n";
    echo "ResultMessage : ".$result->GetFuturePricesResult->ResultMessage."\r\n";
    if(is_array($result->GetFuturePricesResult->Errors->string)) {
        echo "Errors:\r\n";
        foreach($result->GetFuturePricesResult->Errors->string as $key => $value) {
            echo " - " . $value."\r\n";
        }
    }
} catch(Exception $e) {
	echo $e->getMessage(); 
}

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.