POST api/Reportcardmid/Getbroadsheet
Request Information
URI Parameters
None.
Body Parameters
BroadSheetFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassId | integer |
Required |
|
| OptionId | integer |
None. |
|
| ArmId | integer |
None. |
|
| SessionId | integer |
None. |
|
| TermId | integer |
None. |
|
| ReportType | integer |
None. |
|
| username | string |
Required |
|
| accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ClassId": 1,
"OptionId": 2,
"ArmId": 3,
"SessionId": 4,
"TermId": 5,
"ReportType": 6,
"username": "sample string 7",
"accesskey": "sample string 8"
}
text/html
Sample:
{"ClassId":1,"OptionId":2,"ArmId":3,"SessionId":4,"TermId":5,"ReportType":6,"username":"sample string 7","accesskey":"sample string 8"}
application/xml, text/xml
Sample:
<BroadSheetFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <ArmId>3</ArmId> <ClassId>1</ClassId> <OptionId>2</OptionId> <ReportType>6</ReportType> <SessionId>4</SessionId> <TermId>5</TermId> <accesskey>sample string 8</accesskey> <username>sample string 7</username> </BroadSheetFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.