You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`device_id`| UUID | Provided by Operator to uniquely identify a vehicle |
83
83
|`provider_id`| UUID | Issued by Agency and [tracked](../providers.csv)|
84
+
|`data_provider_id`| UUID | Optional | If different than `provider_id`, a UUID for the data solution provider managing the data feed in this endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
84
85
|`vehicle_id`| String | Vehicle Identification Number (vehicle_id) visible on vehicle |
|`propulsion_types`| Enum[]| Array of [Propulsion Type][propulsion-types]; allows multiple values |
@@ -382,6 +383,7 @@ The Trips endpoint serves two purposes:
382
383
| trip_type | Enum | Optional | The type of the trip |
383
384
| trip_attributes |`{ [String]: String}`| Optional | Trip attributes, given as mode-specific key-value pairs |
384
385
| provider_id | UUID | Required | Provider which managed this trip |
386
+
|`data_provider_id`| UUID | Optional | If different than `provider_id`, a UUID for the data solution provider managing this data endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
385
387
| reservation_method | Enum | Required | Way the customer created their reservation, see [reservation-method](#reservation-method)|
386
388
| reservation_time | Timestamp | Required | Time the customer *requested* a reservation |
387
389
| reservation_type | Enum | Required | Type of reservation, see [reservation-type](#reservation-type)|
0 commit comments