Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

addReportToJobFunction

Scroll Prev Top Next More

Allocate a JobFunction to a report

The method addReportToJobFunction allocates the entered Job Function to the entered report in JobRouter.

In case the request is successful, it returns the boolean value true.

In case the requested Job Function or report does not exist, an error message will be returned. An error message will also be returned if the report was already allocated to this Job Function.

Method reference

Parameters

Data type

Description

jobFunction

string

Job Function

reportId

int

Report ID

Return value: bool; true, if the report was assigned successfully to the Job Function, otherwise false