Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

updateJobFunction

Scroll Prev Top Next More

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

ServiceObject_JobFunction

JobFunction object

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