@@ -64,7 +64,6 @@ If `device_id` is specified, `GET` will return a single vehicle record, otherwis
6464
6565A vehicle record is as follows:
6666
67- <<<<<<< HEAD
6867| Field | Type | Field Description |
6968| ------------- | --------- | ----------------------------------------------------------------------------- |
7069| ` device_id ` | UUID | Provided by Operator to uniquely identify a vehicle |
@@ -78,21 +77,6 @@ A vehicle record is as follows:
7877| ` state ` | Enum | Current vehicle state. See [ Vehicle State] [ vehicle-states ] |
7978| ` prev_event ` | Enum | Last [ Vehicle Event] [ vehicle-event ] |
8079| ` updated ` | Timestamp | Date of last event update |
81- =======
82- | Field | Type | Required/Optional | Field Description |
83- | ------------- | --------- | --------------------- | ----------------------------------------------------------------------------- |
84- | ` device_id ` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
85- | ` provider_id ` | UUID | Required | Issued by City and [ tracked] ( ../providers.csv ) |
86- | ` vehicle_id ` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
87- | ` type ` | Enum | Required | [ Vehicle Type] ( #vehicle-type ) |
88- | ` propulsion ` | Enum[ ] | Required | Array of [ Propulsion Type] ( #propulsion-type ) ; allows multiple values |
89- | ` year ` | Integer | Required if Available | Year Manufactured |
90- | ` mfgr ` | String | Required if Available | Vehicle Manufacturer |
91- | ` model ` | String | Required if Available | Vehicle Model |
92- | ` status ` | Enum | Required if Available | Current vehicle status. See [ Vehicle Status] ( #vehicle-events ) |
93- | ` prev_event ` | Enum | Required if Available | Last [ Vehicle Event] ( #vehicle-events ) |
94- | ` updated ` | Timestamp | Required if Available | Date of last event update |
95- >>>>>>> dev
9680
9781404 Failure Response:
9882
@@ -111,14 +95,9 @@ Body Params:
11195| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
11296| ` device_id ` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
11397| ` vehicle_id ` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
114- <<<<<<< HEAD
11598| ` type ` | Enum | Required | [ Vehicle Type] [ vehicle-types ] |
11699| ` propulsion ` | Enum[ ] | Required | Array of [ Propulsion Type] [ propulsion-types ] ; allows multiple values |
117- =======
118- | ` type ` | Enum | Required | [ Vehicle Type] ( #vehicle-type ) |
119- | ` propulsion ` | Enum[ ] | Required | Array of [ Propulsion Type] ( #propulsion-type ) ; allows multiple values |
120100| ` provider_id ` | UUID | Optional | Provider to which the vehicle belongs if different from the authenticated provider |
121- >>>>>>> dev
122101| ` year ` | Integer | Optional | Year Manufactured |
123102| ` mfgr ` | String | Optional | Vehicle Manufacturer |
124103| ` model ` | String | Optional | Vehicle Model |
0 commit comments