_setCustomerId

Assigns a customer to a task.

Parameters

id

The ID of the Task to assign the Customer to.

customer_id

The ID of the Customer to be assigned.

Example

FM_api('Task_setCustomerId', ['id' => '123', 'customer_id' => '10']);

Result

On Success

{'ok':1}

Last updated