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": "f8373141-e3fd-44e2-afa5-6c7e09fc8ba8",
"PhotoUUID": "f89d4fb6-18cb-4795-a205-da46c38c842d",
"UserUUID": "3fecb995-05a8-442c-9041-796e5fed6140",
"UserUUIDCur": "640b40bb-4b86-4491-8d3f-356800195203"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}