Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

removeReportFromJobFunction

Scroll Prev Top Next More

Delete a report allocation of a Job Function

The method removeReportFromJobFunction deletes the allocation between the entered report and Job Function.

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 is not 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 allocation between the report and the JobFunction was deleted successfully, otherwise false