POST api/PoctLogin/poctCheckIn12
Request Information
URI Parameters
None.
Body Parameters
poctCheckInName | Description | Type | Additional information |
---|---|---|---|
EmpCode | string |
None. |
|
CusId | integer |
None. |
|
CopId | string |
None. |
|
CheckInLocation | string |
None. |
|
CallType | string |
None. |
|
GPSLat | string |
None. |
|
GPSLong | string |
None. |
|
Status | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "EmpCode": "sample string 1", "CusId": 2, "CopId": "sample string 3", "CheckInLocation": "sample string 4", "CallType": "sample string 5", "GPSLat": "sample string 6", "GPSLong": "sample string 7", "Status": "sample string 8" }
application/xml, text/xml
Sample:
<Login.poctCheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <CallType>sample string 5</CallType> <CheckInLocation>sample string 4</CheckInLocation> <CopId>sample string 3</CopId> <CusId>2</CusId> <EmpCode>sample string 1</EmpCode> <GPSLat>sample string 6</GPSLat> <GPSLong>sample string 7</GPSLong> <Status>sample string 8</Status> </Login.poctCheckIn>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.