POST services/api/v1/Update_SingleReportMenu
Request Information
URI Parameters
None.
Body Parameters
ReportMenu_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportName | string |
None. |
|
| ReportPath | string |
None. |
|
| IsEnable | boolean |
None. |
|
| ModuleNo | integer |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| SetasDefault | boolean |
None. |
|
| IsCustomised | boolean |
None. |
|
| sort_order | integer |
None. |
|
| OfflineReportPath | string |
None. |
|
| IsOfflineReport | boolean |
None. |
|
| Text | string |
None. |
|
| ReportType | integer |
None. |
|
| BankId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportName": "sample string 2",
"ReportPath": "sample string 3",
"IsEnable": true,
"ModuleNo": 5,
"Description": "sample string 6",
"Type": "sample string 7",
"SetasDefault": true,
"IsCustomised": true,
"sort_order": 10,
"OfflineReportPath": "sample string 11",
"IsOfflineReport": true,
"Text": "sample string 13",
"ReportType": 14,
"BankId": 15
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReportMenu_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportName | string |
None. |
|
| ReportPath | string |
None. |
|
| IsEnable | boolean |
None. |
|
| ModuleNo | integer |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| SetasDefault | boolean |
None. |
|
| IsCustomised | boolean |
None. |
|
| sort_order | integer |
None. |
|
| OfflineReportPath | string |
None. |
|
| IsOfflineReport | boolean |
None. |
|
| Text | string |
None. |
|
| ReportType | integer |
None. |
|
| BankId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportName": "sample string 2",
"ReportPath": "sample string 3",
"IsEnable": true,
"ModuleNo": 5,
"Description": "sample string 6",
"Type": "sample string 7",
"SetasDefault": true,
"IsCustomised": true,
"sort_order": 10,
"OfflineReportPath": "sample string 11",
"IsOfflineReport": true,
"Text": "sample string 13",
"ReportType": 14,
"BankId": 15
}