Skip to content

Commit

Permalink
Merge pull request #82 from connectedcars/feature/sc-108010/add-fuelt…
Browse files Browse the repository at this point in the history
…ype-and-enginecode-to-add-vehicle
  • Loading branch information
miafoo authored Jan 28, 2024
2 parents 86f5936 + 00ecb80 commit dfaa04b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Prefill form data on the "Add vehicle" page and the "vehicle activation guide" i
| `vehicleYear` | `/\d{4}/` | `2018` | The production year of the vehicle. |
| `vehicleBrand` | `Brand` | `volkswagen` | The vehicle brand/make, get [list of supported brands](https://api.connectedcars.io/graphql/graphiql/) from the API's `Brand` type. |
| `vehicleUnitSerial` | | `12345678` | The serial number of the unit in the vehicle. |
| `vehicleFuelType` | `FuelType` | `electric` | The vehicle's fuel type, whether it's gasoline, diesel, electric, or similar. |
| `vehicleEngineCode` | | `EBJ` | The vehicle's engine code. |
| `customerFirstname` | | `John` | First name of the customer being added to the vehicle. |
| `customerLastname` | | `Smith` | Last name of the customer being added to the vehicle. |
| `customerEmail` | | `[email protected]` | Email address of the customer being added to the vehicle. |
Expand All @@ -30,5 +32,5 @@ Prefill form data on the "Add vehicle" page and the "vehicle activation guide" i
Example request:

```
/integration/vehicle/add?queryType=vin&source=some_system&vehicleVin=WVWZZZ1KZAW123456&customerEmail=johnsmith%40example.com
https://workshop.connectedcars.io/integration/vehicle/add?queryType=vin&source=some_system&vehicleVin=WVWZZZ1KZAW123456&customerEmail=johnsmith%40example.com
```

0 comments on commit dfaa04b

Please sign in to comment.