PUT Application/PutReports
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportName | 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": "1", "ID": "9a5b1ae9-acec-49a6-95b6-5146411a9e06", "ReportTypeID": 1, "ReportCategoryID": "da7af389-1a81-4bc9-a5c2-6bba1a123614", "ReportContextID": 3, "Name": "sample string 4", "Description": "sample string 5", "ReportFileName": "sample string 6", "Code": "sample string 7", "IgnoreParameterSysAdmin": true, "IsMobile": true, "ReportDataSourceID": "c214c65b-9c6d-44f6-9aab-bbd08e9c3a5e", "IsActive": true, "ReportFileContent": "sample string 11", "ReportPath": "sample string 12" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.