fbpx
API Documentation
Similar Parts

This operation is used to get the similar parts (to get the similar parts returned at BOM validation step with Match status = “Similar Matches available.”)

URL format: ProductAPI/bom/getSimilarParts?

Inputs

Mandatory parameters

  • sePartNumber: Part number.
  • matchCode: The Match Status returned at the BOM validation step.

Optional parameters

  • manufacturerId: Manufacturer ID.
  • fmt: Format of the response (JSON or XML) default is JSON.

Outputs

  • ComID: SE COM_ID.
  • SEPartNumber: Part number.
  • SEManufacturer: Manufacturer.
  • ManufacturerId: Manufacturer ID.
  • Description: Part description.
  • LifeCycle: Part Lifecycle.
  • ROHS: Part RoHS status.
  • RoHSVersion: Part RoHS version.
  • MatchConfidence: Similarity rating measurement between original part and the found part.

Sample requests

<a href="https://api.siliconexpert.com/ProductAPI/bom/getSimilarParts?sePartNumber=bav9&manufacturerId=1534&matchCode=9">https://api.siliconexpert.com/ProductAPI/bom/getSimilarParts?sePartNumber=bav9&manufacturerId=1534&matchCode=9</a>
There is no snippet for this language. Please select another.
Back to Main