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": "f1157c82-ddee-40e9-967f-4218ff43e6ff", "AvatarName": "sample string 1", "UserUUIDCur": "b0c73693-105c-4c69-99d7-f10fb2f1c905" }
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": "254e4975-d533-495f-b0f1-7a5de2ab45ff", "UserUUIDCur": "ddb82135-448a-421f-aada-1e6c6ca15818" }