GET api/Product/CustomerId/{customerId}/TopXDelivered/{topX}
Get top x of customers most delivered products
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | globally unique identifier |
Required |
|
| topX | integer |
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.