Edit a Job Function
The method updateJobFunction updates the data of a Job Function in JobRouter.
To do so, a Job Functions object has to be created, initialized with the modified Job Function data and passed to the method during the request.
In case the request is successful, it returns the boolean value true.
In case the requested Job Function does not exist, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
soJobFunction |
JobFunction object |
Return value: bool; true, if the Job Function was updated successfully, otherwise false