POST api/MDIHrms/hrmsleavesummary

Request Information

URI Parameters

None.

Body Parameters

myhrmsleavesummary
NameDescriptionTypeAdditional information
empcode

string

None.

fromdate

date

None.

todate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "empcode": "sample string 1",
  "fromdate": "2026-01-13T04:38:31.6526057+05:30",
  "todate": "2026-01-13T04:38:31.6526057+05:30"
}

application/xml, text/xml

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

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.