POST api/AdminUsers/SaveAvatar
AdmSaveAvatar
Request Information
URI Parameters
None.
Body Parameters
SaveAvatar| Name | 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": "b0d8bc99-4054-4a87-af62-0fac45e6b4f9",
"UserUUID": "816708cd-2046-4fa0-aadc-803a9987c53c",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "1b7081c0-131b-437f-a941-48bdac185b60",
"UserUUIDCur": "474c6ee5-dfc5-425a-a6f1-cdff6a86dc55"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}