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": "e9ad06ad-b960-47e1-854d-aebfb7791310",
"AvatarName": "sample string 1",
"UserUUIDCur": "a0d4cfd2-1a5c-4c5f-8262-06a115caa906"
}
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": "23495e1c-1cb7-4a6c-a043-e42ca3faff0e",
"UserUUIDCur": "75ba867e-a523-4793-aad6-2a45c0090752"
}