domain_trade

Allows you to :
• change of registrant and registrar if the domain is not in Namebay (fill in the domain name and 4 contacts)
• change if the registrant is in Namebay (fill in the domain name registrant and the new contact)

Inputs Description Type Regular expression Mandatory
contact type=’registrant’ Owner contact identifier String (max 10) Yes
contact type=’admin’ Admin contact identifier String (max 10) No
contact type=’tech’ Technical contact identifier String (max 10) No
contact type=’billing’ Billing contact identifier String (max 10) No
name Domain name String [A-Za-z0-9-\.]{5,68} Yes
authinfo Authorization information String Yes, only for : com, net, org, tv, fr, info, biz, us, aero, name, bz,us, ch, cn, fi, li, travel, mobi, in, pl, me, pro, kr, tel
number Siren Int Yes, if the registrant is a French society (VAT Number)
TrusteeService Use to set a use of local presence Boolean No

 

Outputs Description Possible values
name Domain name

 

Command : Change of registrant and registrar (not in Namebay domains)

<api>
[…]
<command>
<domain_trade>
<contact type='registrant'>…</contact>
<contact type='admin'>…</contact>
<contact type='tech'>…</contact>
<contact type='billing'>…</contact>
<name>…</name>
</domain_trade>
</command>
</api>

Command : Change of registrant (Domain in Namebay)

<api>
[…]
<command>
<domain_trade>
<contact type='registrant'>…</contact>
<name>…</name>
</domain_trade>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
</result>
</response>
<resData>
<domain_trfData>
<name>…</name>
</domain_trfData>
</resData>
</api>