Change contact

StructOperationResponse domainChangeContact(string idSession, string domain, string idAdmin, string idTech, string idBilling) Replace the contacts of

Change owner of domain

StructOperationResponse domainTransferOwner(string idSession, string domain, string idOwner) Request the transfer of the ownership to another

Set whois privacy

StructOperationResponse domainSetPreference(string idSession, string domain, string codePref, string value) Enable or disable the whois privacy

Transfer domain to another Netim account

StructOperationResponse domainInternalTransfer(string idSession, string domain, string authID, string idAdmin, string idTech, string idBilling, string ns1,

Register new domain during launch period

StructOperationResponse domainCreateLP(string idSession, string domain, string idOwner, string idAdmin, string idTech, string idBilling, string ns1,

Check domain availability

StructDomainCheckResponse[] domainCheck(string idSession, string domain) Check if domain name(s) are available for registration. Parameters Responses

Get all pending operations

StructQueryOpePending[] queryOpePending(string idSession) Return the list of pending operations under processing. Parameters Responses PHP example

Get operation types for an extension

array queryOpeList(string idSession, string tld) Return the status (opened or closed) for all types of

Get operation information

StructOperationResponse queryOpe(string idSession, int numOperation) Return the information of the requested operation Learn more about

Cancel operation

void cancelOpe(string idSession, int numOperation) Cancels a pending operation. Parameters ⚠️Important information PHP example REQUIRED