GET api/Customer/GetPhoto/{id}?maxWidth={maxWidth}&maxHeight={maxHeight}
Gets the photo for user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Customer ID. |
integer |
Required |
maxWidth |
Max width |
integer |
None. |
maxHeight |
Max height |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Http Response with image header and content or empty if not found. The image will not be enlarged, if you enter the dimension.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |