POST api/HRMS/Attendance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
attend
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "employee_id": "sample string 3",
  "latitude": "sample string 4",
  "longitude": "sample string 5",
  "location": "sample string 6",
  "date_time": "2020-12-30T17:15:20.0869168+05:30"
}

application/xml, text/xml

Sample:
<request_attendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request">
  <date_time>2020-12-30T17:15:20.0869168+05:30</date_time>
  <employee_id>sample string 3</employee_id>
  <key>sample string 2</key>
  <latitude>sample string 4</latitude>
  <location>sample string 6</location>
  <longitude>sample string 5</longitude>
  <method>sample string 1</method>
</request_attendance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "status": "sample string 3",
  "response": "sample string 4"
}

application/xml, text/xml

Sample:
<response_attendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models">
  <key>sample string 2</key>
  <method>sample string 1</method>
  <response>sample string 4</response>
  <status>sample string 3</status>
</response_attendance>