POST api/AdminUsers/GetAvatar
AdmGetAvatar
Request Information
URI Parameters
None.
Body Parameters
GetAvatarName | 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": "c3751879-0da8-4f15-a686-f06a82fae6c4", "PhotoUUID": "02359f88-092c-4fba-af07-d5d74632d6ff", "UserUUID": "2b5d599a-1ba8-4f32-8288-3af37be293a9", "UserUUIDCur": "78ccf0aa-6ddf-46ad-8b81-79f6b078cd19" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}