_setName
Parameters
id
name
Example
FM_api('JobType_setName', ['id' => '5', 'name' => 'new name'])Result
On Success
{'ok':1}Last updated
Sets the Name of the Job type.
The ID of the Job Type.
The name to be set for the Job Type.
FM_api('JobType_setName', ['id' => '5', 'name' => 'new name']){'ok':1}Last updated