shows a list of reservations
GET
/car-rental/reservationsRequest
Query Params
filter-from-mine-dashboard
optional
Filter from mine dashboard
filters
optional
Operators include: equals, not_equals, less_than, greater_than, is_null, is_not_null. Example: [{'type':'string','column':'outstanding_balance', 'operator':'greater_than','value':'0'}]
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 2 days ago