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": "ea7c6e64-e416-4726-ae07-314f76678311",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "611e3832-57c7-4895-a711-6ff0dceb90eb"
}

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": "ded46f94-3bef-49fe-8848-8b675ec5768c",
  "UserUUIDCur": "eb84f107-eff2-4bfe-ba18-0576e18bae75"
}