Shows a list of all the fines in the system
GET
/car-rental/finesRequest
Query Params
reservation_id
integer
optional
Reservation ID
Example:
58
vehicle_plate
string
optional
Vehicle Plate
Example:
FL171
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{
"success": true,
"status_code": 200,
"errors": [],
"data": {
"current_page": 1,
"data": [],
"first_page_url": "https://api.staging-1.hqrentalsoftware.com/api/car-rental/fines?page=1",
"from": null,
"last_page": 1,
"last_page_url": "https://api.staging-1.hqrentalsoftware.com/api/car-rental/fines?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.staging-1.hqrentalsoftware.com/api/car-rental/fines?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://api.staging-1.hqrentalsoftware.com/api/car-rental/fines",
"per_page": 50,
"prev_page_url": null,
"to": null,
"total": 0
}
}
Last modified: 2 days ago