POST api/AdminUsers/SaveAvatar

AdmSaveAvatar

Request Information

URI Parameters

None.

Body Parameters

SaveAvatar
NameDescriptionTypeAdditional information
AvatarUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

AvatarActive

boolean

None.

AvatarName

string

None.

PhotoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AvatarUUID": "acec0966-d5f0-4cf2-a6ef-b40e63d877e5",
  "UserUUID": "0b021a00-b9e5-480d-a533-37b61df2d270",
  "AvatarActive": true,
  "AvatarName": "sample string 2",
  "PhotoUUID": "f8b9772e-2720-4a21-91ca-55cd25692e66",
  "UserUUIDCur": "4f5cbd06-39b9-4c1d-adae-da43684eda21"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}