POST api/Employee/UpdatewaitingtimeAPI

Request Information

URI Parameters

None.

Body Parameters

UpdatewaitingtimeAPImodel
NameDescriptionTypeAdditional information
RideId

integer

None.

EmployeeId

integer

None.

ApplicableDateTime

date

None.

Message

string

None.

EmployeeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RideId": 1,
  "EmployeeId": 2,
  "ApplicableDateTime": "2025-12-06T09:08:21.8919724+05:30",
  "Message": "sample string 4",
  "EmployeeName": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdatewaitingtimeAPImodel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.