POST api/PoctLogin/poctCheckIn1

Request Information

URI Parameters

None.

Body Parameters

poctCheckIn
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'poctCheckIn'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.