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": "f66c8344-fc06-44d1-9155-0fb8d0940bad",
"UserUUID": "04971753-9170-4408-878e-993ffc2a61c9",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "96435afe-c511-4e6d-98cf-c61d6478670a",
"UserUUIDCur": "670fead5-dcea-4d64-bb36-11c77d295bc8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}