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