API_GENERAL


Click here for a complete list of operations.

Domain_Transfer

Transfer domain

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /api/API_GENERAL.asmx HTTP/1.1
Host: www.zadomains.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Domain_Transfer"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Domain_Transfer xmlns="http://tempuri.org/">
      <zadomains_username>string</zadomains_username>
      <zadomains_password>string</zadomains_password>
      <domainname>string</domainname>
      <tld>string</tld>
      <nameserver1>string</nameserver1>
      <nameserver2>string</nameserver2>
      <nameserver3>string</nameserver3>
      <nameserver4>string</nameserver4>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <registrant_addressLine1>string</registrant_addressLine1>
      <registrant_addressLine2>string</registrant_addressLine2>
      <registrant_city>string</registrant_city>
      <registrant_province>string</registrant_province>
      <registrant_postalcode>string</registrant_postalcode>
      <registrant_countrycode>string</registrant_countrycode>
      <registrant_contactno>string</registrant_contactno>
      <registrant_faxno>string</registrant_faxno>
      <registrant_email>string</registrant_email>
      <admin_firstname>string</admin_firstname>
      <admin_lastname>string</admin_lastname>
      <admin_registrant_addressLine1>string</admin_registrant_addressLine1>
      <admin_registrant_addressLine2>string</admin_registrant_addressLine2>
      <admin_registrant_city>string</admin_registrant_city>
      <admin_registrant_province>string</admin_registrant_province>
      <admin_registrant_postalcode>string</admin_registrant_postalcode>
      <admin_registrant_countrycode>string</admin_registrant_countrycode>
      <admin_registrant_contactno>string</admin_registrant_contactno>
      <admin_registrant_faxno>string</admin_registrant_faxno>
      <admin_registrant_email>string</admin_registrant_email>
      <transfercode>string</transfercode>
    </Domain_Transfer>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Domain_TransferResponse xmlns="http://tempuri.org/">
      <Domain_TransferResult>string</Domain_TransferResult>
    </Domain_TransferResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /api/API_GENERAL.asmx HTTP/1.1
Host: www.zadomains.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Domain_Transfer xmlns="http://tempuri.org/">
      <zadomains_username>string</zadomains_username>
      <zadomains_password>string</zadomains_password>
      <domainname>string</domainname>
      <tld>string</tld>
      <nameserver1>string</nameserver1>
      <nameserver2>string</nameserver2>
      <nameserver3>string</nameserver3>
      <nameserver4>string</nameserver4>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <registrant_addressLine1>string</registrant_addressLine1>
      <registrant_addressLine2>string</registrant_addressLine2>
      <registrant_city>string</registrant_city>
      <registrant_province>string</registrant_province>
      <registrant_postalcode>string</registrant_postalcode>
      <registrant_countrycode>string</registrant_countrycode>
      <registrant_contactno>string</registrant_contactno>
      <registrant_faxno>string</registrant_faxno>
      <registrant_email>string</registrant_email>
      <admin_firstname>string</admin_firstname>
      <admin_lastname>string</admin_lastname>
      <admin_registrant_addressLine1>string</admin_registrant_addressLine1>
      <admin_registrant_addressLine2>string</admin_registrant_addressLine2>
      <admin_registrant_city>string</admin_registrant_city>
      <admin_registrant_province>string</admin_registrant_province>
      <admin_registrant_postalcode>string</admin_registrant_postalcode>
      <admin_registrant_countrycode>string</admin_registrant_countrycode>
      <admin_registrant_contactno>string</admin_registrant_contactno>
      <admin_registrant_faxno>string</admin_registrant_faxno>
      <admin_registrant_email>string</admin_registrant_email>
      <transfercode>string</transfercode>
    </Domain_Transfer>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Domain_TransferResponse xmlns="http://tempuri.org/">
      <Domain_TransferResult>string</Domain_TransferResult>
    </Domain_TransferResponse>
  </soap12:Body>
</soap12:Envelope>