Volkswagen · Example Payload

Volkswagen Checkbuildability Example

AutomobilesCarsVehiclesAutomotiveVehicle Configuration

Volkswagen Checkbuildability Example is an example object payload from Volkswagen, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://productdata.volkswagenag.com/v3/operation/DE/check",
    "headers": {
      "Authorization": "Bearer <access-token>",
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "typeId": "d3f207e5-18d8-5bd2-a5fa-a1acc05629fa",
      "selectedOptions": [
        "C3Z7-exterior-color-reflex-silver",
        "FK1A-interior-black-leather",
        "5G2-18inch-alloys",
        "DAB-radio"
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "buildable": true,
      "conflicts": []
    }
  }
}