Get compatible cars list by article number

v2

EndpointId: API-PAR-007

Get a list of compatible vehicles for a given article number

Method: post
Media Type: multipart/form-data

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
typeId int Required

Example Value: 1
body
langId int Required

Example Value: 4
body
articleNo string Required

Example Value: C 2029
body
supplierId int Required

Example Value: 4
body
countryFilterId int Required

Example Value: 63
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-article-number
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-article-number' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"typeId":"1","langId":"4","articleNo":"C 2029","supplierId":"4","countryFilterId":"63"}'