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": "b8bb4a76-7e4a-45d0-85a5-40dc7c05189f",
"UserUUID": "33a985e3-a790-4649-9c6e-6ee134cb9e6d",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "1c65e7cf-dfc8-43db-8384-57956df98da5",
"UserUUIDCur": "942b8ee1-16aa-40b8-b9de-5ec4b1a6f2f9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}