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": "c1eb61a0-d376-4b78-bac7-9f56bed07616",
"PhotoUUID": "a15af85c-d5c7-4c58-a207-9c48df9c5211",
"UserUUID": "7d7b0058-b855-44a2-9956-ced4bb93da32",
"UserUUIDCur": "83f74a8e-e166-4c7a-95e0-b57e649f2ec4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}