POST api/AppPersonal/AppSaveUserAvatar
AppSaveUserAvatar
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserAvatarName | Description | Type | Additional information |
---|---|---|---|
PhotoUUID | globally unique identifier |
None. |
|
AvatarName | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PhotoUUID": "6742ce2c-57a0-4133-8b46-1249bbcc1fde", "AvatarName": "sample string 1", "UserUUIDCur": "fa61c211-e6ea-4c65-aa0c-908bd7e0a690" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserAvatar_ResponseName | Description | Type | Additional information |
---|---|---|---|
AvatarName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "AvatarName": "sample string 1", "PhotoUUID": "3931edde-affd-42a8-9a56-77738db2fbe2", "UserUUIDCur": "9719dcc8-f05e-4801-a65b-7892ebfb04a3" }