POST api/Assessment/AddDigitalSaksharFeedback
Request Information
URI Parameters
None.
Body Parameters
AssessmentDigitalFeedbackName | Description | Type | Additional information |
---|---|---|---|
fid | integer |
None. |
|
centid | string |
None. |
|
fellowid | string |
None. |
|
studentid | string |
None. |
|
batchid | string |
None. |
|
q1 | integer |
None. |
|
q2 | integer |
None. |
|
q3 | integer |
None. |
|
q4 | integer |
None. |
|
q5 | integer |
None. |
|
q6 | integer |
None. |
|
q7 | integer |
None. |
|
q8 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "fid": 1, "centid": "sample string 2", "fellowid": "sample string 3", "studentid": "sample string 4", "batchid": "sample string 5", "q1": 1, "q2": 1, "q3": 1, "q4": 1, "q5": 1, "q6": 1, "q7": 1, "q8": 1 }
application/xml, text/xml
Sample:
<AssessmentDigitalFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssessmentNew.Models"> <batchid>sample string 5</batchid> <centid>sample string 2</centid> <fellowid>sample string 3</fellowid> <fid>1</fid> <q1>1</q1> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <studentid>sample string 4</studentid> </AssessmentDigitalFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>