POST tab/UpdateTab
Request Information
URI Parameters
None.
Body Parameters
iUpdateTabName | Description | Type | Additional information |
---|---|---|---|
tabId | globally unique identifier |
None. |
|
userId | globally unique identifier |
None. |
|
tabSeq | integer |
None. |
|
tabIcon | string |
None. |
|
tabTitle | string |
None. |
|
createdId | string |
None. |
|
detail | Collection of iUpdateTabMenuMaster |
None. |
|
userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "tabId": "f1868e56-0072-4bda-9333-29f3b0a7f511", "userId": "81dc10d5-b168-4b0b-a257-873e0c8bca3f", "tabSeq": 3, "tabIcon": "sample string 4", "tabTitle": "sample string 5", "createdId": "sample string 6", "detail": [ { "menuMasterId": "7d8b8432-9225-459d-9f4d-3a5167c3ccc2", "menuMasterType": "sample string 2", "menuMasterTitle": "sample string 3", "menuMasterSequence": "sample string 4" }, { "menuMasterId": "7d8b8432-9225-459d-9f4d-3a5167c3ccc2", "menuMasterType": "sample string 2", "menuMasterTitle": "sample string 3", "menuMasterSequence": "sample string 4" } ], "userRole": 7 }
Response Information
Resource Description
oResultName | Description | Type | Additional information |
---|---|---|---|
StatusCode | boolean |
None. |
|
Message | string |
None. |
|
lang | string |
None. |
|
RefNo | string |
None. |
|
Records | Collection of Object |
None. |
|
userMenu | Collection of Object |
None. |
|
MasterData | Collection of Object |
None. |
|
DetailData | Collection of Object |
None. |
|
InfoData | Collection of Object |
None. |
|
DownloadDashboard | Collection of Object |
None. |
|
ScanDashboard | Collection of Object |
None. |
|
SocialLinkDashboard | Collection of Object |
None. |
|
DownloadGraph | Collection of Object |
None. |
|
ScanGraph | Collection of Object |
None. |
|
SocialLinkGraph | Collection of Object |
None. |
|
SumDetailDashboard | Collection of Object |
None. |
|
Title | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": true, "Message": "sample string 2", "lang": "sample string 3", "RefNo": "sample string 4", "Records": [ {}, {} ], "userMenu": [ {}, {} ], "MasterData": [ {}, {} ], "DetailData": [ {}, {} ], "InfoData": [ {}, {} ], "DownloadDashboard": [ {}, {} ], "ScanDashboard": [ {}, {} ], "SocialLinkDashboard": [ {}, {} ], "DownloadGraph": [ {}, {} ], "ScanGraph": [ {}, {} ], "SocialLinkGraph": [ {}, {} ], "SumDetailDashboard": [ {}, {} ], "Title": [ {}, {} ] }