https://github.com/snoussi/vehicle-configuration
https://github.com/snoussi/vehicle-configuration
dmn rhdm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snoussi/vehicle-configuration
- Owner: snoussi
- Created: 2022-09-22T13:21:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:39:56.000Z (over 3 years ago)
- Last Synced: 2025-08-23T11:05:54.833Z (10 months ago)
- Topics: dmn, rhdm
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vehicle Configuration Decision Service
## Decision Requirements Diagram

## payload example
```json
{
"Corvert": {
"VIN": "VF7TNR20210225003",
"LCDV": "1CH5CLNE5235240000000003",
"Country Code Destination": "FR",
"Country Code APVR": "FR",
"Country Code Programmed": "19",
"_49H": "string",
"_4L9": "string",
"_44X": "string",
"_4M2": "string",
"DYR": "string",
"D6H": "string",
"D09": "string",
"DIB": "string",
"D6K": "string",
"DRC": "string",
"DI2": "string",
"DO9": "string",
"DMW": "string",
"_19H": "string",
"_1L9": "string",
"_14X": "string",
"_1M2": "string",
"K9H": "string",
"KL9": "string",
"M9H": "string",
"ML9": "string"
}
}
```