PUT api/DriverFeedbacks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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:35:44.7851516+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

None.