Link suppliers and secondary data with component
POST {{baseUrl}}/components/:id/linkSuppliers
Link suppliers and secondary data with component
Request Body
{"0"=>{"supplierId"=>"<string>", "supplierLocation"=>"<string>", "share"=>"<string>", "supplierProductId"=>"<string>", "secondaryDataId"=>"<string>"}, "1"=>{"supplierId"=>"<string>", "supplierLocation"=>"<string>", "share"=>"<string>", "supplierProductId"=>"<string>", "secondaryDataId"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
[{"supplierId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierLocation":"S89087","share":"100","supplierProductId":"SUPCOMP1","secondaryDataId":"C98BE31E-3698-412D-91E3-8270102CC7D5"},{"supplierId":"C98BE31E-3698-412D-91E3-8270102CC7D5","supplierLocation":"S89087","share":"100","supplierProductId":"SUPCOMP1","secondaryDataId":"C98BE31E-3698-412D-91E3-8270102CC7D5"}]