POST api/DriverHub/DriverAcknowledge

Request Information

URI Parameters

None.

Body Parameters

ClsDriverHub
NameDescriptionTypeAdditional information
PassWord

string

None.

DriverId

integer

None.

Date

date

None.

BookingID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PassWord": "sample string 1",
  "DriverId": 2,
  "Date": "2025-12-16T16:17:52.5600631+00:00",
  "BookingID": 4
}

application/xml, text/xml

Sample:
<ClsDriverHub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData">
  <BookingID>4</BookingID>
  <Date>2025-12-16T16:17:52.5600631+00:00</Date>
  <DriverId>2</DriverId>
  <PassWord>sample string 1</PassWord>
</ClsDriverHub>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.