Menu

GetSupplierComponentById

Ciiva

API Reference (V1)

Search a supplier component by its ID.

GetSupplierComponentById

Name Description
Address https://api.ciiva.com/api/ECDF9BA9-C038-46D3-AFA2-E297E03B5E58
Accept methods GET, POST

Example:

        Parameters:
        {"12"}

        Return:
        { "ManufacturerComponentId":12,
          "SupplierComponentId":12,
          "SupplierName":"Digikey",
          "SupplierPartNumber":"A25075-ND",
          "Description":"CONN HOUSING PIN CPC 5POS BLACK",
          "DatasheetUrl":"http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=207488&DocType=Customer+Drawing&DocLang=English",
          "DetailUrl":"http://www.digikey.com/product-detail/en/207488-1/A25075-ND/307474"
        }

Request Object Schema

Object Name: GetSupplierComponentById

Property Name Property Type Description Example
SupplierComponentId Int64 Supplier component id

Return Object Schema

Object Name: SupplierComponent

Property Name Property Type Description Example
ManufacturerComponentId Int64 Manufacturer component id
SupplierComponentId Int64 Supplier component id
SupplierName String Supplier name
SupplierPartNumber String Supplier part number
Description String Description
IsAuthorised Boolean Is from authrised supplier
DatasheetUrl String Datasheet Url
DetailUrl String Detail Url

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.