Set the name for a given department
The ID of the department which will have the name set.
The name you wish to set for the department
FM_api('Department_setName', ['id' => '4', 'val' => 'plumbing'])
{"ok":1}
Last updated 3 years ago