POST tab/GetTabMaster
Request Information
URI Parameters
None.
Body Parameters
iGetTabMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| tabId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
|
| userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"tabId": "5dbf5bf9-0f0c-4b67-b206-9d71e53101b9",
"userId": "8df53efd-c000-49d0-b0c5-9a460a4a3dee",
"userRole": 3
}
Response Information
Resource Description
oGetTabMasterResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetTabMaster |
None. |
|
| Title | Collection of oGetTabMaster |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"tabId": "sample string 1",
"tabIcon": "sample string 2",
"tabTitle": "sample string 3",
"tabSeq": "sample string 4",
"tabMasterId": "sample string 5",
"tabMasterTitle": "sample string 6",
"tabMasterType": "sample string 7"
},
{
"tabId": "sample string 1",
"tabIcon": "sample string 2",
"tabTitle": "sample string 3",
"tabSeq": "sample string 4",
"tabMasterId": "sample string 5",
"tabMasterTitle": "sample string 6",
"tabMasterType": "sample string 7"
}
],
"Title": [
{
"tabId": "sample string 1",
"tabIcon": "sample string 2",
"tabTitle": "sample string 3",
"tabSeq": "sample string 4",
"tabMasterId": "sample string 5",
"tabMasterTitle": "sample string 6",
"tabMasterType": "sample string 7"
},
{
"tabId": "sample string 1",
"tabIcon": "sample string 2",
"tabTitle": "sample string 3",
"tabSeq": "sample string 4",
"tabMasterId": "sample string 5",
"tabMasterTitle": "sample string 6",
"tabMasterType": "sample string 7"
}
],
"StatusCode": true,
"Message": "sample string 2"
}