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": "30894591-42b2-4623-9154-d4cf4b47796f",
"UserUUID": "f6d423c5-ba33-4c06-a792-4a9b5880ff4e",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "453fb27c-edc0-494b-88a4-a15e0383dbce",
"UserUUIDCur": "1b11171b-6ae9-41fe-9116-90bf1f4fab22"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}