OE number search

This request outputs all available parts for a requested OE number. The response includes title, description, part status, OE number, criteria, images, PDF documents etc.

Query URL

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

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.
oemNumber String Yes DS7T 11000 GA OE number to search in database.
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",
    "oemNumber": "DS7T 11000 GA",
    "page": 1,
    "perpage": 15
}

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 page 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.
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": 4,
    "maxAllowedPage": 1,
    "articles": [
        {
            "dataSupplierId": 342,
            "articleNumber": "220837",
            "mfrId": 3043,
            "mfrName": "MESSMER",
            "misc": {
                "articleStatusId": 1,
                "articleStatusDescription": "Normal",
                "articleStatusValidFromDate": 20160225,
                "quantityPerPackage": 1,
                "quantityPerPartPerPackage": 0,
                "isSelfServicePacking": false,
                "hasMandatoryMaterialCertification": false,
                "isRemanufacturedPart": false,
                "isAccessory": false,
                "batchSize1": 1,
                "batchSize2": null
            },
            "genericArticles": [
                {
                    "genericArticleId": 2,
                    "genericArticleDescription": "Starter"
                }
            ],
            "articleText": null,
            "gtins": null,
            "tradeNumbers": null,
            "oemNumbers": [
                {
                    "articleNumber": "DS7T 11000 GA",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "DS7T 11000 GA",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "0 001 172 404",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "0 001 172 404",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "25-4469",
                    "mfrId": 2505,
                    "mfrName": "ELSTOCK"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "CS 1571",
                    "mfrId": 3252,
                    "mfrName": "HC-PARTS"
                },
                {
                    "articleNumber": "LRS03796",
                    "mfrId": 3600,
                    "mfrName": "LUCAS"
                },
                {
                    "articleNumber": "8212104",
                    "mfrId": 3655,
                    "mfrName": "PowerMax"
                }
            ],
            "replacesArticles": null,
            "replacedByArticles": null,
            "articleCriteria": [
                {
                    "criteriaId": 6,
                    "criteriaDescription": "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
                }
            ],
            "pdfs": null,
            "images": [
                {
                    "url": "https://onedbcdn.tecalliance.cn/static/342/MjIwODM3LkpQRw==",
                    "type": "JPG"
                }
            ],
            "links": null
        },
        {
            "dataSupplierId": 234,
            "articleNumber": "220837",
            "mfrId": 2513,
            "mfrName": "ERA",
            "misc": {
                "articleStatusId": 1,
                "articleStatusDescription": "Normal",
                "articleStatusValidFromDate": 20160225,
                "quantityPerPackage": 1,
                "quantityPerPartPerPackage": 0,
                "isSelfServicePacking": false,
                "hasMandatoryMaterialCertification": false,
                "isRemanufacturedPart": false,
                "isAccessory": false,
                "batchSize1": 1,
                "batchSize2": null
            },
            "genericArticles": [
                {
                    "genericArticleId": 2,
                    "genericArticleDescription": "Starter"
                }
            ],
            "articleText": null,
            "gtins": null,
            "tradeNumbers": null,
            "oemNumbers": [
                {
                    "articleNumber": "DS7T 11000 GA",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "DS7T 11000 GA",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "0 001 172 404",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "0 001 172 404",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "25-4469",
                    "mfrId": 2505,
                    "mfrName": "ELSTOCK"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "220837HQ",
                    "mfrId": 2513,
                    "mfrName": "ERA"
                },
                {
                    "articleNumber": "CS 1571",
                    "mfrId": 3252,
                    "mfrName": "HC-PARTS"
                },
                {
                    "articleNumber": "LRS03796",
                    "mfrId": 3600,
                    "mfrName": "LUCAS"
                },
                {
                    "articleNumber": "8212104",
                    "mfrId": 3655,
                    "mfrName": "PowerMax"
                }
            ],
            "replacesArticles": null,
            "replacedByArticles": null,
            "articleCriteria": [
                {
                    "criteriaId": 6,
                    "criteriaDescription": "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
                }
            ],
            "pdfs": null,
            "images": [
                {
                    "url": "https://onedbcdn.tecalliance.cn/static/234/MjIwODM3LkpQRw==",
                    "type": "JPG"
                }
            ],
            "links": null
        },
        {
            "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
        },
        {
            "dataSupplierId": 30,
            "articleNumber": "0 001 172 404",
            "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": [
                4047025435345
            ],
            "tradeNumbers": [
                "SC70-M 12V (R)"
            ],
            "oemNumbers": [
                {
                    "articleNumber": "DS7Z11002J",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "DS7Z11002J",
                    "mfrId": 36,
                    "mfrName": "FORD"
                },
                {
                    "articleNumber": "0 001 172 405",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "0 001 172 405",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "0 001 172 405",
                    "mfrId": 530,
                    "mfrName": "BOSCH"
                },
                {
                    "articleNumber": "DS7Z11002J",
                    "mfrId": 1200,
                    "mfrName": "LINCOLN"
                },
                {
                    "articleNumber": "DS7Z11002J",
                    "mfrId": 1200,
                    "mfrName": "LINCOLN"
                }
            ],
            "replacesArticles": null,
            "replacedByArticles": null,
            "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,4",
                    "formatedVal": "1,4",
                    "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": "11",
                    "formatedVal": "11",
                    "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": "88",
                    "formatedVal": "88",
                    "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": "11,3",
                    "formatedVal": "11,3",
                    "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": "12,9",
                    "formatedVal": "12,9",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 985,
                    "criteriaDescription": "Bore Ø 2 [mm]",
                    "criteriaType": "N",
                    "rawValue": "12,9",
                    "formatedVal": "12,9",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                },
                {
                    "criteriaId": 203,
                    "criteriaDescription": "Length [mm]",
                    "criteriaType": "N",
                    "rawValue": "217,8",
                    "formatedVal": "217,8",
                    "immediateDisplay": false,
                    "isMandatory": false,
                    "isInterval": false
                }
            ],
            "pdfs": null,
            "images": null,
            "links": null
        }
    ]
}