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

KeyDatatypeRequiredDescription
classIdstringThis 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;bodyId&quot;:&quot;\u003cstring\u003e&quot;,&quot;bodyName&quot;:&quot;\u003cstring\u003e&quot;,&quot;_links&quot;:{&quot;self&quot;:&quot;\u003cstring\u003e&quot;,&quot;models&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;bodyId&quot;:&quot;\u003cstring\u003e&quot;,&quot;bodyName&quot;:&quot;\u003cstring\u003e&quot;,&quot;_links&quot;:{&quot;self&quot;:&quot;\u003cstring\u003e&quot;,&quot;models&quot;:&quot;\u003cstring\u003e&quot;}}]