Skip to content

Commit

Permalink
Merge pull request #93 from connectedcars/ownership-reasons
Browse files Browse the repository at this point in the history
Adds info to ownership change reasons
  • Loading branch information
mex committed Jul 4, 2024
2 parents 26027b5 + 8f6e3c8 commit fffce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/ownership-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _Sequence diagram_
|:---------------|:---------------------------------------------|:---------------------------|:---------|
| `vin` | String | `WVWZZZAUZKW123456` | Required |
| `changedAt` | Datetime, RFC3339 | `2022-08-23T13:37:00.000Z` | Required |
| `reason` | Enum(`deregistration`, `new_owner`, `other`) | `deregistration` | Optional |
| `reason` | Enum(`deregistration`, `new_owner`, `other`) | `deregistration` | Optional, `deregistration` could be when a vehicle gets exported or scrapped while `new_owner` could be the vehicle getting sold to another person |
| `previousUser` | String | `[email protected]` | Optional |
| `newUser` | String | `[email protected]` | Optional |

Expand Down

0 comments on commit fffce26

Please sign in to comment.