Skip to content

Commit 1eb4565

Browse files
authored
Agency: vehicle register: add provider_id field
1 parent 3e246c5 commit 1eb4565

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
@@ -101,7 +101,8 @@ Body Params:
101101

102102
| Field | Type | Required/Optional | Field Description |
103103
| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
104-
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
104+
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
105+
| `provider_id`| UUID | Required | Operator to which the vehicle belongs |
105106
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
106107
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
107108
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |

0 commit comments

Comments
 (0)