_setUser
Parameters
appointment_ids
user_id
Example
FM_api('Jobs_setUser', ['appointment_ids' =>[ '77', '41', '42'], 'user_id' => '82878']);Result
On Success
"[82878,"0"]"Last updated
Set the User for a group of Jobs.
List the Job IDs which will have the user set.
The ID of the user to be set.
FM_api('Jobs_setUser', ['appointment_ids' =>[ '77', '41', '42'], 'user_id' => '82878']);"[82878,"0"]"Last updated