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": "06bc58cf-d7e7-47db-b9f2-ce408f5d484c",
"PhotoUUID": "d97fcf8a-d4fa-4ab7-8850-6b670dc63e23",
"UserUUID": "594fccd8-0a53-489d-bad2-93608c8b882f",
"UserUUIDCur": "b93b78a2-2383-410c-8ffc-85d1e3587855"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}