This command allows you to transfer a domain from one Namebay reseller to another.
Authentication is handled using the Web ServiceAuthentication Header, your credentials remain unchanged.
| Inputs | Description | Type | Regular expression | Mandatory |
| name | Name of the ndd to transfert | String | Yes | |
| email_registrant | The new mail of owner | String | Yes | |
| sendemail | Notify if a email is sent to the owner | String (True or False) | Yes | |
| newresellercontact | The new reseller contact | String | Yes/ | |
| namecode | This parameter is in use for a transfert IN | String | No |
Command
| <api> […] <command> <reseller_transfert> <name>…</name> <email_registrant>…</email_registrant> <sendemail>…</sendemail> <newresellercontact>…</newresellercontact> <namecode>…</namecode> </reseller_transfert> </command> </api> |
Response
| <?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> <value>…</value> </result> </response> </api> |