GET api/Products/TillProductList/{tillNo}
This will return a full list of product currently in use at a specific till's location.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tillNo |
The till number to be passed to check for valid product against the till's branch. |
string |
Required |
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. |