GET v1/Products/{productId}/Suppliers/{productSupplierId}
Get detailed information about the ProductSupplier.
Request Information
Requires Authorization!
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
The id of the Product |
integer |
Required. |
productSupplierId |
The id of the ProductSupplier |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
The ProductSupplier object
ProductSupplier
Name | Description | Type | Additional information |
---|---|---|---|
PurchaseProduct | PurchaseProduct |
None. |
|
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.