POST api/Vehicle/Add_Block_Verify_Data
Request Information
URI Parameters
None.
Body Parameters
Add_Block_Verify_Data_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| Device_Regn_ID | string |
None. |
|
| IMEI_Number | string |
None. |
|
| Os_Version | string |
None. |
|
| DEPT_ID | integer |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| Zone_ID | integer |
None. |
|
| Verification_By | string |
None. |
|
| Verification_Data | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"Device_Regn_ID": "sample string 2",
"IMEI_Number": "sample string 3",
"Os_Version": "sample string 4",
"DEPT_ID": 5,
"latitude": 6.1,
"longitude": 7.1,
"Year": 8,
"Month": 9,
"Zone_ID": 10,
"Verification_By": "sample string 11",
"Verification_Data": "sample string 12",
"Remark": "sample string 13"
}
multipart/form-data
Sample:
{"USER_ID":1,"Device_Regn_ID":"sample string 2","IMEI_Number":"sample string 3","Os_Version":"sample string 4","DEPT_ID":5,"latitude":6.1,"longitude":7.1,"Year":8,"Month":9,"Zone_ID":10,"Verification_By":"sample string 11","Verification_Data":"sample string 12","Remark":"sample string 13"}
application/xml, text/xml
Sample:
<Add_Block_Verify_Data_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <USER_ID>1</USER_ID> <Device_Regn_ID>sample string 2</Device_Regn_ID> <IMEI_Number>sample string 3</IMEI_Number> <Os_Version>sample string 4</Os_Version> <DEPT_ID>5</DEPT_ID> <latitude>6.1</latitude> <longitude>7.1</longitude> <Year>8</Year> <Month>9</Month> <Zone_ID>10</Zone_ID> <Verification_By>sample string 11</Verification_By> <Verification_Data>sample string 12</Verification_Data> <Remark>sample string 13</Remark> </Add_Block_Verify_Data_Input>
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. |