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": "4e6fe9dc-2a20-4a64-aef7-935f11e9bbdc",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "74d3cb29-533a-426e-b6da-f963d576fed7"
}

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": "0d81085c-cf13-4017-95de-04a1b9b33c6b",
  "UserUUIDCur": "d3c95cd4-3b40-49e4-8c9a-67b372de1095"
}