POST api/App/GetGenerateResult
Request Information
URI Parameters
None.
Body Parameters
GetGenerateResultRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| YearID | integer |
None. |
|
| ClassID | integer |
None. |
|
| Div_Id | integer |
None. |
|
| SchoolID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YearID": 1,
"ClassID": 2,
"Div_Id": 3,
"SchoolID": 4
}
application/xml, text/xml
Sample:
<GetGenerateResultRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <ClassID>2</ClassID> <Div_Id>3</Div_Id> <SchoolID>4</SchoolID> <YearID>1</YearID> </GetGenerateResultRequest>
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.