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": "2220fd80-3fbc-4fcd-a594-6dd559a3b2b7",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "93468d5c-ca51-4cb9-b0ba-571915a2e2a8"
}

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": "cc305997-7c62-42b8-a8c6-fb63f4628e27",
  "UserUUIDCur": "9cc77646-3e1a-48c6-9781-446847c7bdd4"
}