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 |
package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class OrderTypeExample {
public static OrderType main() {
OrderType orderType = new OrderType();
orderType.setNotSet(.NotSet);
orderType.setContactUpdate(.ContactUpdate);
orderType.setChangeLocks(.ChangeLocks);
orderType.setDelete(.Delete);
orderType.setRegistrantDetailsUpdate(.RegistrantDetailsUpdate);
orderType.setExpire(.Expire);
orderType.setNameserverUpdate(.NameserverUpdate);
orderType.setOwnerChange(.OwnerChange);
orderType.setQueue(.Queue);
orderType.setRegister(.Register);
orderType.setRenew(.Renew);
orderType.setRestore(.Restore);
orderType.setTransfer(.Transfer);
orderType.setUnexpire(.Unexpire);
orderType.setTransferAway(.TransferAway);
orderType.setAutoRenew(.AutoRenew);
orderType.setAutoDelete(.AutoDelete);
orderType.setDetailsUpdate(.DetailsUpdate);
orderType.setImport(.Import);
orderType.setPartnerChange(.PartnerChange);
orderType.setDeQueue(.DeQueue);
orderType.setUpdateAuthInfo(.UpdateAuthInfo);
orderType.setSupport(.Support);
orderType.setWhoisDataReminder(.WhoisDataReminder);
return orderType;package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class OrderTypeExample {
public static OrderType main() {
OrderType orderType = new OrderType();
orderType.setNotSet(.NotSet);
orderType.setContactUpdate(.ContactUpdate);
orderType.setChangeLocks(.ChangeLocks);
orderType.setDelete(.Delete);
orderType.setRegistrantDetailsUpdate(.RegistrantDetailsUpdate);
orderType.setExpire(.Expire);
orderType.setNameserverUpdate(.NameserverUpdate);
orderType.setOwnerChange(.OwnerChange);
orderType.setQueue(.Queue);
orderType.setRegister(.Register);
orderType.setRenew(.Renew);
orderType.setRestore(.Restore);
orderType.setTransfer(.Transfer);
orderType.setUnexpire(.Unexpire);
orderType.setTransferAway(.TransferAway);
orderType.setAutoRenew(.AutoRenew);
orderType.setAutoDelete(.AutoDelete);
orderType.setDetailsUpdate(.DetailsUpdate);
orderType.setImport(.Import);
orderType.setPartnerChange(.PartnerChange);
orderType.setDeQueue(.DeQueue);
orderType.setUpdateAuthInfo(.UpdateAuthInfo);
orderType.setSupport(.Support);
orderType.setWhoisDataReminder(.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.