POST tab/UpdateDetailSequence
Request Information
URI Parameters
None.
Body Parameters
Collection of iUpdateDetailSequenceName | Description | Type | Additional information |
---|---|---|---|
tabType | string |
None. |
|
detailId | globally unique identifier |
None. |
|
sequence | integer |
None. |
|
tabSts | integer |
None. |
|
userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "tabType": "sample string 1", "detailId": "f6ccf13a-4605-4c4e-9fb0-75193a509b05", "sequence": 3, "tabSts": 4, "userRole": 5 }, { "tabType": "sample string 1", "detailId": "f6ccf13a-4605-4c4e-9fb0-75193a509b05", "sequence": 3, "tabSts": 4, "userRole": 5 } ]
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": [ {}, {} ] }