POST api/lgt/CheckOut?langcode={langcode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
langcode | string |
Required |
Body Parameters
CheckOutMLName | Description | Type | Additional information |
---|---|---|---|
employeeid | string |
None. |
|
location | string |
None. |
|
latitude | string |
None. |
|
longitude | string |
None. |
|
checkouttime | string |
None. |
|
locStateDevice | string |
None. |
|
locStateApp | string |
None. |
|
batteryPercent | string |
None. |
|
cellInfo | string |
None. |
|
accuracy | string |
None. |
|
locTS | string |
None. |
|
spoofingEnb | string |
None. |
|
providerNetTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "employeeid": "sample string 1", "location": "sample string 2", "latitude": "sample string 3", "longitude": "sample string 4", "checkouttime": "sample string 5", "locStateDevice": "sample string 6", "locStateApp": "sample string 7", "batteryPercent": "sample string 8", "cellInfo": "sample string 9", "accuracy": "sample string 10", "locTS": "sample string 11", "spoofingEnb": "sample string 12", "providerNetTime": "sample string 13" }
application/xml, text/xml
Sample:
<CheckOutML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lgt.MobileApp.API.Models"> <accuracy>sample string 10</accuracy> <batteryPercent>sample string 8</batteryPercent> <cellInfo>sample string 9</cellInfo> <checkouttime>sample string 5</checkouttime> <employeeid>sample string 1</employeeid> <latitude>sample string 3</latitude> <locStateApp>sample string 7</locStateApp> <locStateDevice>sample string 6</locStateDevice> <locTS>sample string 11</locTS> <location>sample string 2</location> <longitude>sample string 4</longitude> <providerNetTime>sample string 13</providerNetTime> <spoofingEnb>sample string 12</spoofingEnb> </CheckOutML>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.