Articles

API Usage

Communicating with the WHMCS API is very simple. The following PHP code will create a Project in...

Add File

This command is used to add a file a WHMCSPM2 Project or Task in your WHMCS system. You just need...

Add Project

This command is used to add a project to WHMCSPM2 Attributes name - project name description -...

Add Task

This command is used to add a task to WHMCSPM2 Attributes name - task name description - task...

Delete Project

This command is used to delete a WHMCSPM2 Project in your WHMCS system. You just need to send the...

Delete Task

This command is used to delete a WHMCSPM2 Task in your WHMCS system. You just need to send the...

Edit Project

This command is used to update the details of a WHMCSPM2 Project in your WHMCS system. You just...

Edit Task

This command is used to update the details of a WHMCSPM2 Task in your WHMCS system. You just need...

Get Categories

This comand is used to get a list of Categories from WHMCSPM2 Attributes limitstart - Optional...

Get Files

This comand is used to get a list of Files from WHMCSPM2 Attributes reltype - required, project...

Get Priorities

This comand is used to get a list of Priorities from WHMCSPM2 Attributes limitstart - Optional...

Get Projects

This comand is used to get a list of Projects from WHMCSPM2 Attributes limitstart - Optional...

Get Statuses

This comand is used to get a list of Statuses from WHMCSPM2 Attributes limitstart - Optional...

Get Tasks

This comand is used to get a list of Tasks from WHMCSPM2 Attributes taskid - option id of...