POST tab/GetAgencyTab
Request Information
URI Parameters
None.
Body Parameters
iGetTabListName | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
None. |
|
userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "dfc0367b-7ff6-44d1-abe8-4a862cdfcb68", "userRole": 2 }
Response Information
Resource Description
oGetTabListResponseName | 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" }