Ascio Web Service v3
Class AvailabilityInfoResponse
Property | Description |
---|---|
AvailabilityInfoResult | |
DomainName | Example: "ascio-test-domain" |
DomainType | |
Currency | |
RenewalType | |
Prices | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
Used in examples
# Product
product = {
"ProductName" : "ProductNameTest",
"ObjectType" : "DomainType",
"OrderType" : "Register",
"Tld" : "TldTest",
"TldCountry" : "TldCountryTest",
"Period" : 1,
"Note" : "NoteTest"
}
# PriceInfo
priceInfo = {
"Product" : product,
"Price" : "PriceTest",
"ValidFrom" : "2024-11-21T17:06:16.915+01:00",
"ValidTo" : "2024-11-21T17:06:16.915+01:00"
}
# ArrayOfPrices
prices = []
# AvailabilityInfoResponse
availabilityInfoResponse_type = client.get_type('v3:AvailabilityInfoResponse')
availabilityInfoResponse = availabilityInfoResponse_type(
ResultCode = 1,
ResultMessage = "ResultMessageTest",
Errors = {"string" : [
]},
DomainName = "test-domain.com",
DomainType = "DomainTypeTest",
Currency = "CurrencyTest",
RenewalType = "RenewalTypeTest",
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.