POST api/RideRatings/get
Request Information
URI Parameters
None.
Body Parameters
GetRideRatingsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingId | integer |
None. |
|
| FleetId | integer |
None. |
|
| DriverId | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"bookingId": 1,
"fleetId": 1,
"driverId": 1,
"fromDate": "2025-12-13T01:12:36.3392777+00:00",
"toDate": "2025-12-13T01:12:36.3392777+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.