_setCustomerId
Parameters
id
customer_id
Example
FM_api('Task_setCustomerId', ['id' => '123', 'customer_id' => '10']);Result
On Success
{'ok':1}Last updated
Assigns a customer to a task.
The ID of the Task to assign the Customer to.
The ID of the Customer to be assigned.
FM_api('Task_setCustomerId', ['id' => '123', 'customer_id' => '10']);{'ok':1}Last updated