POST api/Teacher/DeleteAssignment
Request Information
URI Parameters
None.
Body Parameters
moddeletassignment| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | integer |
None. |
|
| teacherid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": 1,
"teacherid": "sample string 2"
}
text/html
Sample:
{"ids":1,"teacherid":"sample string 2"}
application/xml, text/xml
Sample:
<moddeletassignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models"> <ids>1</ids> <teacherid>sample string 2</teacherid> </moddeletassignment>
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.