POST api/App/App_InsertUpdateParentLeaveDetails

Request Information

URI Parameters

None.

Body Parameters

App_InsertUpdateParentLeaveDetailsRequest
NameDescriptionTypeAdditional information
LeaveID

integer

None.

Stud_Id

integer

None.

LeaveFromDate

date

None.

LeaveToDate

date

None.

Reason

string

None.

TotalDays

decimal number

None.

LeaveMode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaveID": 1,
  "Stud_Id": 2,
  "LeaveFromDate": "2026-03-25T16:47:47.9879202+05:30",
  "LeaveToDate": "2026-03-25T16:47:47.9879202+05:30",
  "Reason": "sample string 5",
  "TotalDays": 6.0,
  "LeaveMode": "sample string 7"
}

application/xml, text/xml

Sample:
<App_InsertUpdateParentLeaveDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <LeaveFromDate>2026-03-25T16:47:47.9879202+05:30</LeaveFromDate>
  <LeaveID>1</LeaveID>
  <LeaveMode>sample string 7</LeaveMode>
  <LeaveToDate>2026-03-25T16:47:47.9879202+05:30</LeaveToDate>
  <Reason>sample string 5</Reason>
  <Stud_Id>2</Stud_Id>
  <TotalDays>6</TotalDays>
</App_InsertUpdateParentLeaveDetailsRequest>

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.