GET api/Product/All/Sales/Filter/{filter}
Get all sales products satisfying filter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductView| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | globally unique identifier |
None. |
|
| ProductNumber | string |
None. |
|
| ProductName | string |
None. |
|
| PackagingId | globally unique identifier |
None. |
|
| EPDNumber | string |
None. |
|
| BrandName | string |
None. |
|
| GTIN | string |
None. |
|
| PackagingType | string |
None. |
|
| PackagingQuantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.