POST api/StudentLeaveApply
Request Information
URI Parameters
None.
Body Parameters
StudentLeaveApply| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentLeaveID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| SchoolSessionID | integer |
None. |
|
| Status | integer |
None. |
|
| strStatus | string |
None. |
|
| StudentCurrentID | integer |
Required |
|
| StudentCurrentIDName | string |
None. |
|
| StudentCurrentIDSelectList | Collection of Object |
None. |
|
| SchoolStandardID | integer |
Required |
|
| SchoolStandardIDName | string |
None. |
|
| SchoolStandardIDSelectList | Collection of Object |
None. |
|
| StandardDivisionID | integer |
Required |
|
| StandardDivisionIDName | string |
None. |
|
| StandardDivisionIDSelectList | Collection of Object |
None. |
|
| FromDate | date |
None. |
|
| strFromDate | string |
None. |
|
| ToDate | date |
None. |
|
| strToDate | string |
None. |
|
| TotalDays | decimal number |
None. |
|
| Reason | string |
Required |
|
| ActiveStatus | byte |
None. |
|
| strActiveStatus | string |
None. |
|
| Remarks | string |
None. |
|
| ApprovedBy | string |
None. |
|
| CreatedByID | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedByID | string |
None. |
|
| ModifiedDate | date |
None. |
|
| Guids | globally unique identifier |
None. |
|
| SetColour | string |
None. |
|
| StaffID | integer |
None. |
|
| kendoFromDate | string |
None. |
|
| kendoToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentLeaveID": 1,
"SchoolID": 2,
"SchoolSessionID": 3,
"Status": 4,
"strStatus": "sample string 5",
"StudentCurrentID": 6,
"StudentCurrentIDName": "sample string 7",
"StudentCurrentIDSelectList": null,
"SchoolStandardID": 8,
"SchoolStandardIDName": "sample string 9",
"SchoolStandardIDSelectList": null,
"StandardDivisionID": 10,
"StandardDivisionIDName": "sample string 11",
"StandardDivisionIDSelectList": null,
"FromDate": "2026-02-10T15:08:32.5310603+05:30",
"strFromDate": "sample string 13",
"ToDate": "2026-02-10T15:08:32.5310603+05:30",
"strToDate": "sample string 15",
"TotalDays": 16.1,
"Reason": "sample string 17",
"ActiveStatus": 64,
"strActiveStatus": "sample string 19",
"Remarks": "sample string 20",
"ApprovedBy": "sample string 21",
"CreatedByID": "sample string 22",
"CreatedDate": "2026-02-10T15:08:32.5310603+05:30",
"ModifiedByID": "sample string 24",
"ModifiedDate": "2026-02-10T15:08:32.5469618+05:30",
"Guids": "ea27382f-95d9-4956-915f-79d5d6d971ea",
"SetColour": "sample string 26",
"StaffID": 27,
"kendoFromDate": "sample string 28",
"kendoToDate": "sample string 29"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |