POST api/DriverHub/GetDriverJobsDayWise

Request Information

URI Parameters

None.

Body Parameters

ClsDriverHub_v1
NameDescriptionTypeAdditional information
PassWord

string

None.

DriverId

integer

None.

Date

string

None.

BookingID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PassWord": "sample string 1",
  "DriverId": 2,
  "Date": "sample string 3",
  "BookingID": 4
}

application/xml, text/xml

Sample:
<ClsDriverHub_v1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData">
  <BookingID>4</BookingID>
  <Date>sample string 3</Date>
  <DriverId>2</DriverId>
  <PassWord>sample string 1</PassWord>
</ClsDriverHub_v1>

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.