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.RepositoriesAssembly: 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
)
<ObsoleteAttribute("Since release 2020.1. Only used by older processes.")>
Public Function AddReportToCase (
context As ODataService,
workflowKey As String,
taskId As String,
title As String,
stateValue As String,
recordTypeValue As String,
officerValue As String,
officerCulture As String,
letterDate As DateTime,
fileKeyValue As String
) As HttpResponseMessage
public:
[ObsoleteAttribute(L"Since release 2020.1. Only used by older processes.")]
HttpResponseMessage^ AddReportToCase(
ODataService^ context,
String^ workflowKey,
String^ taskId,
String^ title,
String^ stateValue,
String^ recordTypeValue,
String^ officerValue,
String^ officerCulture,
DateTime letterDate,
String^ fileKeyValue
)
[<ObsoleteAttribute("Since release 2020.1. Only used by older processes.")>]
member AddReportToCase :
context : ODataService *
workflowKey : string *
taskId : string *
title : string *
stateValue : string *
recordTypeValue : string *
officerValue : string *
officerCulture : string *
letterDate : DateTime *
fileKeyValue : string -> HttpResponseMessage
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)"]
RemarksCompatible version for version 6.1 and lower
See Also