Multiple part number search

This request outputs all available parts for one or multiple part number. The response includes title, description, part status, OE number, criteria, images, PDF documents etc. It is possible to search for max. 50 part number. Only exact searchs are supported now.

Query URL

https://onedb.tecalliance.cn/api/articles/search/multiplePartNumber

Query parameter

Name Type Required Example Description
country String Yes CN This is the country code according to ISO 3166.
lang String Yes EN This is the language code according to ISO 639.
partNumber String Yes 0 001 107 405 Part numbers to search in database. Min. 1 and max. 50 parts number can be requested with one call.
page Integer No 1 Page number when the results are split to several pages.
perpage Integer No 1 Number of items per page.

JSON Input

{
    "country": "CN",
    "lang": "EN",
    "partNumbers": [
       "0 001 107 405",
       "C1087B"
    ],
    "page": 1,
    "perpage": 15,
    "fullResult": true
}
              

RESPONSE

A successful request returns the HTTP 200 OK status code and a JSON response with following parameter.

Name Type Example Description
totalMatching Integer 16 The total number of matching parts for the submitted request.
MaxAllowedPage Integer 2 The max number of pages the user can visit for the request above.
uid Integer 53858307092435767867 Unique ID of the part/article.
dataSupplierId Integer 30 The ID of the data supplier in TecDoc.
articleNumber String 0 001 107 405 The part number in TecDoc.
mfrId Integer 530 The ID of the manufacturer in TecDoc.
mfrName String Bosch The name of the manufacturer in TecDoc.
misc > articleStatusId Integer 1 The ID of the part status.
misc > articleStatusDescription String Normal The description regarding the ID of the part status.
misc > articleStatusValidFromDate Date The data from which the status is valid.
misc > quantityPerPackage Integer 1 The quantity per package.
misc > quantityPerPartPerPackage Integer 0 The quantity per part per package.
misc > isSelfServicePacking Boolean false
misc > hasMandatoryMaterialCertification Boolean false
misc > isAccessory Boolean false A notice whether the part is an accessory.
misc > batchSize1
misc > batchSize2
genericArticles > genericArticleId Integer 2 Product group ID
genericArticles > genericArticleDescription String Starter Product group description
articleText
gtins Integer 3165143365021 EAN number
tradeNumbers String R70-M10 12V (R) The trade number of the part.
oemNumbers > articleNumber String DS7T 11000 GA OE number
oemNumbers > mfrId Integer 36 ID of the OE part manufacturer
oemNumbers > mfrName String Ford Name of the OE part manufacturer
replacesArticles > articleNumber String 0 001 107 404 The part number which got replaced by this part.
replacesArticles > dataSupplierId Integer 30 The ID of the data supplier in TecDoc.
replacesArticles > mfrId Integer 530 The ID of the manufacturer in TecDoc.
replacesArticles > mfrName String Bosch The name of the manufacturer in TecDoc.
replacedByArticles > articleNumber String 0 001 107 435 The part number which replaces this part.
replacedByArticles > dataSupplierId Integer 30 The ID of the data supplier in TecDoc.
replacedByArticles > mfrId Integer 530 The ID of the manufacturer in TecDoc.
replacedByArticles > mfrName String Bosch The name of the manufacturer in TecDoc.
articleCriteria > criteriaId Integer 751 The ID of the part number criteria.
mainArticle - - -
partslist - - -
articleCriteria > criteriaDescription String Rated Voltage [V] The description of the part number criteria.
articleCriteria > criteriaType String N The type of criteria.
articleCriteria > rawValue String 12 The raw value of the part criteria.
articleCriteria > formatedVal String 12 A formatted value of the part criteria.
articleCriteria > immediateDisplay Boolean true
articleCriteria > isMandatory Booloean false A notice whether the criteria is mandatory.
articleCriteria > isInterval Boolean false
pdfs > url URL An URL to a PDF document related the part.
images > url URL http://... The URL to an image path.
images > type String JPG The type of image.
links > url URL http://... The URL to an external link, e.g. Youtube video.
match String Part Number The type of found match.
searchQuery String 0 001 107 405 The query the search for requested.

JSON Output

{
    "totalMatching": 2,
    "maxAllowedPage": 0,
    "articles": [
        {
            "dataSupplierId": 30,
            "articleNumber": "0 001 107 405",
            "mfrId": 530,
            "mfrName": "BOSCH",
            "misc": {
                "articleStatusId": 1,
                "articleStatusDescription": "Normal",
                "articleStatusValidFromDate": 20190505,
                "quantityPerPackage": 1,
                "quantityPerPartPerPackage": 0,
                "isSelfServicePacking": false,
                "hasMandatoryMaterialCertification": false,
                "isRemanufacturedPart": false,
                "isAccessory": false,
                "batchSize1": null,
                "batchSize2": null
            },
            "genericArticles": [
                {
                    "genericArticleId": 2,
                    "genericArticleDescription": "Starter"
                }
            ],
            "articleText": null,
            "gtins": [
                3165143365021
            ],
            "tradeNumbers": [
                "R70-M10 12V (R)"
            ],
            "oemNumbers": [
                {
                    "articleNumber": "DS7T 11000 GA",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "93176051",
                    "mfrId": 84,
                    "mfrName": "OPEL"
                },
                {
                    "articleNumber": "93176051",
                    "mfrId": 84,
                    "mfrName": "OPEL"
                },
                {
                    "articleNumber": "93176051",
                    "mfrId": 84,
                    "mfrName": "OPEL"
                },
                {
                    "articleNumber": "93176051",
                    "mfrId": 84,
                    "mfrName": "OPEL"
                },
                {
                    "articleNumber": "93176051",
                    "mfrId": 117,
                    "mfrName": "VAUXHALL"
                }
            ],
            "replacesArticles": [
                {
                    "articleNumber": "0 001 107 404",
                    "dataSupplierId": 30,
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                }
            ],
            "replacedByArticles": [
                {
                    "articleNumber": "0 001 107 435",
                    "dataSupplierId": 30,
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                }
            ],
            "articleCriteria": [
                {
                    "criteriaId": 751,
                    "criteriaDescription": "Rated Voltage [V]",
                    "criteriaType": "N",
                    "rawValue": "12",
                    "formatedVal": "12",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 113,
                    "criteriaDescription": "Rated Power [kW]",
                    "criteriaType": "N",
                    "rawValue": "1,1",
                    "formatedVal": "1,1",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 1094,
                    "criteriaDescription": "Number of mounting bores",
                    "criteriaType": "N",
                    "rawValue": "2",
                    "formatedVal": "2",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 977,
                    "criteriaDescription": "Number of Thread Bores",
                    "criteriaType": "N",
                    "rawValue": "0",
                    "formatedVal": "0",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 92,
                    "criteriaDescription": "Number of Teeth",
                    "criteriaType": "A",
                    "rawValue": "9",
                    "formatedVal": "9",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 552,
                    "criteriaDescription": "Clamp",
                    "criteriaType": "A",
                    "rawValue": "50",
                    "formatedVal": "50",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 552,
                    "criteriaDescription": "Clamp",
                    "criteriaType": "A",
                    "rawValue": "30",
                    "formatedVal": "30",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 698,
                    "criteriaDescription": "Flange Ø [mm]",
                    "criteriaType": "N",
                    "rawValue": "68",
                    "formatedVal": "68",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 609,
                    "criteriaDescription": "Rotation Direction",
                    "criteriaType": "K",
                    "rawValue": "0",
                    "formatedVal": "Clockwise rotation",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 1362,
                    "criteriaDescription": "Pinion Rest Position [mm]",
                    "criteriaType": "N",
                    "rawValue": "18,5",
                    "formatedVal": "18,5",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 1072,
                    "criteriaDescription": "Starter Type",
                    "criteriaType": "K",
                    "rawValue": "3",
                    "formatedVal": "Self-supporting",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 220,
                    "criteriaDescription": "Bore Ø [mm]",
                    "criteriaType": "N",
                    "rawValue": "8,5",
                    "formatedVal": "8,5",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 985,
                    "criteriaDescription": "Bore Ø 2 [mm]",
                    "criteriaType": "N",
                    "rawValue": "8,5",
                    "formatedVal": "8,5",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 203,
                    "criteriaDescription": "Length [mm]",
                    "criteriaType": "N",
                    "rawValue": "198,3",
                    "formatedVal": "198,3",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 206,
                    "criteriaDescription": "Width [mm]",
                    "criteriaType": "N",
                    "rawValue": "122",
                    "formatedVal": "122",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 209,
                    "criteriaDescription": "Height [mm]",
                    "criteriaType": "N",
                    "rawValue": "131,25",
                    "formatedVal": "131,25",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 544,
                    "criteriaDescription": "Position / Degree",
                    "criteriaType": "A",
                    "rawValue": "links",
                    "formatedVal": "links",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 1289,
                    "criteriaDescription": "Connecting Angle [Degree]",
                    "criteriaType": "N",
                    "rawValue": "75",
                    "formatedVal": "75",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 3391,
                    "criteriaDescription": "Jaw opening angle measurement [Degree]",
                    "criteriaType": "N",
                    "rawValue": "105",
                    "formatedVal": "105",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 3392,
                    "criteriaDescription": "Fastening hole angle measurement [Degree]",
                    "criteriaType": "N",
                    "rawValue": "75",
                    "formatedVal": "75",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                }
            ],
            "pdfs": null,
            "images": [
                {
                    "url": "https://onedbcdn.tecalliance.cn/static/30/MDAwMTEwNzQwNURSRlJXSENPMDAwMS5KUEc=",
                    "type": "JPG"
                }
            ],
            "links": null,
            "match": "Part Number",
            "searchQuery": "0 001 107 405"
        },
        {
            "dataSupplierId": 197,
            "articleNumber": "C1087B",
            "mfrId": 2446,
            "mfrName": "LPR",
            "misc": {
                "articleStatusId": 1,
                "articleStatusDescription": "Normal",
                "articleStatusValidFromDate": 20190507,
                "quantityPerPackage": 1,
                "quantityPerPartPerPackage": 0,
                "isSelfServicePacking": false,
                "hasMandatoryMaterialCertification": false,
                "isRemanufacturedPart": false,
                "isAccessory": false,
                "batchSize1": null,
                "batchSize2": null
            },
            "genericArticles": [
                {
                    "genericArticleId": 124,
                    "genericArticleDescription": "Cable, parking brake"
                }
            ],
            "articleText": null,
            "gtins": [
                8032928141093
            ],
            "tradeNumbers": [
                "C1087B"
            ],
            "oemNumbers": [
                {
                    "articleNumber": "1613310",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "432660B",
                    "mfrId": 549,
                    "mfrName": "BENDIX"
                },
                {
                    "articleNumber": "BC2165",
                    "mfrId": 622,
                    "mfrName": "QUINTON HAZELL"
                },
                {
                    "articleNumber": "GCH1143",
                    "mfrId": 798,
                    "mfrName": "TRW"
                },
                {
                    "articleNumber": "40949",
                    "mfrId": 1300,
                    "mfrName": "PEX"
                },
                {
                    "articleNumber": "11563",
                    "mfrId": 2598,
                    "mfrName": "COFLE"
                },
                {
                    "articleNumber": "190131",
                    "mfrId": 2690,
                    "mfrName": "KAGER"
                },
                {
                    "articleNumber": "FKB1145",
                    "mfrId": 3223,
                    "mfrName": "FIRST LINE"
                }
            ],
            "replacesArticles": null,
            "replacedByArticles": null,
            "articleCriteria": [
                {
                    "criteriaId": 198,
                    "criteriaDescription": "Length 1/ Length 2 [mm]",
                    "criteriaType": "A",
                    "rawValue": "1355/1165",
                    "formatedVal": "1355/1165",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 520,
                    "criteriaDescription": "for article number",
                    "criteriaType": "A",
                    "rawValue": "C1087B",
                    "formatedVal": "C1087B",
                    "immediateDisplay": true,
                    "isMandatory": false,
                    "isInterval": false
                }
            ],
            "pdfs": null,
            "images": null,
            "links": null,
            "match": "Part Number",
            "searchQuery": "C1087B"
        }
    ]
}