GET Customer/GetImage?id={id}
Gets the image of a customer based on his id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Indicates the ID of the customer |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
The image file
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.