getclientsproducts
Purpose
This command is used to get the details of all the products/services a client has
Attributes
Optional Attributes
- serviceid - the ID of the service to retrieve details for
- domain - the domain of the service to retrieve details for
- pid - the product ID of the services to retrieve products for
- username2 - the service username to retrieve details for
- limitstart - where to start the records. Used for pagination
- limitnum - the number of records to retrieve. Default = 999999
Example Command
$postfields = array(); $postfields["responsetype"] = "json"; $postfields["action"] = "getclientsproducts"; $result = mikrovps_SendCommand( $postfields );
Successful Response
Array