POST api/UserPreferences/SaveUserAssetConfig
Saves the asset configuration for a user.
Request Information
URI Parameters
None.
Body Parameters
user's asset configuration.
UserAssetConfigDtoName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
UserId | globally unique identifier |
None. |
|
AssetId | globally unique identifier |
None. |
|
Config | string |
None. |
|
PageRef | string |
String length: inclusive between 0 and 250 |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "UserId": "0da8eb5b-d495-4b30-8bbd-266e4e9abdd4", "AssetId": "1e7c0e44-e3b8-4781-b82b-b6cc170b360f", "Config": "sample string 4", "PageRef": "sample string 5" }
application/xml, text/xml
Sample:
<UserAssetConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KT.BGip.Visualisation.RPMI.Models.User"> <AssetId>1e7c0e44-e3b8-4781-b82b-b6cc170b360f</AssetId> <Config>sample string 4</Config> <Email>sample string 1</Email> <PageRef>sample string 5</PageRef> <UserId>0da8eb5b-d495-4b30-8bbd-266e4e9abdd4</UserId> </UserAssetConfigDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
operation result.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.