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": "48bb51ef-4a4d-4fd9-a60c-0cc919f1c002",
"UserUUID": "94d0823c-b249-45ab-8863-bb0e7e9ebdf9",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "b561941b-59a9-4c6e-8f65-a602f71eb158",
"UserUUIDCur": "b7adb272-69cb-4a6e-aa6e-46d2580a52a2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}