POST api/CaseData/ScheduledTrip_Close_Case
Request Information
URI Parameters
None.
Body Parameters
SCH_Trip_Close_Case_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| DEPT_ID | integer |
None. |
|
| User_ID | integer |
None. |
|
| Vehicle_ID | integer |
None. |
|
| Case_No | integer |
None. |
|
| Proc_Start_Time | string |
None. |
|
| Proc_End_Time | string |
None. |
|
| Form_No | string |
None. |
|
| Proc_Remark | string |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| Proc_Rate | decimal number |
None. |
|
| AI_Rate | decimal number |
None. |
|
| Patho_Rate | decimal number |
None. |
|
| Device_Regn_ID | string |
None. |
|
| IMEI_Number | string |
None. |
|
| Os_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEPT_ID": 1,
"User_ID": 2,
"Vehicle_ID": 3,
"Case_No": 4,
"Proc_Start_Time": "sample string 5",
"Proc_End_Time": "sample string 6",
"Form_No": "sample string 7",
"Proc_Remark": "sample string 8",
"latitude": 9.1,
"longitude": 10.1,
"Proc_Rate": 11.0,
"AI_Rate": 12.0,
"Patho_Rate": 13.0,
"Device_Regn_ID": "sample string 14",
"IMEI_Number": "sample string 15",
"Os_Version": "sample string 16"
}
multipart/form-data
Sample:
{"DEPT_ID":1,"User_ID":2,"Vehicle_ID":3,"Case_No":4,"Proc_Start_Time":"sample string 5","Proc_End_Time":"sample string 6","Form_No":"sample string 7","Proc_Remark":"sample string 8","latitude":9.1,"longitude":10.1,"Proc_Rate":11.0,"AI_Rate":12.0,"Patho_Rate":13.0,"Device_Regn_ID":"sample string 14","IMEI_Number":"sample string 15","Os_Version":"sample string 16"}
application/xml, text/xml
Sample:
<SCH_Trip_Close_Case_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DEPT_ID>1</DEPT_ID> <User_ID>2</User_ID> <Vehicle_ID>3</Vehicle_ID> <Case_No>4</Case_No> <Proc_Start_Time>sample string 5</Proc_Start_Time> <Proc_End_Time>sample string 6</Proc_End_Time> <Form_No>sample string 7</Form_No> <Proc_Remark>sample string 8</Proc_Remark> <latitude>9.1</latitude> <longitude>10.1</longitude> <Proc_Rate>11</Proc_Rate> <AI_Rate>12</AI_Rate> <Patho_Rate>13</Patho_Rate> <Device_Regn_ID>sample string 14</Device_Regn_ID> <IMEI_Number>sample string 15</IMEI_Number> <Os_Version>sample string 16</Os_Version> </SCH_Trip_Close_Case_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. |