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": "e6218d8b-4c2f-4a8c-97eb-d1afb39cc477",
"PhotoUUID": "0ddbc51b-a3c0-4db8-87a5-e728c638c2b4",
"UserUUID": "37423bd9-79a0-40b9-9048-0c5f9d5da4d4",
"UserUUIDCur": "7790b900-f49c-499c-9cfd-81a6cd5c9f01"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}