POST api/LoginDriver
Request Information
URI Parameters
None.
Body Parameters
tbl_LoginDriver| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile_No | string |
None. |
|
| Vehicle_No | string |
None. |
|
| App_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile_No": "sample string 1",
"Vehicle_No": "sample string 2",
"App_Version": "sample string 3"
}
text/html
Sample:
{"Mobile_No":"sample string 1","Vehicle_No":"sample string 2","App_Version":"sample string 3"}
application/xml, text/xml
Sample:
<tbl_LoginDriver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kumbh_API.Models"> <App_Version>sample string 3</App_Version> <Mobile_No>sample string 1</Mobile_No> <Vehicle_No>sample string 2</Vehicle_No> </tbl_LoginDriver>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |