Ascio Web Service v2
Domain
The domain which is necessary for every order.
Property | Description | TLD-Kit |
---|---|---|
DomainName | Example: "ascio-test-domain" | 2a |
DomainHandle | 2d | |
RegPeriod | The lifetime of a domain for Registration, Renew and Transfer orders. The domain will expire after RegPeriod years. Example: 1 | 2b |
RenewPeriod | The RegPeriod for the next AutoRenew that is spawned by the backend. When the domain is renewed by a AutoRenew order, it will be for RenewPeriod years. Example: 1 | 2c |
Status | ||
AuthInfo | When you do GetDomain the AuthCode is in this parameter. We don't have a GetAuthCode method, please use GetDomain. Example: "X4FF!zu" | 2f |
CreDate | ||
ExpDate | ||
EncodingType | Please look at the TLD-Kit to see which characters are allowed, and which EncodingTypes are available. You can also use the REST TLD-Kit for that. A new feature is unified country-codes for EncodingTypes. | 2c |
DomainPurpose | 20a | |
Comment | 1b | |
TransferLock | If the Transerlock is locked, the domain cannot be transferred. The Values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
DeleteLock | If the DeleteLock is locked, the domain cannot be deleted. The Values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
UpdateLock | If the UpdateLock is locked, the domain cannot be updated. The values are "Lock" and "Unlock". To unlock a domain, you must send a Change_Locks order, and set "Unlock" Example: "Unlock" | 2n |
QueueType | This is for QueueOrders. You can set the Phase here. (Phase1, Phase2, Phase3) | 2l |
Registrant | The registrant is different from all other contacts. You can use a Registrant as Admin/Tech/Billing/Reseller contact. You can't you a Contact as Registrant | |
AdminContact | ||
TechContact | ||
BillingContact | ||
ResellerContact | ||
NameServers | ||
Trademark | ||
DnsSecKeys | ||
PrivacyProxy | ||
DomainType | ||
DiscloseSocialData | Example: "true" |
AscioServices services = new ServiceReference1.AscioServices();
Registrant registrant = new Registrant();
registrant.Name = "ascio-is-great.com";
registrant.OrgName = "Ascio";
registrant.Address1 = "Address1Test";
registrant.Address2 = "Address2Test";
registrant.City = "CityTest";
registrant.State = "StateTest";
registrant.PostalCode = "888349";
registrant.CountryCode = "DK";
registrant.Email = "administrator@ascio-test-domain.com"
registrant.Phone = "+45.123456789";
registrant.Fax = "+45.987654321";
registrant.RegistrantType = "C1";
registrant.VatNumber = "VatNumberTest";
registrant.NexusCategory = "NexusCategoryTest";
registrant.RegistrantNumber = "abc123445";
registrant.Details = "DetailsTest";
Contact adminContact = new Contact();
adminContact.Status = "StatusTest";
adminContact.Handle = "JD123";
adminContact.FirstName = "John";
adminContact.LastName = "Doe";
adminContact.OrgName = "Ascio";
adminContact.Address1 = "Address1Test";
adminContact.Address2 = "Address2Test";
adminContact.PostalCode = "888349";
adminContact.City = "CityTest";
adminContact.State = "StateTest";
adminContact.CountryCode = "DK";
adminContact.Email = "administrator@ascio-test-domain.com"
adminContact.Phone = "+45.123456789";
adminContact.Fax = "+45.987654321";
adminContact.Type = "owner";
adminContact.Details = "DetailsTest";
adminContact.OrganisationNumber = "OrganisationNumberTest";
Contact techContact = new Contact();
techContact.Status = "StatusTest";
techContact.Handle = "JD123";
techContact.FirstName = "John";
techContact.LastName = "Doe";
techContact.OrgName = "Ascio";
techContact.Address1 = "Address1Test";
techContact.Address2 = "Address2Test";
techContact.PostalCode = "888349";
techContact.City = "CityTest";
techContact.State = "StateTest";
techContact.CountryCode = "DK";
techContact.Email = "administrator@ascio-test-domain.com"
techContact.Phone = "+45.123456789";
techContact.Fax = "+45.987654321";
techContact.Type = "owner";
techContact.Details = "DetailsTest";
techContact.OrganisationNumber = "OrganisationNumberTest";
Contact billingContact = new Contact();
billingContact.Status = "StatusTest";
billingContact.Handle = "JD123";
billingContact.FirstName = "John";
billingContact.LastName = "Doe";
billingContact.OrgName = "Ascio";
billingContact.Address1 = "Address1Test";
billingContact.Address2 = "Address2Test";
billingContact.PostalCode = "888349";
billingContact.City = "CityTest";
billingContact.State = "StateTest";
billingContact.CountryCode = "DK";
billingContact.Email = "administrator@ascio-test-domain.com"
billingContact.Phone = "+45.123456789";
billingContact.Fax = "+45.987654321";
billingContact.Type = "owner";
billingContact.Details = "DetailsTest";
billingContact.OrganisationNumber = "OrganisationNumberTest";
Contact resellerContact = new Contact();
resellerContact.Status = "StatusTest";
resellerContact.Handle = "JD123";
resellerContact.FirstName = "John";
resellerContact.LastName = "Doe";
resellerContact.OrgName = "Ascio";
resellerContact.Address1 = "Address1Test";
resellerContact.Address2 = "Address2Test";
resellerContact.PostalCode = "888349";
resellerContact.City = "CityTest";
resellerContact.State = "StateTest";
resellerContact.CountryCode = "DK";
resellerContact.Email = "administrator@ascio-test-domain.com"
resellerContact.Phone = "+45.123456789";
resellerContact.Fax = "+45.987654321";
resellerContact.Type = "owner";
resellerContact.Details = "DetailsTest";
resellerContact.OrganisationNumber = "OrganisationNumberTest";
NameServer nameServer1 = new NameServer();
nameServer1.HostName = "ns1.ascio.net";
nameServer1.IpAddress = "64.98.148.24";
nameServer1.Status = "StatusTest";
nameServer1.IpV6Address = "xxxx:xxxx:xxx:xxx:xxxx";
nameServer1.Details = "DetailsTest";
NameServer nameServer2 = new NameServer();
nameServer2.HostName = "ns2.ascio.net";
nameServer2.IpAddress = "216.40.47.100";
nameServer2.Status = "StatusTest";
nameServer2.IpV6Address = "xxxx:xxxx:xxx:xxx:xxxx";
nameServer2.Details = "DetailsTest";
NameServer nameServer3 = new NameServer();
nameServer3.HostName = "ns3.ascio.net";
nameServer3.IpAddress = "64.98.148.25";
nameServer3.Status = "StatusTest";
nameServer3.IpV6Address = "xxxx:xxxx:xxx:xxx:xxxx";
nameServer3.Details = "DetailsTest";
NameServer nameServer4 = new NameServer();
nameServer4.HostName = "ns4.ascio.net";
nameServer4.IpAddress = "216.40.47.101";
nameServer4.Status = "StatusTest";
nameServer4.IpV6Address = "xxxx:xxxx:xxx:xxx:xxxx";
nameServer4.Details = "DetailsTest";
NameServer nameServer5 = new NameServer();
nameServer5.HostName = "HostNameTest";
nameServer5.IpAddress = "IpAddressTest";
nameServer5.Status = "StatusTest";
nameServer5.IpV6Address = "IpV6AddressTest";
nameServer5.Details = "DetailsTest";
NameServer nameServer6 = new NameServer();
nameServer6.HostName = "HostNameTest";
nameServer6.IpAddress = "IpAddressTest";
nameServer6.Status = "StatusTest";
nameServer6.IpV6Address = "IpV6AddressTest";
nameServer6.Details = "DetailsTest";
NameServer nameServer7 = new NameServer();
nameServer7.HostName = "HostNameTest";
nameServer7.IpAddress = "IpAddressTest";
nameServer7.Status = "StatusTest";
nameServer7.IpV6Address = "IpV6AddressTest";
nameServer7.Details = "DetailsTest";
NameServer nameServer8 = new NameServer();
nameServer8.HostName = "HostNameTest";
nameServer8.IpAddress = "IpAddressTest";
nameServer8.Status = "StatusTest";
nameServer8.IpV6Address = "IpV6AddressTest";
nameServer8.Details = "DetailsTest";
NameServer nameServer9 = new NameServer();
nameServer9.HostName = "HostNameTest";
nameServer9.IpAddress = "IpAddressTest";
nameServer9.Status = "StatusTest";
nameServer9.IpV6Address = "IpV6AddressTest";
nameServer9.Details = "DetailsTest";
NameServer nameServer10 = new NameServer();
nameServer10.HostName = "HostNameTest";
nameServer10.IpAddress = "IpAddressTest";
nameServer10.Status = "StatusTest";
nameServer10.IpV6Address = "IpV6AddressTest";
nameServer10.Details = "DetailsTest";
NameServer nameServer11 = new NameServer();
nameServer11.HostName = "HostNameTest";
nameServer11.IpAddress = "IpAddressTest";
nameServer11.Status = "StatusTest";
nameServer11.IpV6Address = "IpV6AddressTest";
nameServer11.Details = "DetailsTest";
NameServer nameServer12 = new NameServer();
nameServer12.HostName = "HostNameTest";
nameServer12.IpAddress = "IpAddressTest";
nameServer12.Status = "StatusTest";
nameServer12.IpV6Address = "IpV6AddressTest";
nameServer12.Details = "DetailsTest";
NameServers nameServers = new NameServers();
nameServers.NameServer1 = nameServer1;
nameServers.NameServer2 = nameServer2;
nameServers.NameServer3 = nameServer3;
nameServers.NameServer4 = nameServer4;
nameServers.NameServer5 = nameServer5;
nameServers.NameServer6 = nameServer6;
nameServers.NameServer7 = nameServer7;
nameServers.NameServer8 = nameServer8;
nameServers.NameServer9 = nameServer9;
nameServers.NameServer10 = nameServer10;
nameServers.NameServer11 = nameServer11;
nameServers.NameServer12 = nameServer12;
TradeMark trademark = new TradeMark();
trademark.Name = "ascio-is-great.com";
trademark.Country = "DK";
trademark.Date = "2023-04-28T09:00:00";
trademark.Number = "NumberTest";
trademark.Type = "owner";
trademark.Contact = "ContactTest";
trademark.ContactLanguage = "ContactLanguageTest";
trademark.DocumentationLanguage = "DocumentationLanguageTest";
trademark.SecondContact = "SecondContactTest";
trademark.ThirdContact = "ThirdContactTest";
trademark.RegDate = "RegDateTest";
DnsSecKey dnsSecKey1 = new DnsSecKey();
dnsSecKey1.Handle = "JD123";
DnsSecKey dnsSecKey2 = new DnsSecKey();
dnsSecKey2.Handle = "JD123";
DnsSecKey dnsSecKey3 = new DnsSecKey();
dnsSecKey3.Handle = "JD123";
DnsSecKey dnsSecKey4 = new DnsSecKey();
dnsSecKey4.Handle = "JD123";
DnsSecKey dnsSecKey5 = new DnsSecKey();
dnsSecKey5.Handle = "JD123";
DnsSecKeys dnsSecKeys = new DnsSecKeys();
dnsSecKeys.DnsSecKey1 = dnsSecKey1;
dnsSecKeys.DnsSecKey2 = dnsSecKey2;
dnsSecKeys.DnsSecKey3 = dnsSecKey3;
dnsSecKeys.DnsSecKey4 = dnsSecKey4;
dnsSecKeys.DnsSecKey5 = dnsSecKey5;
Extension extension = new Extension();
extension.Key = "Title";
extension.Value = "Mr.";
Extensions extensions = new Extensions(array($extension));
PrivacyProxy privacyProxy = new PrivacyProxy();
privacyProxy.Type = PrivacyProxyEnumType.None;
privacyProxy.PrivacyAdmin = false;
privacyProxy.PrivacyTech = false;
privacyProxy.PrivacyBilling = false;
privacyProxy.Extensions = extensions;
Domain domain = new Domain();
domain.DomainName = "ascio-test-domain".microtime().".com"
domain.DomainHandle = "DomainHandleTest";
domain.RegPeriod = 1;
domain.RenewPeriod = 1;
domain.Status = "StatusTest";
domain.AuthInfo = "X4FF!zu";
domain.ExpDate = "ExpDateTest";
domain.EncodingType = "EncodingTypeTest";
domain.DomainPurpose = "DomainPurposeTest";
domain.Comment = "CommentTest";
domain.TransferLock = "Unlock";
domain.DeleteLock = "Unlock";
domain.UpdateLock = "Unlock";
domain.QueueType = "QueueTypeTest";
domain.Registrant = registrant;
domain.AdminContact = adminContact;
domain.TechContact = techContact;
domain.BillingContact = billingContact;
domain.ResellerContact = resellerContact;
domain.NameServers = nameServers;
domain.Trademark = trademark;
domain.DnsSecKeys = dnsSecKeys;
domain.PrivacyProxy = privacyProxy;
domain.DomainType = "DomainTypeTest";
domain.DiscloseSocialData = "true";
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.