GET api/Products/ProductListLoadAllWithChanges/{branchname}/{lastcheckdate}
This will return a list of products which have had changed since the date passed and against the branch passed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchname |
Name of the branch to check the products are in use at |
string |
Required |
| lastcheckdate |
The date to check for changes against the products from |
date |
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. |
Response Formats
application/json, application/xml, text/json, text/xml
Sample: