POST api/AdminUsers/SaveAvatar
AdmSaveAvatar
Request Information
URI Parameters
None.
Body Parameters
SaveAvatarName | 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": "1f5776c8-0d37-4530-b49a-174d812bcd5c", "UserUUID": "b18bf98c-3345-490e-9583-4dc89631e6dd", "AvatarActive": true, "AvatarName": "sample string 2", "PhotoUUID": "7bfd76d3-2be3-43e4-a66a-7ec9ddf0c402", "UserUUIDCur": "f5581a22-effb-43a6-9c97-51cfb5941504" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}