POST api/DriverFeedbacks

Request Information

URI Parameters

None.

Body Parameters

DriverFeedback
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

DriverId

string

None.

UserId

string

None.

Rating

integer

None.

Feedback

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:40:37.1591898+02:00",
  "DriverId": "sample string 3",
  "UserId": "sample string 4",
  "Rating": 5,
  "Feedback": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DriverFeedback
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

DriverId

string

None.

UserId

string

None.

Rating

integer

None.

Feedback

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:40:37.1591898+02:00",
  "DriverId": "sample string 3",
  "UserId": "sample string 4",
  "Rating": 5,
  "Feedback": "sample string 6"
}