Create a Job Function
The method addJobFunction creates a new Job Function in JobRouter.
To do so, a Job Functions object has to be created, initialized with the 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 a Job Function with the same username already exists, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
soJobFunction |
JobFunction object |
Return value: bool; true, if the Job Function was created successfully, otherwise false