POST api/AppPersonal/AppSaveUserAvatar

AppSaveUserAvatar

Request Information

URI Parameters

None.

Body Parameters

AppSaveUserAvatar
NameDescriptionTypeAdditional information
PhotoUUID

globally unique identifier

None.

AvatarName

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PhotoUUID": "f717d42c-b4a6-4b07-a2d9-6dcbdf62be3d",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "831a4a81-becb-4a33-85e5-05d04632c52e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveUserAvatar_Response
NameDescriptionTypeAdditional 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": "abee3394-f402-4510-b46d-33eb8b4897e2",
  "UserUUIDCur": "89a95fe6-b2db-4007-a7fc-28a606040015"
}