_setDepartment

Sets the Description of the Job type.

Parameters

id

The ID of the Job Type.

department

The department to be set for the Job Type.

Example

FM_api(
    'JobType_setDepartment',[
        'id' => '122037',
        'department' => '337119'
    ]
);

Result

On Success

On Failure

Occurs if the Job Type doesn't exist

Last updated