POST api/org-admin/reports/faculty-leave
Request Information
URI Parameters
None.
Body Parameters
OrgReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolGroupId | integer |
None. |
|
| SchoolIds | Collection of integer |
None. |
|
| YearId | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Timeframe | string |
None. |
|
| Demographic | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolGroupId": 1,
"SchoolIds": [
1,
2
],
"YearId": 1,
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"Timeframe": "sample string 4",
"Demographic": "sample string 5"
}
application/xml, text/xml
Sample:
<OrgReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
<Demographic>sample string 5</Demographic>
<FromDate>sample string 2</FromDate>
<SchoolGroupId>1</SchoolGroupId>
<SchoolIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SchoolIds>
<Timeframe>sample string 4</Timeframe>
<ToDate>sample string 3</ToDate>
<YearId>1</YearId>
</OrgReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.