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": "e462a08d-59c0-46a7-a57e-0881daf183c5",
"ReportTypeID": 1,
"ReportCategoryID": "c01dc367-6b55-4a5d-93c8-5d00f5146878",
"ReportContextID": 3,
"Name": "sample string 4",
"Description": "sample string 5",
"ReportFileName": "sample string 6",
"Code": "sample string 7",
"IgnoreParameterSysAdmin": true,
"IsMobile": true,
"ReportDataSourceID": "d6ecd83d-efd8-4bc4-81a3-53bf77ef5339",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.