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": "379d4e1d-a987-4cd9-be8b-5a5e80d50d1d", "UserUUID": "897dfd68-ca0d-4af9-8d5c-cb65868d4695", "AvatarActive": true, "AvatarName": "sample string 2", "PhotoUUID": "fc7b4838-58b4-4d9e-8715-59bc61368487", "UserUUIDCur": "681acdc1-8054-4017-b5a0-32774e83b8d2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}