Get all available bodies for the given marketId.
GET {{baseUrl}}/markets/:marketId/bodies?classId=<string>&bodyId=<string>&productGroups=VAN
Get all available VehicleBodies
for the given marketId. Optional query params classId bodyId or productGroups may be used to filter the result.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
classId | string | This is a class id e.g. 'A-KLASSE' for 'A-Klasse' in market Germany. Example values are: |
- A-KLASSE
- B-KLASSE
- C-KLASSE
- CLA-KLASSE
- CLS-KLASSE
- E-KLASSE
- EQC-KLASSE |
|
bodyId
| string | | This is a body id e.g. 'LIMOUSINE' for 'Limousine' in Germany. Example values are: - CABRIOLET
- COUPE
- GELAENDEWAGEN
- LIMOUSINE
- OFFROADER
- ROADSTER
- SHOOTING BRAKE
- T-MODELL |
|
productGroups
| string | | Specifies to which product groups the vehicles belong which should be returned. The product groups are separated from each other by a comma and are case sensitive. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"bodyId":"\u003cstring\u003e","bodyName":"\u003cstring\u003e","_links":{"self":"\u003cstring\u003e","models":"\u003cstring\u003e"}},{"bodyId":"\u003cstring\u003e","bodyName":"\u003cstring\u003e","_links":{"self":"\u003cstring\u003e","models":"\u003cstring\u003e"}}]