Function executeFunction

  • Executes a Function.

    Parameters

    • functionName: string

      The unique name of the function.

    • requestParameters: RequestParameter[]

      An array of objects with the parameter name, type and value.

    • Optional boundEntity: EntityReference

      An optional EntityReference of the bound entity.

    Returns Promise<any>

    • A Promise with the request response.

    Throws

    • Throws an error if the request parameter is not of a supported type or has an invalid value.

Generated using TypeDoc