POST api/PoctLogin/poctCheckIn12New

Request Information

URI Parameters

None.

Body Parameters

poctCheckInFinal
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.

previouslocation

string

None.

contactpersonname

string

None.

contactnumber

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",
  "previouslocation": "sample string 9",
  "contactpersonname": "sample string 10",
  "contactnumber": "sample string 11"
}

application/xml, text/xml

Sample:
<Login.poctCheckInFinal 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>
  <contactnumber>sample string 11</contactnumber>
  <contactpersonname>sample string 10</contactpersonname>
  <previouslocation>sample string 9</previouslocation>
</Login.poctCheckInFinal>

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 'poctCheckInFinal'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.