POST tab/GetAgencyTab
Request Information
URI Parameters
None.
Body Parameters
iGetTabList| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | globally unique identifier |
None. |
|
| userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "936204e9-7041-4546-98fa-1b5729568b3e",
"userRole": 2
}
Response Information
Resource Description
oGetTabListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetTabList |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"tabId": "sample string 1",
"tabTitle": "sample string 2",
"tabIcon": "sample string 3",
"tabSeq": "sample string 4",
"tabCode": "sample string 5"
},
{
"tabId": "sample string 1",
"tabTitle": "sample string 2",
"tabIcon": "sample string 3",
"tabSeq": "sample string 4",
"tabCode": "sample string 5"
}
],
"StatusCode": true,
"Message": "sample string 2"
}