POST api/AdminUsers/SaveAvatar
AdmSaveAvatar
Request Information
URI Parameters
None.
Body Parameters
SaveAvatarName | Description | Type | Additional information |
---|---|---|---|
AvatarUUID | globally unique identifier |
None. |
|
UserUUID | globally unique identifier |
None. |
|
AvatarActive | boolean |
None. |
|
AvatarName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AvatarUUID": "f0376e1c-6c31-441e-93ff-ab0211eddce4", "UserUUID": "7d22b382-b7d0-4a12-b817-6abcef03f010", "AvatarActive": true, "AvatarName": "sample string 2", "PhotoUUID": "6fac6cdc-66fd-4465-b6e9-a43131d75eda", "UserUUIDCur": "a2ea6444-2201-40b8-807c-a77ce3b58c38" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}