Ascio Web Service v3
SOAP GetPrices
Please limit the results with Paginate or other filter-options. The list of Prices will contain detailed history of all prices.
GetPricesResponse GetPrices(SecurityHeaderDetails securityHeader,GetPricesRequest request)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | OK | |
401 | Authorization failed | |
404 | Object not found | |
405 | Access denied | |
501 | Syntax error in parameters or arguments |
GetPrices Request
Property |
---|
request |
GetPricesResponse
Property | Description |
---|---|
GetPricesResult | |
TotalCount | Example: 1 |
Currency | |
Prices | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
SOAP example
<soapenv:Envelope xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:service="http://www.ascio.com/2013/02/AscioService" xmlns:v3="http://www.ascio.com/2013/02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<v3:SecurityHeaderDetails>
<v3:Account>${#Project#Account}</v3:Account>
<v3:Password>${#Project#Password}</v3:Password>
</v3:SecurityHeaderDetails>
<v3:ImpersonationHeaderDetails>
<v3:TransactionAccount>${#Project#TransactionAccount}</v3:TransactionAccount>
</v3:ImpersonationHeaderDetails>
</soapenv:Header>
<soapenv:Body>
<service:GetPrices>
<service:request>
<v3:Date>2023-04-28T09:00:00</v3:Date>
<v3:ObjectTypes>
<v3:ObjectType>DomainType</v3:ObjectType>
<v3:ObjectType>DefensiveType</v3:ObjectType>
<v3:ObjectType>MarkType</v3:ObjectType>
<v3:ObjectType>NameWatchType</v3:ObjectType>
<v3:ObjectType>SslCertificateType</v3:ObjectType>
<v3:ObjectType>LocalPresence</v3:ObjectType>
<v3:ObjectType>PrivacyProxy</v3:ObjectType>
<v3:ObjectType>MarkExtendedService</v3:ObjectType>
<v3:ObjectType>SanSsl</v3:ObjectType>
</v3:ObjectTypes>
<v3:OrderTypes>
<v3:OrderType>NotSet</v3:OrderType>
<v3:OrderType>ContactUpdate</v3:OrderType>
<v3:OrderType>ChangeLocks</v3:OrderType>
<v3:OrderType>Delete</v3:OrderType>
<v3:OrderType>RegistrantDetailsUpdate</v3:OrderType>
<v3:OrderType>Expire</v3:OrderType>
<v3:OrderType>NameserverUpdate</v3:OrderType>
<v3:OrderType>OwnerChange</v3:OrderType>
<v3:OrderType>Queue</v3:OrderType>
<v3:OrderType>Register</v3:OrderType>
<v3:OrderType>Renew</v3:OrderType>
<v3:OrderType>Restore</v3:OrderType>
<v3:OrderType>Transfer</v3:OrderType>
<v3:OrderType>Unexpire</v3:OrderType>
<v3:OrderType>TransferAway</v3:OrderType>
<v3:OrderType>AutoRenew</v3:OrderType>
<v3:OrderType>AutoDelete</v3:OrderType>
<v3:OrderType>DetailsUpdate</v3:OrderType>
<v3:OrderType>Import</v3:OrderType>
<v3:OrderType>PartnerChange</v3:OrderType>
<v3:OrderType>DeQueue</v3:OrderType>
<v3:OrderType>UpdateAuthInfo</v3:OrderType>
<v3:OrderType>Support</v3:OrderType>
<v3:OrderType>WhoisDataReminder</v3:OrderType>
</v3:OrderTypes>
<v3:Tlds>
<arr:string>com</arr:string>
<arr:string>net</arr:string>
<arr:string>org</arr:string>
<arr:string>info</arr:string>
<arr:string>biz</arr:string>
<arr:string>guru</arr:string>
</v3:Tlds>
<v3:TldCountryCode>de</v3:TldCountryCode>
<v3:Periods>
<arr:int>1</arr:int>
<arr:int>2</arr:int>
<arr:int>3</arr:int>
</v3:Periods>
<v3:ProductOptions/>
<v3:DefaultPeriodsOnly>true</v3:DefaultPeriodsOnly>
<v3:PageInfo>
<v3:PageIndex>1</v3:PageIndex>
<v3:PageSize>1</v3:PageSize>
</v3:PageInfo>
<v3:TldsInPortfolioOnly>TldsInPortfolioOnlyTest</v3:TldsInPortfolioOnly>
</service:request>
</service:GetPrices>
</soapenv:Body>
</soapenv:Envelope>
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.