POST api/AppPersonal/AppSaveUserAvatar
AppSaveUserAvatar
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserAvatar| Name | 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": "87954b42-c337-41a8-8683-df2e6d77874b",
"AvatarName": "sample string 1",
"UserUUIDCur": "9849bd26-38be-4795-b12a-92627dd9512b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserAvatar_Response| Name | 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": "a11acb58-a40d-403e-ad30-c9660527192d",
"UserUUIDCur": "0f3bafb7-efcd-4a03-a36e-3e5f71879004"
}