Set note
StructOperationResponse domainSetPreference(string idSession, string domain, string codePref, string value)
Set a note / information on a domain name.
REQUIRED
-
idSession
string
(32)
Session ID.
-
domain
string
(255)
Domain name.
-
codePref
string
Set to: “note”.
-
value
string
(256)
free text / information to be stored.
An Object of type StructOperationResponse
<?php $clientSOAP = new SoapClient("http://URL.wsdl"); try { $idSession = $clientSOAP->sessionOpen("XXXX", "XXXX", "EN"); $clientSOAP->domainSetPreference($idSession, "netim.com", "note", "to be renewed"); } 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