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": "8a5069a9-3db9-4e43-9c9d-ddf84d1157e2",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "d74c0693-2312-4805-9c73-b36c94eaabf5"
}

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": "647f820d-ce31-4e5b-827e-e09a50b01502",
  "UserUUIDCur": "6fd09336-56ad-4122-a8cb-78f536c16836"
}