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": "8d05c503-edcc-48d0-a860-eb89f50ae643",
  "AvatarName": "sample string 1",
  "UserUUIDCur": "1ce3fe2d-81dd-40eb-8df4-649fb9496e45"
}

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": "ebefa626-8cc3-4242-a9d4-3a24baca3ed1",
  "UserUUIDCur": "4207ac5d-3f08-46b8-9195-7caccb25f499"
}