POST api/LeaveApplication

Request Information

URI Parameters

None.

Body Parameters

StudentLeaveApplication
NameDescriptionTypeAdditional information
Leave_Id

string

None.

Stud_Id

string

None.

Adm_Log_Id

string

None.

Apply_On

date

None.

Leave_From_dt

date

None.

Leave_to_dt

date

None.

Leave_Discription

string

None.

Status

string

None.

Checked_By

string

None.

Checked_On

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Leave_Id": "sample string 1",
  "Stud_Id": "sample string 2",
  "Adm_Log_Id": "sample string 3",
  "Apply_On": "2024-11-19T14:06:22.6126693+05:30",
  "Leave_From_dt": "2024-11-19T14:06:22.6126693+05:30",
  "Leave_to_dt": "2024-11-19T14:06:22.6126693+05:30",
  "Leave_Discription": "sample string 4",
  "Status": "sample string 5",
  "Checked_By": "sample string 6",
  "Checked_On": "2024-11-19T14:06:22.6126693+05:30"
}

application/xml, text/xml

Sample:
<StudentLeaveApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApplicationDataAccess">
  <Adm_Log_Id>sample string 3</Adm_Log_Id>
  <Apply_On>2024-11-19T14:06:22.6126693+05:30</Apply_On>
  <Checked_By>sample string 6</Checked_By>
  <Checked_On>2024-11-19T14:06:22.6126693+05:30</Checked_On>
  <Leave_Discription>sample string 4</Leave_Discription>
  <Leave_From_dt>2024-11-19T14:06:22.6126693+05:30</Leave_From_dt>
  <Leave_Id>sample string 1</Leave_Id>
  <Leave_to_dt>2024-11-19T14:06:22.6126693+05:30</Leave_to_dt>
  <Status>sample string 5</Status>
  <Stud_Id>sample string 2</Stud_Id>
</StudentLeaveApplication>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.