Initialize SOA record

StructOperationResponse domainZoneInitSoa(string idSession, string domain, int ttl, string ttlUnit, int refresh, string refreshUnit, int retry,

Create domain mail forward

StructOperationResponse domainMailFwdCreate(string idSession, string mailBox, string recipients) Create an email forward. Parameters Responses PHP example

Delete dns record

StructOperationResponse domainZoneDelete(string idSession, string domain, string subdomain, string type, string value) Delete a DNS record

Delete domain web forward

StructOperationResponse domainWebFwdDelete(string idSession, string fqdn) Delete a web forward. Parameters Responses PHP example REQUIRED idSession

Create dns record

StructOperationResponse domainZoneCreate(string idSession, string domain, string subdomain, string type, string value, StructOptionsZone options) Create a

Delete domain mail forward

StructOperationResponse domainMailFwdDelete(string idSession, string mailBox) Delete an email forward. Parameters Responses ⚠️Important information PHP example

Get domain mail forwards list

StructDomainMailFwdList[] domainMailFwdList(string idSession, string domain) Return all email forwards for a domain name. Parameters Responses

Get domain web forwards list

StructDomainWebFwdList[] domainWebFwdList(string idSession, string domain) Return all web forwards of a domain name. Parameters Responses

Create domain web forward

StructOperationResponse domainWebFwdCreate(string idSession, string fqdn, string target, string type, StructOptionsFwd options) Create a web forward.