GET api/v1/getProductService/{id}?locationId={locationId}&includeAttributes={includeAttributes}&includeImage={includeImage}
Get Product Service by Id
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 |
| locationId |
optional |
integer |
None. |
| includeAttributes |
If true - return also attributes |
boolean |
Default value is True |
| includeImage |
If true - return also product images |
boolean |
Default value is False |
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. |