Ascio Web Service v3
Python CreateOrder - OwnerChange
Replaces the registrant with a new handle. There are 2 ways to submit the new Registrant:
- Submit a Handle-ID. The handle linked to the domain will be replaced
- Submit new data. A new handle will be created. The handle linked to the domain will be replaced
With the OwnerChange, it is possible to change Registrant and Admistrative Contact in one request.
The rules for the owner-change depend on the registry. Please look at the TLD-Kit for details.
An OwnerChange is needed when materialized data is changed
- Name
- Company
- Company Numer
- E-Mail (IRTP)
If no materialized data is changed, a Registrant Details Update can be used instead. This is easier than an Owner change.

CreateOrderResponse CreateOrder(SecurityHeaderDetails securityHeader,CreateOrderRequest request)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | Order validated | |
200 | Order received | |
400 | Order not validated | Messages |
401 | Authorization failed | |
405 | Access denied |
CreateOrder Request
Property | Type |
---|---|
request |
CreateOrderResponse
Property | Description |
---|---|
CreateOrderResult | |
OrderInfo | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
Property | Value |
OrderType | OwnerChange |
---|---|
request | DomainOrderRequest |
Python example
Caught error err:FORG0006: Invalid argument type. effectiveBooleanValue: first item of '( "Key" : "Title", ...' is not a node, and sequence length > 1. Data: .
<inputs>
<api>v3</api>
<type name="CreateOrder"/>
<input type="enum" var="OrderType" value="OwnerChange"/>
<input var="request" value="DomainOrderRequest"/>
</inputs>
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.