POST api/DSAssessment
Request Information
URI Parameters
None.
Body Parameters
CompetancySummaryName | Description | Type | Additional information |
---|---|---|---|
cid | integer |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
standard | string |
None. |
|
semester | string |
None. |
|
examtype | string |
None. |
|
academicyear | string |
None. |
|
totstud | integer |
None. |
|
totenroll | integer |
None. |
|
totpresent | integer |
None. |
|
totabsent | integer |
None. |
|
totna | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
tabs | integer |
None. |
|
pabs | integer |
None. |
|
tna | integer |
None. |
|
pna | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
|
c3 | integer |
None. |
|
c4 | integer |
None. |
|
c5 | integer |
None. |
|
c6 | integer |
None. |
|
c7 | integer |
None. |
|
c8 | integer |
None. |
|
c9 | integer |
None. |
|
c10 | integer |
None. |
|
c11 | integer |
None. |
|
c12 | integer |
None. |
|
c13 | integer |
None. |
|
c14 | integer |
None. |
|
c15 | integer |
None. |
|
c16 | integer |
None. |
|
evaluationtype | string |
None. |
|
course | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "cid": 1, "centid": "sample string 2", "schoolid": "sample string 3", "standard": "sample string 4", "semester": "sample string 5", "examtype": "sample string 6", "academicyear": "sample string 7", "totstud": 1, "totenroll": 1, "totpresent": 1, "totabsent": 1, "totna": 1, "boys": 1, "girls": 1, "tabs": 1, "pabs": 1, "tna": 1, "pna": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "c5": 1, "c6": 1, "c7": 1, "c8": 1, "c9": 1, "c10": 1, "c11": 1, "c12": 1, "c13": 1, "c14": 1, "c15": 1, "c16": 1, "evaluationtype": "sample string 8", "course": "sample string 9" }
application/xml, text/xml
Sample:
<CompetancySummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssessmentNew.Models"> <academicyear>sample string 7</academicyear> <boys>1</boys> <c1>1</c1> <c10>1</c10> <c11>1</c11> <c12>1</c12> <c13>1</c13> <c14>1</c14> <c15>1</c15> <c16>1</c16> <c2>1</c2> <c3>1</c3> <c4>1</c4> <c5>1</c5> <c6>1</c6> <c7>1</c7> <c8>1</c8> <c9>1</c9> <centid>sample string 2</centid> <cid>1</cid> <course>sample string 9</course> <evaluationtype>sample string 8</evaluationtype> <examtype>sample string 6</examtype> <girls>1</girls> <pabs>1</pabs> <pna>1</pna> <schoolid>sample string 3</schoolid> <semester>sample string 5</semester> <standard>sample string 4</standard> <tabs>1</tabs> <tna>1</tna> <totabsent>1</totabsent> <totenroll>1</totenroll> <totna>1</totna> <totpresent>1</totpresent> <totstud>1</totstud> </CompetancySummary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.