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": "a18ee67b-ff31-487b-a256-a0476a31bfb7",
"AvatarName": "sample string 1",
"UserUUIDCur": "9640bccf-57c7-408b-baf8-f7c035354d73"
}
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": "2997c093-ccb0-4606-bdf0-13381576bbc5",
"UserUUIDCur": "6b1cb900-2607-41b9-9178-9194f9826f6a"
}