POST api/Intranet/SetApplications
Setting applications used on the client side
Request Information
URI Parameters
None.
Body Parameters
Data from applications in use
IntranetData| Name | Description | Type | Additional information |
|---|---|---|---|
| 1 |
List of applications in use |
Collection of ExtensionData |
None. |
| 2 |
Username |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"1": [
{
"1": "sample string 1",
"2": [
{
"1": "sample string 1",
"2": "sample string 2"
},
{
"1": "sample string 1",
"2": "sample string 2"
}
]
},
{
"1": "sample string 1",
"2": [
{
"1": "sample string 1",
"2": "sample string 2"
},
{
"1": "sample string 1",
"2": "sample string 2"
}
]
}
],
"2": "sample string 1"
}
Response Information
Resource Description
Result
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Parameter Information
data
Data of applications in use
| Property | Description |
|---|---|
| Extensions (ExtensionData[]) |
List of applications in use |
| UserName (String) |
Username |