Get all linked suppliers with component
GET {{baseUrl}}/components/:id/linkSuppliers?supplierId=<string>&supplierLocation=<string>&supplierProductId=<string>&page=0&size=10
Get all linked suppliers with component
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
supplierId | string | Supplier system generated id to identify the supplier of the company in SiGREEN | |
supplierLocation | string | Supplier Location | |
supplierProductId | string | Supplier Product Id | |
page | number | page number | |
size | number | page size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"componentSupplierLinkId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierLocation":"S89087","share":"100","supplierProductId":"SUPCOMP1","secondaryDataId":"C98BE31E-3698-412D-91E3-8270102CC7D5"},{"componentSupplierLinkId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierLocation":"S89087","share":"100","supplierProductId":"SUPCOMP1","secondaryDataId":"C98BE31E-3698-412D-91E3-8270102CC7D5"}],"hasNext":true,"hasPrev":false,"page":0,"pageNumber":1,"size":10,"totalPages":120}