POST api/PUNCH_IN_PUNCH_OUT

Request Information

URI Parameters

None.

Body Parameters

PUCHIN_PUNCHOUT
NameDescriptionTypeAdditional information
SALESTEAM_ID

string

None.

CHECK_IN_READING

string

None.

CHECK_OUT_READING

string

None.

CHECK_IN_PLAN

string

None.

CHECK_OUT_PLAN

string

None.

ATTENDANCE_ID

string

None.

CHECK_IN_PHOTO

Collection of byte

None.

CHECK_OUT_PHOTO

Collection of byte

None.

TYPE

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SALESTEAM_ID": "sample string 1",
  "CHECK_IN_READING": "sample string 2",
  "CHECK_OUT_READING": "sample string 3",
  "CHECK_IN_PLAN": "sample string 4",
  "CHECK_OUT_PLAN": "sample string 5",
  "ATTENDANCE_ID": "sample string 6",
  "CHECK_IN_PHOTO": "QEA=",
  "CHECK_OUT_PHOTO": "QEA=",
  "TYPE": "sample string 7",
  "EXTRA1": "sample string 8",
  "EXTRA2": "sample string 9",
  "EXTRA3": "sample string 10"
}

text/plain

Sample:
{"SALESTEAM_ID":"sample string 1","CHECK_IN_READING":"sample string 2","CHECK_OUT_READING":"sample string 3","CHECK_IN_PLAN":"sample string 4","CHECK_OUT_PLAN":"sample string 5","ATTENDANCE_ID":"sample string 6","CHECK_IN_PHOTO":"QEA=","CHECK_OUT_PHOTO":"QEA=","TYPE":"sample string 7","EXTRA1":"sample string 8","EXTRA2":"sample string 9","EXTRA3":"sample string 10"}

application/xml, text/xml

Sample:
<PUCHIN_PUNCHOUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Controllers">
  <ATTENDANCE_ID>sample string 6</ATTENDANCE_ID>
  <CHECK_IN_PHOTO>QEA=</CHECK_IN_PHOTO>
  <CHECK_IN_PLAN>sample string 4</CHECK_IN_PLAN>
  <CHECK_IN_READING>sample string 2</CHECK_IN_READING>
  <CHECK_OUT_PHOTO>QEA=</CHECK_OUT_PHOTO>
  <CHECK_OUT_PLAN>sample string 5</CHECK_OUT_PLAN>
  <CHECK_OUT_READING>sample string 3</CHECK_OUT_READING>
  <EXTRA1>sample string 8</EXTRA1>
  <EXTRA2>sample string 9</EXTRA2>
  <EXTRA3>sample string 10</EXTRA3>
  <SALESTEAM_ID>sample string 1</SALESTEAM_ID>
  <TYPE>sample string 7</TYPE>
</PUCHIN_PUNCHOUT>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.