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": "d227d981-156a-495e-82e4-ecc6b352957e",
"UserUUID": "821cbd4b-18d8-45f7-8f01-fdef972059ec",
"AvatarActive": true,
"AvatarName": "sample string 2",
"PhotoUUID": "5991d59b-22e5-4be1-9489-8c4ab06020d7",
"UserUUIDCur": "5f80edb1-7388-473a-a62f-e98a70c685f8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}