POST api/MDIHrms/hrmsapprvleave

Request Information

URI Parameters

None.

Body Parameters

hrmsapprvleave
NameDescriptionTypeAdditional information
rmremark

string

None.

appdatefrom

date

None.

appdateto

date

None.

usercode

string

None.

reqodid

integer

None.

mode

integer

None.

requesttype

string

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "rmremark": "sample string 1",
  "appdatefrom": "2026-01-13T04:39:12.8876651+05:30",
  "appdateto": "2026-01-13T04:39:12.8876651+05:30",
  "usercode": "sample string 4",
  "reqodid": 5,
  "mode": 6,
  "requesttype": "sample string 7",
  "status": "sample string 8"
}

application/xml, text/xml

Sample:
<HrmsModel.hrmsapprvleave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDIHRMS.Models">
  <appdatefrom>2026-01-13T04:39:12.8876651+05:30</appdatefrom>
  <appdateto>2026-01-13T04:39:12.8876651+05:30</appdateto>
  <mode>6</mode>
  <reqodid>5</reqodid>
  <requesttype>sample string 7</requesttype>
  <rmremark>sample string 1</rmremark>
  <status>sample string 8</status>
  <usercode>sample string 4</usercode>
</HrmsModel.hrmsapprvleave>

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.