Set to be renewed

				
					StructOperationResponse WebHostingUpdate(string $IDsession, string $id, string $action, array $params)

Define the “to be renewed” information on the hosting.

REQUIRED


  • idSession
    string
    (32)
    Session ID
  • id
    string
    Hosting ID.
  • action
    string
    Set to « SetRenewReminder ».
  • params
    array
    {« value »: « true »/ »false »}.

An Object of type StructOperationResponse

<?php 
$clientSOAP = new SoapClient("http://URL.wsdl");
 
try 
{
    $params = array("value" => "true");
 
    $idSession = $clientSOAP->sessionOpen("XXXX", "XXXX", "EN"); 
    $clientSOAP->WebHostingUpdate($idSession, "NW1024", "SetRenewReminder", $params)); 
}
catch(SoapFault $fault) 
{
    echo "Exception : " .$fault->getMessage(). "n"; 
}
 
if (isset($idSession)) 
{
    $clientSOAP->sessionClose($idSession); 
}
 
 

Need an API Client?
Speed up your integration by using our API client for SOAP