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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

[{&quot;supplierId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierLocation&quot;:&quot;S89087&quot;,&quot;share&quot;:&quot;100&quot;,&quot;supplierProductId&quot;:&quot;SUPCOMP1&quot;,&quot;secondaryDataId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;},{&quot;supplierId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;supplierLocation&quot;:&quot;S89087&quot;,&quot;share&quot;:&quot;100&quot;,&quot;supplierProductId&quot;:&quot;SUPCOMP1&quot;,&quot;secondaryDataId&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;}]