We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e246c5 commit 1eb4565Copy full SHA for 1eb4565
1 file changed
agency/README.md
@@ -101,7 +101,8 @@ Body Params:
101
102
| Field | Type | Required/Optional | Field Description |
103
| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
104
-| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
+| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
105
+| `provider_id`| UUID | Required | Operator to which the vehicle belongs |
106
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
107
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
108
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |
0 commit comments