Get information of a transfer request.
| Inputs | Description | Type | Regular expression | Mandatory |
| name | Domain name | String | [A-Za-z0-9-\.]{5,68} | Yes |
| Outputs | Description | Possible values |
| reqDate | Transfer request date | |
| modDate | Last domain update date | |
| Handle | Domain name handle | |
| State | Domain name transfer state | |
| Registrant | Owner contact identifier | |
| Admin | Admin contact identifier | |
| Billing | Billing contact identifier | |
| adminMail | Admin contact email | |
| ns | Nameservers | |
| authCode | AuthCode |
Command
| <api> […] <command> <domain_transfer_query> <name>…</name> </domain_transfer_query> </command> </api> |
Response
| <?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <domain_trfData> <reqDate>…</reqDate> <modDate>…</modDate> <handle>…</handle> <state>…</state> <registrant>…</registrant> <admin>…</admin> <tech>…</tech> <billing>…</billing> <adminMail>…</adminMail> <authCode>…</authCode> <ns>…</ns> </domain_trfData> </resData> </api> |