POST api/MDIHrms/hrmstodaysattdetail

Request Information

URI Parameters

None.

Body Parameters

myhrmsattendancedetail
NameDescriptionTypeAdditional information
empcode

string

None.

startdate

date

None.

enddate

date

None.

atttype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "empcode": "sample string 1",
  "startdate": "2026-01-13T04:38:31.6526057+05:30",
  "enddate": "2026-01-13T04:38:31.6526057+05:30",
  "atttype": "sample string 4"
}

application/xml, text/xml

Sample:
<HrmsModel.myhrmsattendancedetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDIHRMS.Models">
  <atttype>sample string 4</atttype>
  <empcode>sample string 1</empcode>
  <enddate>2026-01-13T04:38:31.6526057+05:30</enddate>
  <startdate>2026-01-13T04:38:31.6526057+05:30</startdate>
</HrmsModel.myhrmsattendancedetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.