GET api/getProductImage/{id}?large={large}&locationId={locationId}
Get Product Service by Id. Getting image from any company location
Request Information
Allows access to child location using parent company token, in this case use location id parameter
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Product Service Id |
integer |
Required |
| large | boolean |
Default value is False |
|
| locationId |
optional |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |