Electronic Component API Wiki
Search electronic components, datasheets, stock, price, alternatives
Brought to you by:
ciiva
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"
}
Object Name: GetSupplierComponentById
| Property Name | Property Type | Description | Example |
|---|---|---|---|
| SupplierComponentId | Int64 | Supplier component id |
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 |