POST api/exams/unit-details-scoped
Request Information
URI Parameters
None.
Body Parameters
UnitDetailsScopedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | integer |
None. |
|
| YearID | integer |
None. |
|
| ClassID | integer |
None. |
|
| DivId | integer |
None. |
|
| UnitTestID | integer |
None. |
|
| TestType | string |
None. |
|
| ExamType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolId": 1,
"YearID": 2,
"ClassID": 3,
"DivId": 4,
"UnitTestID": 5,
"TestType": "sample string 6",
"ExamType": "sample string 7"
}
application/xml, text/xml
Sample:
<UnitDetailsScopedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers"> <ClassID>3</ClassID> <DivId>4</DivId> <ExamType>sample string 7</ExamType> <SchoolId>1</SchoolId> <TestType>sample string 6</TestType> <UnitTestID>5</UnitTestID> <YearID>2</YearID> </UnitDetailsScopedRequest>
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.