POST api/Teacher/UpdateAssignment
Request Information
URI Parameters
None.
Body Parameters
modupdateassignment| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | integer |
None. |
|
| teacherid | string |
None. |
|
| subject | string |
None. |
|
| assignment | string |
None. |
|
| remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": 1,
"teacherid": "sample string 2",
"subject": "sample string 3",
"assignment": "sample string 4",
"remark": "sample string 5"
}
text/html
Sample:
{"ids":1,"teacherid":"sample string 2","subject":"sample string 3","assignment":"sample string 4","remark":"sample string 5"}
application/xml, text/xml
Sample:
<modupdateassignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models"> <assignment>sample string 4</assignment> <ids>1</ids> <remark>sample string 5</remark> <subject>sample string 3</subject> <teacherid>sample string 2</teacherid> </modupdateassignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.