POST api/deletetab/Tabchapter
Request Information
URI Parameters
None.
Body Parameters
FileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| sno | integer |
None. |
|
| seltable | string |
None. |
|
| adyear | string |
None. |
|
| adsubjects | string |
None. |
|
| adchapters | string |
None. |
|
| sheetname | string |
None. |
|
| imgtype | string |
None. |
|
| imgext | string |
None. |
|
| category | string |
None. |
|
| uplodimg | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"sno": 1,
"seltable": "sample string 2",
"adyear": "sample string 3",
"adsubjects": "sample string 4",
"adchapters": "sample string 5",
"sheetname": "sample string 6",
"imgtype": "sample string 7",
"imgext": "sample string 8",
"category": "sample string 9",
"uplodimg": "QEA="
}
application/xml, text/xml
Sample:
<FileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/worksheets.Models"> <adchapters>sample string 5</adchapters> <adsubjects>sample string 4</adsubjects> <adyear>sample string 3</adyear> <category>sample string 9</category> <imgext>sample string 8</imgext> <imgtype>sample string 7</imgtype> <seltable>sample string 2</seltable> <sheetname>sample string 6</sheetname> <sno>1</sno> <uplodimg>QEA=</uplodimg> </FileModel>
application/x-www-form-urlencoded
Sample:
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>