POST api/EmployeeCheckIn
Request Information
URI Parameters
None.
Body Parameters
EmployeeCheckIn| Name | Description | Type | Additional information |
|---|---|---|---|
| EMPLOYEE_ID | string |
None. |
|
| VEHICLE_TYPE_ID | string |
None. |
|
| VEHICAL_READING | string |
None. |
|
| TODAYS_COLLECTION | string |
None. |
|
| TODAY_WORK_SUMMARY | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| ODOMETER_PHOTO | Collection of byte |
None. |
|
| FARMER_VISIT | string |
None. |
|
| DEALER_VISIT | string |
None. |
|
| SENIOR_CALL | string |
None. |
|
| VEGITABLE_PLANNING | string |
None. |
|
| MAIZE_PLANNING | string |
None. |
|
| VEGITABLE_PLANNING_OUT | string |
None. |
|
| MAIZE_PLANNING_OUT | string |
None. |
|
| TYPE | string |
None. |
|
| TravelWithStaff | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMPLOYEE_ID": "sample string 1",
"VEHICLE_TYPE_ID": "sample string 2",
"VEHICAL_READING": "sample string 3",
"TODAYS_COLLECTION": "sample string 4",
"TODAY_WORK_SUMMARY": "sample string 5",
"LATITUDE": "sample string 6",
"LONGITUDE": "sample string 7",
"ODOMETER_PHOTO": "QEA=",
"FARMER_VISIT": "sample string 8",
"DEALER_VISIT": "sample string 9",
"SENIOR_CALL": "sample string 10",
"VEGITABLE_PLANNING": "sample string 11",
"MAIZE_PLANNING": "sample string 12",
"VEGITABLE_PLANNING_OUT": "sample string 13",
"MAIZE_PLANNING_OUT": "sample string 14",
"TYPE": "sample string 15",
"TravelWithStaff": "sample string 16",
"EXTRA1": "sample string 17",
"EXTRA2": "sample string 18",
"EXTRA3": "sample string 19"
}
application/xml, text/xml
Sample:
<EmployeeCheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Controllers"> <DEALER_VISIT>sample string 9</DEALER_VISIT> <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID> <EXTRA1>sample string 17</EXTRA1> <EXTRA2>sample string 18</EXTRA2> <EXTRA3>sample string 19</EXTRA3> <FARMER_VISIT>sample string 8</FARMER_VISIT> <LATITUDE>sample string 6</LATITUDE> <LONGITUDE>sample string 7</LONGITUDE> <MAIZE_PLANNING>sample string 12</MAIZE_PLANNING> <MAIZE_PLANNING_OUT>sample string 14</MAIZE_PLANNING_OUT> <ODOMETER_PHOTO>QEA=</ODOMETER_PHOTO> <SENIOR_CALL>sample string 10</SENIOR_CALL> <TODAYS_COLLECTION>sample string 4</TODAYS_COLLECTION> <TODAY_WORK_SUMMARY>sample string 5</TODAY_WORK_SUMMARY> <TYPE>sample string 15</TYPE> <TravelWithStaff>sample string 16</TravelWithStaff> <VEGITABLE_PLANNING>sample string 11</VEGITABLE_PLANNING> <VEGITABLE_PLANNING_OUT>sample string 13</VEGITABLE_PLANNING_OUT> <VEHICAL_READING>sample string 3</VEHICAL_READING> <VEHICLE_TYPE_ID>sample string 2</VEHICLE_TYPE_ID> </EmployeeCheckIn>
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. |