POST api/Homework/Processhomeworkanswer
Request Information
URI Parameters
None.
Body Parameters
HomeworkanswerM| Name | Description | Type | Additional information |
|---|---|---|---|
| StudId | integer |
Required |
|
| Descrip | string |
Required |
|
| DocPath | string |
Required |
|
| HomeworkId | integer |
Required |
|
| username | string |
Required |
|
| accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"StudId": 1,
"Descrip": "sample string 2",
"DocPath": "sample string 3",
"HomeworkId": 4,
"username": "sample string 5",
"accesskey": "sample string 6"
}
text/html
Sample:
{"StudId":1,"Descrip":"sample string 2","DocPath":"sample string 3","HomeworkId":4,"username":"sample string 5","accesskey":"sample string 6"}
application/xml, text/xml
Sample:
<HomeworkanswerM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <Descrip>sample string 2</Descrip> <DocPath>sample string 3</DocPath> <HomeworkId>4</HomeworkId> <StudId>1</StudId> <accesskey>sample string 6</accesskey> <username>sample string 5</username> </HomeworkanswerM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.