domainupdatelockingstatus
Purpose
This command is used to update the lock state of a domain
Attributes
- domainid - Domain ID OR
- domain - The domain name
Optional Attributes
- lockstatus - set to 1 to lock the domain, 0 to unlock domain
Example Command
$postfields = array(); $postfields["responsetype"] = "json"; $postfields["action"] = "domaingetlockingstatus"; $postfields["domainid"] = "1"; $postfields["lockstatus"] = "1"; $result = mikrovps_SendCommand( $postfields );
Successful Response
result = success lockstatus = xxxxxx
locked, unlocked or Unknown
Error Response
result = error message = Domain ID Not Found
Domain ID not found in the database