POST v1/capps/reports/update
updates report definition in storage
Request Information
URI Parameters
None.
Body Parameters
ConfidenceApps.Interfaces.Portal.IReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionCondition |
Condition when to execute a report. |
string |
None. |
| AppId |
The unique identifier of the report. |
globally unique identifier |
None. |
| Name |
The report´s name. |
string |
None. |
| Enabled |
Gets or sets if the report is enabled. |
boolean |
None. |
| ActionType |
Defines what kind of action has to be executed. |
ConfidenceApps.Types.ReportActionTypeEnum |
None. |
| ActionFormat |
Specifies the report format. |
ConfidenceApps.Types.ResultFormat |
None. |
| ActionValue |
Specifies the postback-receiver (E-Mail addresses or URL). |
string |
None. |
| ActionValueDynamic |
Specifies from which formcontrol the receiver is read |
string |
None. |
| IsDefault |
Defines the report as default |
boolean |
None. |
| TemplateId |
The unique identifier of the report template. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "63e55db8-c4f4-46d2-95b2-125949b7b917",
"appId": "dd4b0b80-5f35-40bf-8dbb-26bc9b528726",
"name": "Sample Report",
"enabled": true,
"actionType": "SendEMail",
"actionFormat": "PDF",
"actionValue": "Sample Value",
"createdAt": "2025-10-30T09:04:38",
"modifiedAt": "2025-10-30T09:04:38",
"referenceId": "00000000-0000-0000-0000-000000000000",
"isDefault": false
}
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |