Get TypeId by VehicleId and ManufacturerId

v2

EndpointId: API-GTYP-007

Get TypeId by VehicleId and ManufacturerId

Method: get

Parameters Specification

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

Example Value: 100
query
manufacturerId int Optional

Example Value: 2
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/types/get-typeid-by-vehicleid?vehicleId=100&manufacturerId=2
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/types/get-typeid-by-vehicleid?vehicleId=100&manufacturerId=2' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'