POST api/AdminUsers/GetAvatar
AdmGetAvatar
Request Information
URI Parameters
None.
Body Parameters
GetAvatar| Name | 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": "06010c83-12cc-4ead-ae0f-68aeba7f6d4a",
"PhotoUUID": "e9d42126-b943-4480-902f-88559094f86b",
"UserUUID": "1c11d5ef-a8e1-4354-87f7-3c8ebbe76516",
"UserUUIDCur": "8e18bffd-bf03-41f5-8c48-aabe2d1c43f0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}