POST api/CheckIn_Checkout_
Request Information
URI Parameters
None.
Body Parameters
CheckIn_Checkout| Name | Description | Type | Additional information |
|---|---|---|---|
| EMPLOYEE_ID | string |
None. |
|
| VTYPE_ID | string |
None. |
|
| OPENING_READING | string |
None. |
|
| CLOSING_READING | string |
None. |
|
| TODAYS_PLAN | string |
None. |
|
| CHECKIN_LATITUDE | string |
None. |
|
| CHECKIN_LONGITUDE | string |
None. |
|
| CHECKIN_PHOTO | Collection of byte |
None. |
|
| CHECKOUT_LATITUDE | string |
None. |
|
| CHECKOUT_LONGITUDE | string |
None. |
|
| CHECKOUT_PHOTO | Collection of byte |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| FARMER_VISIT | string |
None. |
|
| DEALER_VISIT | string |
None. |
|
| SELL_TARGET | string |
None. |
|
| COLLECTION_TARGET | string |
None. |
|
| OTHER1 | string |
None. |
|
| OTHER2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMPLOYEE_ID": "sample string 1",
"VTYPE_ID": "sample string 2",
"OPENING_READING": "sample string 3",
"CLOSING_READING": "sample string 4",
"TODAYS_PLAN": "sample string 5",
"CHECKIN_LATITUDE": "sample string 6",
"CHECKIN_LONGITUDE": "sample string 7",
"CHECKIN_PHOTO": "QEA=",
"CHECKOUT_LATITUDE": "sample string 8",
"CHECKOUT_LONGITUDE": "sample string 9",
"CHECKOUT_PHOTO": "QEA=",
"TYPE": "sample string 10",
"EXTRA1": "sample string 11",
"EXTRA2": "sample string 12",
"EXTRA3": "sample string 13",
"FARMER_VISIT": "sample string 14",
"DEALER_VISIT": "sample string 15",
"SELL_TARGET": "sample string 16",
"COLLECTION_TARGET": "sample string 17",
"OTHER1": "sample string 18",
"OTHER2": "sample string 19"
}
application/xml, text/xml
Sample:
<CheckIn_Checkout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers"> <CHECKIN_LATITUDE>sample string 6</CHECKIN_LATITUDE> <CHECKIN_LONGITUDE>sample string 7</CHECKIN_LONGITUDE> <CHECKIN_PHOTO>QEA=</CHECKIN_PHOTO> <CHECKOUT_LATITUDE>sample string 8</CHECKOUT_LATITUDE> <CHECKOUT_LONGITUDE>sample string 9</CHECKOUT_LONGITUDE> <CHECKOUT_PHOTO>QEA=</CHECKOUT_PHOTO> <CLOSING_READING>sample string 4</CLOSING_READING> <COLLECTION_TARGET>sample string 17</COLLECTION_TARGET> <DEALER_VISIT>sample string 15</DEALER_VISIT> <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID> <EXTRA1>sample string 11</EXTRA1> <EXTRA2>sample string 12</EXTRA2> <EXTRA3>sample string 13</EXTRA3> <FARMER_VISIT>sample string 14</FARMER_VISIT> <OPENING_READING>sample string 3</OPENING_READING> <OTHER1>sample string 18</OTHER1> <OTHER2>sample string 19</OTHER2> <SELL_TARGET>sample string 16</SELL_TARGET> <TODAYS_PLAN>sample string 5</TODAYS_PLAN> <TYPE>sample string 10</TYPE> <VTYPE_ID>sample string 2</VTYPE_ID> </CheckIn_Checkout>
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. |