Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

addJobFunction

Scroll Prev Top Next More

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

ServiceObject_JobFunction

JobFunction object

Return value: bool; true, if the Job Function was created successfully, otherwise false