Click or drag to resize

ReportRepositoryAddReportToCase(ODataService, String, String, String, String, String, String, String, DateTime, String) Method

Note: This API is now obsolete.

A Method to generate process history document using reports API (Compatibility version, only for history report, only create, no update)

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
[ObsoleteAttribute("Since release 2020.1. Only used by older processes.")]
public HttpResponseMessage AddReportToCase(
	ODataService context,
	string workflowKey,
	string taskId,
	string title,
	string stateValue,
	string recordTypeValue,
	string officerValue,
	string officerCulture,
	DateTime letterDate,
	string fileKeyValue
)

Parameters

context  ODataService
OData context
workflowKey  String
Row_id of workflow
taskId  String
Row_id of workflow
title  String
Title of the history document to be saved on a case
stateValue  String
State of history document
recordTypeValue  String
Type of history document
officerValue  String
Username of a case Officer
officerCulture  String
Culture code of a case Officer
letterDate  DateTime
Creation date of the report
fileKeyValue  String
Case file the history is saved in

Return Value

HttpResponseMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.AddReportToCase(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.DateTime,System.String)"]

Remarks
Compatible version for version 6.1 and lower
See Also