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
Please refer to the MDS [General Information][general-information] document.
128
+
For Timestamps, Vehicle Types, Propulsion Types, UUIDs, Costs, and Currencies, refer to the MDS [General Information][general-information] document.
119
129
120
130
[Top][toc]
121
131
@@ -154,7 +164,7 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
154
164
|`actual_cost`| Integer | Optional | The actual cost, in the currency defined in `currency`, paid by the customer of the *mobility as a service* provider (see [Costs & Currencies][costs-and-currencies]) |
155
165
|`currency`| String | Optional, USD cents is implied if null.| An [ISO 4217 Alphabetic Currency Code][iso4217] representing the currency of the payee (see [Costs & Currencies][costs-and-currencies]) |
156
166
157
-
### Trips Query Parameters
167
+
### Trips - Query Parameters
158
168
159
169
The `/trips` API should allow querying trips with the following query parameters:
160
170
@@ -247,7 +257,7 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
247
257
|`trip_id`| UUID | Required if Applicable | Trip UUID (foreign key to Trips API), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction`|
248
258
|`associated_ticket`| String | Optional | Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
249
259
250
-
### Status Changes Query Parameters
260
+
### Status Changes - Query Parameters
251
261
252
262
The `/status_changes` API should allow querying status changes with the following query parameters:
0 commit comments