Use to transfer a domain name to Namebay.
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) | Yes | |
contact type=’tech’ | Technical contact identifier | String (max 10) | Yes | |
contact type=’billing’ | Billing contact identifier | String (max 10) | Yes | |
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
<api> […] <command> <domain_transfer> <contact type='registrant'>…</contact> <contact type='admin'>…</contact> <contact type='tech'>…</contact> <contact type='billing'>…</contact> <name>…</name> </domain_transfer> </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> |