POST api/Driver

Request Information

URI Parameters

None.

Body Parameters

tbl_Driver
NameDescriptionTypeAdditional information
Driver_Name

string

None.

Driver_Vehicle_Name

string

None.

Driver_Mobile

string

None.

App_Version

string

None.

Driver_AddedBy

integer

None.

Driver_Id

integer

None.

Driver_Vehicle_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Driver_Name": "sample string 1",
  "Driver_Vehicle_Name": "sample string 2",
  "Driver_Mobile": "sample string 3",
  "App_Version": "sample string 4",
  "Driver_AddedBy": 5,
  "Driver_Id": 6,
  "Driver_Vehicle_Id": 7
}

text/html

Sample:
{"Driver_Name":"sample string 1","Driver_Vehicle_Name":"sample string 2","Driver_Mobile":"sample string 3","App_Version":"sample string 4","Driver_AddedBy":5,"Driver_Id":6,"Driver_Vehicle_Id":7}

application/xml, text/xml

Sample:
<tbl_Driver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kumbh_API.Models">
  <App_Version>sample string 4</App_Version>
  <Driver_AddedBy>5</Driver_AddedBy>
  <Driver_Id>6</Driver_Id>
  <Driver_Mobile>sample string 3</Driver_Mobile>
  <Driver_Name>sample string 1</Driver_Name>
  <Driver_Vehicle_Id>7</Driver_Vehicle_Id>
  <Driver_Vehicle_Name>sample string 2</Driver_Vehicle_Name>
</tbl_Driver>

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.