POST api/AdminUsers/GetAvatar
AdmGetAvatar
Request Information
URI Parameters
None.
Body Parameters
GetAvatarName | Description | Type | Additional information |
---|---|---|---|
AvatarUUID | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
UserUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AvatarUUID": "eff839d5-5a98-49ca-a0c7-39783fe975c3", "PhotoUUID": "8769e5d3-8638-4c73-9cb4-3f804d82ffe1", "UserUUID": "7fcd9d76-bedd-4f18-836e-6f3045ee59a4", "UserUUIDCur": "d52b6530-27e4-47f3-8274-b8ad9ca70476" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}