GET v1/Products/{productId}/Suppliers
Get a list with all Suppliers who supply given product.
Request Information
Requires Authorization!
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
The id of the Product. |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
A list of the ProductSupplierBase objects.
Collection of ProductSupplierBase
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
ProductId | integer |
Required |
|
ProductCode | string |
None. |
|
SupplierId | integer |
Required |
|
SupplierCompanyName | string |
None. |
|
PurchaseProduct | PurchaseProductBase |
None. |
|
Priority | integer |
Required |
Response Formats
application/json, text/json
Sample:
Sample not available.