Renew Domains
Sample XMLINPUT
<?xml version="1.0"?>
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
SOAP:Header
T:UserID - registrar userid
T:Password - registrar password
* This is the same userid and password used to login to registrar tools.
T:Source - For tracking purposes. This can be used to identify the site that sent the request.
<SOAP:Header>
<T:Tran xmlns:T="http://dotph.com">
<T:UserID>testpartner</T:UserID>
<T:Password>testpartner</T:Password>
<T:Source>SRS</T:Source>
</T:Tran>
</SOAP:Header>
<SOAP:Body>
<Job>
<details>
<![CDATA[
<Domain name="mydomain.com.ph">
PaymentInfo
PayType - CASH (postpaid), CREDIT (prepaid credits), CREDITCARD
cc="enduser" - The credit card will be charged the registrar selling price.
cc<>"enduser" - The credit card will be charged the registrar buying price.
If PayType = "CREDITCARD", supply the following information
CardType
CardNo
CardExpire
NameOnCard
CVV2 - (Optional) a three-digit security code that is printed on the back of cards
<PaymentInfo>
<PayType cc="enduser">CASH</PayType>
<CardType></CardType>
<CardNo></CardNo>
<CardExpire></CardExpire>
<NameOnCard></NameOnCard>
<CVV2></CVV2>
</PaymentInfo>
Set type attribute of JD to RenewDomain.
Specify duration (NEW EXPIRY DATE= OLD EXPIRY DATE + duration)
<JD type="RenewDomain" duration = "2"></JD></Domain>]]>
</details></Job>
</SOAP:Body>
</SOAP:Envelope>
August 19, 2003
[ Back ]