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.

email

string

None.

rmemail

string

None.

name

string

None.

rmname

string

None.

Request Formats

application/json, text/json

Sample:
{
  "rmremark": "sample string 1",
  "appdatefrom": "2026-01-13T04:30:52.7690801+05:30",
  "appdateto": "2026-01-13T04:30:52.7690801+05:30",
  "usercode": "sample string 4",
  "reqodid": 5,
  "mode": 6,
  "requesttype": "sample string 7",
  "status": "sample string 8",
  "email": "sample string 9",
  "rmemail": "sample string 10",
  "name": "sample string 11",
  "rmname": "sample string 12"
}

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:30:52.7690801+05:30</appdatefrom>
  <appdateto>2026-01-13T04:30:52.7690801+05:30</appdateto>
  <email>sample string 9</email>
  <mode>6</mode>
  <name>sample string 11</name>
  <reqodid>5</reqodid>
  <requesttype>sample string 7</requesttype>
  <rmemail>sample string 10</rmemail>
  <rmname>sample string 12</rmname>
  <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.