GET api/AccountProfileImage?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
Altai.Web.Services.Models.AccountProfileImageName | Description | Type | Additional information |
---|---|---|---|
Id | System.String |
None. |
|
Name | System.String |
None. |
|
EntityImage | System.String |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2", "EntityImage": "sample string 3" }
application/xml, text/xml
Sample:
<AccountProfileImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models"> <EntityImage>sample string 3</EntityImage> <Id>sample string 1</Id> <Name>sample string 2</Name> </AccountProfileImage>