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

Scanjour Workflow4 Reference Manual

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: 23.1.0.0 (23.1.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
Type: ODataService
OData context
workflowKey
Type: SystemString
Row_id of workflow
taskId
Type: SystemString
Row_id of workflow
title
Type: SystemString
Title of the history document to be saved on a case
stateValue
Type: SystemString
State of history document
recordTypeValue
Type: SystemString
Type of history document
officerValue
Type: SystemString
Username of a case Officer
officerCulture
Type: SystemString
Culture code of a case Officer
letterDate
Type: SystemDateTime
Creation date of the report
fileKeyValue
Type: SystemString
Case file the history is saved in

Return Value

Type: 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

Reference