Appearance
assignAssetToUserViaToolbox ​
Assigns a Toolbox-defined asset to an MI User
Request ​
http
POST /rest/user/toolbox/asset/assignHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
JSON Request.
| Parameter | Type | Required | Description |
|---|---|---|---|
remoteAppUUID | string | Yes | The UUID of a Remote App relating to a Toolbox |
brochureId | integer | Yes | An "Available" brochure id from the findToolboxAssets() service. |
json
{
"remoteAppUUID": "6a116c9e-9564-4122-97da-85acadd29609",
"brochureId": 61
}Response ​
200 OK ​
N/A. HTTP 200 means it succeeded otherwise errors thrown.
Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSCompanyServiceException | See Error Definitions |
WSUserServiceException | See Error Definitions |
WSInternalException | See Error Definitions |