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 |
<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;
$orderType = new ascio\OrderType();
$orderType->setNotSet(ascio\::NotSet);
$orderType->setContactUpdate(ascio\::ContactUpdate);
$orderType->setChangeLocks(ascio\::ChangeLocks);
$orderType->setDelete(ascio\::Delete);
$orderType->setRegistrantDetailsUpdate(ascio\::RegistrantDetailsUpdate);
$orderType->setExpire(ascio\::Expire);
$orderType->setNameserverUpdate(ascio\::NameserverUpdate);
$orderType->setOwnerChange(ascio\::OwnerChange);
$orderType->setQueue(ascio\::Queue);
$orderType->setRegister(ascio\::Register);
$orderType->setRenew(ascio\::Renew);
$orderType->setRestore(ascio\::Restore);
$orderType->setTransfer(ascio\::Transfer);
$orderType->setUnexpire(ascio\::Unexpire);
$orderType->setTransferAway(ascio\::TransferAway);
$orderType->setAutoRenew(ascio\::AutoRenew);
$orderType->setAutoDelete(ascio\::AutoDelete);
$orderType->setDetailsUpdate(ascio\::DetailsUpdate);
$orderType->setImport(ascio\::Import);
$orderType->setPartnerChange(ascio\::PartnerChange);
$orderType->setDeQueue(ascio\::DeQueue);
$orderType->setUpdateAuthInfo(ascio\::UpdateAuthInfo);
$orderType->setSupport(ascio\::Support);
$orderType->setWhoisDataReminder(ascio\::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.