Chapter 3. Domain

Table of Contents

Create
Update
Transfer-In
Transfer-OUT
Delete
TRADE
HOLD
LOCK
UNLOCK
CHANGE-OWNER

Create

Domain Create - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	CREATE
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)
owner-c: 	a valid (registered) contact handle
admin-c: 	a valid (registered) contact handle
tech-c: 	a valid (registered) contact handle
zone-c: 	a valid (registered) contact handle
ns_name_1: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_1: 	a valid IP address
ns_name_2: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_2: 	a valid IP address
ns_name_3: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_3: 	a valid IP address - optional
ns_name_4: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_4: 	a valid IP address - optional
ns_name_5: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_5: 	a valid IP address - optional
ip:             a valid IP address - optional
period: 	[1-9] - optional - default 1

If you choose to use Nic-Direct nameservers then:

ip: ip address for your domain

ns_ip_1: 193.254.185.254 | 193.254.187.110

ns_ip_2: 193.254.187.110 | 193.254.185.254

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^(com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.gg|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|org\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.1. Domain Create - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    CREATE        
tracking-id:  xx-000995
tld:          com
sld:          example
owner-c:      JDWA0023
admin-c:      JDWA0023
tech-c:       JDWA0023
zone-c:       JDWA0023
ns_name_1:    ns1.nameserver.com
ns_ip_1:      193.221.13.1
ns_name_2:    ns2.nameserver.com
ns_ip_2:      193.221.14.1
period:       3

Example 3.2. Domain Create - Sucess Response Sample

subject:    Re:   55    
 
status:       success
tracking-id:  xx-000995
object:       DOMAIN 
operation:    CREATE        
name:         example.com
 
original request:
Original Request Mail follows

Example 3.3. Domain Create - Failure Response Sample

subject:    Re:   55    
 
status:       failed
tracking ID:  xx-000995
object:       DOMAIN 
operation:    CREATE        
name:         example.com
error:        Domain example.com already exists
 
original request:
Original Request Mail follows

Update

Domain Update - Mail request template:

 subject:   USER_ID free text

object: 	DOMAIN 
operation: 	UPDATE 
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)
owner-c: 	a valid (registered) contact handle
admin-c: 	a valid (registered) contact handle
tech-c: 	a valid (registered) contact handle
zone-c: 	a valid (registered) contact handle
ns_name_1: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_1: 	a valid IP address
ns_name_2: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_2: 	a valid IP address
ns_name_3: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_3: 	a valid IP address - optional
ns_name_4: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_4: 	a valid IP address - optional
ns_name_5: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_5: 	a valid IP address - optional
period: 	[1-9] - optional - default 1

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^(com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.gg|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|org\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.4. Domain Update - Request Sample

subject:    55    
 
object:     DOMAIN 
operation:  UPDATE 
tld:        com
sld:        example
owner-c:    JDWA0023
admin-c:    JDWA0023
tech-c:     JDWA0023
zone-c:     JDWA0023
ns_name_1:  ns1.nameserver.com
ns_ip_1:    193.221.13.1
ns_name_2:  ns2.nameserver.com
ns_ip_2:    193.221.14.1
period:     3

Example 3.5. Domain Update - Sucess Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000996
object:        DOMAIN 
operation:     UPDATE 
name:          example.com
 
original request:
Original Request Mail follows

Example 3.6. Domain Update - Failure Response Sample

subject:    Re:   55    
 
Status:        failed
tracking ID :  xx-000996
object:        DOMAIN 
operation:     UPDATE 
name:          example.com
error:         ns1.nameserver.com  invalid ip address
 
original request:
Original Request Mail follows

Transfer-In

Domain Transfer-IN - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	TRANSFER-IN
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)
owner-c: 	a valid (registered) contact handle
admin-c: 	a valid (registered) contact handle
tech-c: 	a valid (registered) contact handle
zone-c: 	a valid (registered) contact handle
ns_name_1: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_1: 	a valid IP address
ns_name_2: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_2: 	a valid IP address
ns_name_3: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_3: 	a valid IP address - optional
ns_name_4: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_4: 	a valid IP address - optional
ns_name_5: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_5: 	a valid IP address - optional
ip:             a valid IP address - optional
period: 	[1-9] - optional - default 1
authinfo:	domain authinfo - optional (only for tld's that request such
		authentication ex. .info, .org)

If you choose to use Nic-Direct nameservers then:

ip: ip address for your domain

ns_ip_1: 193.254.185.254 | 193.254.187.110

ns_ip_2: 193.254.187.110 | 193.254.185.254

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^(com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.gg|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|org\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.7. Domain Transfer-IN - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    TRANSFER-IN   
tracking-id:  xx-000996
tld:          com
sld:          example
owner-c:      JDWA0024
admin-c:      JDWA0024
tech-c:       JDWA0024
zone-c:       JDWA0024
ns_name_1:    ns1.nameserver.com
ns_ip_1:      193.221.13.1
ns_name_2:    ns2.nameserver.com
ns_ip_2:      193.221.14.1
period:       3

Example 3.8. Domain Transfer-IN - Sucess Response Sample

subject:    Re:   55    
 
status:       success
tracking-id:  xx-000996
object:       DOMAIN 
operation:    TRANSFER-IN
name:         example.com
 
original request:
Original Request Mail follows

Example 3.9. Domain Transfer-IN - Failure Response Sample

subject:    Re:   55    
 
status:       failed
tracking ID:  xx-000995
object:       DOMAIN 
operation:    TRANSFER-IN   
name:         example.com
error:        Domain example.com already exists
 
original request:
Original Request Mail follows

Transfer-OUT

Domain Transfer-OUT - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	TRANSFER-OUT
approve:        /^(YES/NO)$/
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must by UTF-8  encoded)

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^(com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.gg|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|org\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.10. Domain Transfer-OUT - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    TRANSFER-OUT
tracking-id:  xx-000998
tld:          com
sld:          example
approve:      YES

Example 3.11. Domain Transfer-OUT - Sucess Response Sample

subject:    Re:   55    
 
status:       success
tracking-id:  xx-000998
object:       DOMAIN 
operation:    TRANSFER-OUT  
name:         example.com
 
original request:
Original Request Mail follows

Example 3.12. Domain Transfer-OUT - Failure Response Sample

subject:    Re:   55    
 
status:       failed
tracking ID:  xx-000998
object:       DOMAIN 
operation:    TRANSFER-OUT  
name:         example.com
error:        Domain example.com already exists
 
original request:
Original Request Mail follows

Delete

Domain Delete - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	DELETE
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^(com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.gg|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|org\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.13. Domain Delete - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    DELETE
tracking-id:  xx-000998
tld:          com
sld:          example

Example 3.14. Domain Delete - Sucess Response Sample

subject:    Re:   55    
 
status:       success
tracking-id:  xx-000998
object:       DOMAIN 
operation:    DELETE
name:         example.com
 
original request:
Original Request Mail follows

Example 3.15. Domain Delete - Failure Response Sample

subject:    Re:   55    
 
status:       failed
tracking ID:  xx-000998
object:       DOMAIN 
operation:    DELETE
name:         example.com
error:        Domain example.com already exists
 
original request:
Original Request Mail follows

TRADE

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	TRADE
tracking-id: 	Free form string .[0-9a-z-A-Z_-](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must by
                UTF-8  encoded (see regexp below))
ip:             a valid IP address - optional
owner-c:        a valid (registered) contact handle
admin-c:        a valid (registered) contact handle
zone-c:         a valid (registered) contact handle
tech-c:         a valid (registered) contact handle
period:         [1-9] - optional - default 1
authinfo:       max 32 chars (password)
ns_name_1:      a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_name_2:      a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_1:        a valid IP address
ns_ip_2:        a valid IP address
ns_name_3: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_3: 	a valid IP address - optional
ns_name_4: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_4: 	a valid IP address - optional
ns_name_5: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_5: 	a valid IP address - optional

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^eu$/

Example 3.16. Domain Trade - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    TRADE
tracking-id:  xx-000995
tld:          eu
sld:          example
ip:           193.221.13.50
owner-c:      JDWA0023
admin-c:      JDWA0023
tech-c:       JDWA0023
zone-c:       JDWA0023
period:       3
ns_name_1:    ns1.nameserver.com
ns_ip_1:      193.221.13.1
ns_name_2:    ns2.nameserver.com
ns_ip_2:      193.221.14.1
autheinfo:    green_soil

Example 3.17. Domain Trade - Sucess Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000996
object:        DOMAIN 
operation:     TRADE 
name:          example.eu
 
original request:
Original Request Mail follows

Example 3.18. Domain Trade - Failure Response Sample

subject:    Re:   55

status:        failed
tracking-id :  xx-000996
object:        DOMAIN 
operation:     TRADE 
name:          example.eu
error:         ns1.nameserver.com  invalid ip address

original request:
Original Request Mail follows

HOLD

Domain Hold - Mail request template:

 subject:   USER_ID free text

object: 	DOMAIN 
operation: 	HOLD
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)
disconnect:     YES/NO - meaning to hold or unhold domain

The tracking-id is a unique string supplied by you to ease your job management.

tld regexp:

/^de$/

Example 3.19. Domain HOLD - request sample

subject:    55    
 
object:       DOMAIN 
operation:    HOLD
tracking-id:  xx-000997
tld:          de
sld:          example
disconnect:   YES

Example 3.20. Domain HOLD - Success Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000997
object:        DOMAIN 
operation:     HOLD 
name:          example.de
 
original request:
Original Request Mail follows

Example 3.21. Domain HOLD - Failure Response Sample

subject:    Re:   55
 
status:        failed
tracking-id :  xx-000997
object:        DOMAIN 
operation:     HOLD 
name:          example.de
error:         domain belongs to other user

original request:
Original Request Mail follows

LOCK

Domain LOCK - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	LOCK
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)

The tracking-id is a unique string supplied by you to ease your job management.

Where tld:

/^(com|net)$/

Example 3.22. Domain LOCK - request sample

subject:    55    
 
object:       DOMAIN 
operation:    LOCK
tracking-id:  xx-000998
tld:          com
sld:          example

Example 3.23. Domain LOCK - Success Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000998
object:        DOMAIN 
operation:     LOCK 
name:          example.com
 
original request:
Original Request Mail follows

Example 3.24. Domain LOCK - Failure Response Sample

subject:    Re:   55
 
status:        failed
tracking-id :  xx-000998
object:        DOMAIN 
operation:     LOCK
name:          example.com
error:         domain belongs to other user
 
original request:
Original Request Mail follows

UNLOCK

Domain UNLOCK - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	UNLOCK
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must be UTF-8  encoded)

The tracking-id is a unique string supplied by you to ease your job management.

Where tld:

/^(com|net)$/

Example 3.25. Domain UNLOCK - request sample

subject:    55    
 
object:       DOMAIN 
operation:    UNLOCK
tracking-id:  xx-000998
tld:          com
sld:          example

Example 3.26. Domain UNLOCK - Success Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000998
object:        DOMAIN 
operation:     UNLOCK 
name:          example.com
 
original request:
Original Request Mail follows

Example 3.27. Domain UNLOCK - Failure Response Sample

subject:    Re:   55
 
status:        failed
tracking-id :  xx-000998
object:        DOMAIN 
operation:     UNLOCK
name:          example.com
error:         domain belongs to other user
 
original request:
Original Request Mail follows

CHANGE-OWNER

Domain CHANGE-OWNER - Mail request template:

subject:   USER_ID free text

object: 	DOMAIN 
operation: 	CHANGE-OWNER
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
tld: 	        valid tld in the system (see the regexp below )
sld: 	        valid sld for the specified tld (for IDN - chars must by
                UTF-8  encoded)
owner-c:        a valid (registered) contact handle
admin-c:        a valid (registered) contact handle
zone-c:         a valid (registered) contact handle
tech-c:         a valid (registered) contact handle
period:         [1-9] - optional - default 1
ns_name_1:      a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_name_2:      a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4}
ns_ip_1:        a valid IP address
ns_ip_2:        a valid IP address
ns_name_3: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_3: 	a valid IP address - optional
ns_name_4: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_4: 	a valid IP address - optional
ns_name_5: 	a valid (registered) nameserver [0-9a-z-.]\.[a-z]{2,4} - optional
ns_ip_5: 	a valid IP address - optional

The tracking-id is a unique string supplied by you to ease your job management.

Where tld:

/^(eu|com|net|org|info|ch|it|de|at|name|li|biz|ws|am|art\.do|bi|biz\.gg|biz\.nr|biz\.tt|bo|by|cg|com\.bo|com\.do|
com\.nr|com\.pe|com\.pr|com\.tt|co\.gg|co\.je|co\.tt|cz|ec|gg|gm|gr|gs|gt|info\.gg|info\.nr|info\.tt|je|ki|mn|ms|name\.g
g|name\.tt|net\.bo|net\.do|net\.gg|net\.je|net\.nr|net\.pr|net\.tt|nr|org\.bo|org\.do|org\.gg|org\.je|org\.nr|org\.pe|or
g\.pr|org\.tt|pro\.tt|rw|tc|ug|web\.do|nl|co\.uk|org\.uk|me\.uk|co\.at|or\.at)$/

Example 3.28. Domain CHANGE-OWNER - Request Sample

subject:    55    
 
object:       DOMAIN 
operation:    CHANGE-OWNER
tracking-id:  xx-000991
tld:          org
sld:          example
owner-c:      JDWA0023
admin-c:      JDWA0023
tech-c:       JDWA0023
zone-c:       JDWA0023
period:       3
ns_name_1:    ns1.nameserver.com
ns_ip_1:      193.221.13.1
ns_name_2:    ns2.nameserver.com
ns_ip_2:      193.221.14.1

Example 3.29. Domain CHANGE-OWNER - Success Response Sample

subject:    Re:   55
 
status:        success
tracking-id :  xx-000991
object:        DOMAIN 
operation:     CHANGE-OWNER
name:          example.org
 
original request:
Original Request Mail follows

Example 3.30. Domain CHANGE-OWNER - Failure Response Sample

subject:    Re:   55
 
status:        failed
tracking-id :  xx-000991
object:        DOMAIN 
operation:     CHANGE-OWNER
name:          example.org
error:         domain belongs to other user
 
original request:
Original Request Mail follows