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": "87891783-ea22-46af-a257-e7ffe8d0a24c",
"PhotoUUID": "3b55313a-36b0-465f-b801-d1f2e2b67637",
"UserUUID": "2451fa15-5c2c-4153-9abb-b2a95160f4cb",
"UserUUIDCur": "f1e155ff-39b3-4c84-a44e-b8b92da4f4d0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}