Get Domain Information

Returns domain information from the MySRS database.

If the partner requesting the info is the partner on record, the complete domain information will be returned. Only the WHOIS information will be returned otherwise.

Example: (SOAP:BODY) Request for GetDomainInfo on domain mysrs.co.nz

<GetDomainInfo>
<domain>mysrs.co.nz</domain>
</GetDomainInfo>

Example: (SOAP:BODY) Response to the GetDomainInfo request

<GetDomainInfoResponse>
<return>
<![CDATA[

<Domain name="mysrs.co.nz" tld="NZ">
<StartDate>2004-01-21</StartDate>
<ExpiryDate>2009-10-23</ExpiryDate>

Registrant Contact Info


<Registrant>
<Email>jed...</Email>
<FirstName>Jose Emmanuel</FirstName>
<LastName>Disini</LastName>
<AddressLine1>11/F. Strata 100 Bldg. Emerald Ave. Ortigas Center</AddressLine1>
<AddressLine2></AddressLine2>
<City>Pasig City</City>
<State>MM</State>
<CountryCode>PH</CountryCode>
<PostalCode></PostalCode>
<Phone>63 2 6372104</Phone>
<Fax></Fax>
<Mobile></Mobile>
</Registrant>

Admin Contact Info

<Admin>
<FirstName>Jose Emmanuel</FirstName>
<LastName>Disini</LastName>
<Email>jed@...</Email>
<AddressLine1>11th Floor, Strata 100 Bldg. Emerald Avenue, Ortigas Center</AddressLine1>
<AddressLine2>
</AddressLine2>
<City>Pasig</City>
<State>MM</State>
<CountryCode>PH</CountryCode>
<PostalCode></PostalCode>
<Phone>63 2 6372104</Phone>
<Fax>63 2 6327109</Fax>
<Mobile></Mobile>
</Admin>

Technical Contact Info

<Technical>
<FirstName>Sherwin</FirstName>
<LastName>Daganato</LastName>
<Email>win@...</Email>
<AddressLine1>11th Floor, Strata 100 Bldg. Emerald Avenue, Ortigas Center</AddressLine1>
<AddressLine2></AddressLine2>
<City>Pasig City</City>
<State>Metro Manila</State>
<CountryCode>PH</CountryCode>
<PostalCode></PostalCode>
<Phone>63 2 6372104</Phone>
<Fax></Fax>
<Mobile></Mobile>
</Technical>

Mailforwarding status


<MfStatus>disable</MfStatus>
<MfFree>1</MfFree>
<MfRenewFree>1</MfRenewFree>
<MailOnly>0</MailOnly>

A list of Name servers that the domain is delegated to (If dotph="1", the domain nameservers is the same as the MySRS default nameservers.)

<NameServers dotph="1" stealth="0">
<NS1 name="ns1.mysrs.co.nz" ip="203.119.4.22"/>
<NS2 name="ns2.mysrs.co.nz" ip="203.167.64.50"/>
<NS3 name="ns3.mysrs.co.nz" ip="69.90.35.32"/>
</NameServers>

DNS Entries
key- unique identifier assigned to each dns entry
Valid types (a, mx, cname, ns)

#DNS

<DNSEntries>
<DNS domain="test.mysrs.co.nz" type="a" data="203.119.4.23" key="1167" source="db"/>
<DNS domain="mx1.mysrs.co.nz" type="a" data="203.119.4.22" key="234" source="db"/>
<DNS domain="i-register.mysrs.co.nz" type="a" data="203.119.4.7" key="230" source="db"/>
<DNS domain="www4.mysrs.co.nz" type="a" data="203.119.4.7" key="226" source="db"/>
<DNS domain="console.mysrs.co.nz" type="a" data="203.119.4.7" key="225" source="db"/>
</DNSEntries>

Webforwarding


<WebForwarding>
<ForwardUrl></ForwardUrl>
<Title></Title>
<Keywords></Keywords>
<Description></Description>
</WebForwarding>

Mailforwarding. The Key element contains the unique identifier assigned to each mailforwarding entry

<MailForwarding>

<MailForwarding>
<Name>inquiry</Name>
<ToEmail>inquiry@...</ToEmail>
<Key>232</Key>
<StartDate>2004-04-06</StartDate>
<EndDate>2009-10-23</EndDate>
</MailForwarding>

<MailForwarding>
<Name>helpdesk</Name>
<ToEmail>helpdesk@...</ToEmail>
<Key>236</Key>
<StartDate>2004-04-06</StartDate>
<EndDate>2009-10-23</EndDate>
</MailForwarding>

</MailForwarding>

</Domain>]]>
</return>
</GetDomainInfoResponse>


July 24, 2004


[ Back ]