Skip to content

Commit 6e07686

Browse files
authored
Merge pull request #469 from Retzoh/patch-3
Agency: vehicle register: add optional provider_id field
2 parents 5279bb5 + 9cc7f22 commit 6e07686

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

agency/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ Body Params:
102102

103103
| Field | Type | Required/Optional | Field Description |
104104
| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
105-
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
105+
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
106106
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
107107
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
108108
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |
109+
| `provider_id`| UUID | Optional | Provider to which the vehicle belongs if different from the authenticated provider |
109110
| `year` | Integer | Optional | Year Manufactured |
110111
| `mfgr` | String | Optional | Vehicle Manufacturer |
111112
| `model` | String | Optional | Vehicle Model |

0 commit comments

Comments
 (0)