DELETE Application/DeleteReport
Request Information
URI Parameters
None.
Body Parameters
Report| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportTypeID | ReportType |
Required |
|
| ReportCategoryID | globally unique identifier |
Required |
|
| ReportContextID | integer |
Required |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| ReportFileName | string |
None. |
|
| Code | string |
None. |
|
| IgnoreParameterSysAdmin | boolean |
Required |
|
| IsMobile | boolean |
Required |
|
| ReportDataSourceID | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| ReportFileContent | string |
None. |
|
| ReportPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "54f37c52-c862-456e-91e8-89a52bf15f62",
"reportTypeID": 1,
"reportCategoryID": "6225805f-71f7-43c8-b9cc-14152f4364b7",
"reportContextID": 3,
"name": "sample string 4",
"description": "sample string 5",
"reportFileName": "sample string 6",
"code": "sample string 7",
"ignoreParameterSysAdmin": true,
"isMobile": true,
"reportDataSourceID": "009ca5fc-0069-4490-adbd-08b33e449def",
"isActive": true,
"reportFileContent": "sample string 11",
"reportPath": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.