Ascio Web Service v3
Enumeration OrderType
| Property | Description |
|---|---|
| NotSet | |
| ContactUpdate | |
| ChangeLocks | |
| Delete | |
| RegistrantDetailsUpdate | |
| Expire | Example: 604800 |
| NameserverUpdate | |
| OwnerChange | |
| Queue | |
| Register | |
| Renew | |
| Restore | |
| Transfer | |
| Unexpire | |
| TransferAway | |
| AutoRenew | |
| AutoDelete | |
| DetailsUpdate | |
| Import | |
| PartnerChange | |
| DeQueue | |
| UpdateAuthInfo | |
| Support | |
| WhoisDataReminder |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
OrderType orderType = new OrderType();
orderType.NotSet = .NotSet;
orderType.ContactUpdate = .ContactUpdate;
orderType.ChangeLocks = .ChangeLocks;
orderType.Delete = .Delete;
orderType.RegistrantDetailsUpdate = .RegistrantDetailsUpdate;
orderType.Expire = .Expire;
orderType.NameserverUpdate = .NameserverUpdate;
orderType.OwnerChange = .OwnerChange;
orderType.Queue = .Queue;
orderType.Register = .Register;
orderType.Renew = .Renew;
orderType.Restore = .Restore;
orderType.Transfer = .Transfer;
orderType.Unexpire = .Unexpire;
orderType.TransferAway = .TransferAway;
orderType.AutoRenew = .AutoRenew;
orderType.AutoDelete = .AutoDelete;
orderType.DetailsUpdate = .DetailsUpdate;
orderType.Import = .Import;
orderType.PartnerChange = .PartnerChange;
orderType.DeQueue = .DeQueue;
orderType.UpdateAuthInfo = .UpdateAuthInfo;
orderType.Support = .Support;
orderType.WhoisDataReminder = .WhoisDataReminder;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.