DELETE api/Non_Comp_Paper/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Non_Comp_PaperName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
RegNo | string |
None. |
|
Name | string |
None. |
|
Category | string |
None. |
|
Title | string |
None. |
|
Time | string |
None. |
|
HallNo | decimal number |
None. |
|
Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "RegNo": "sample string 2", "Name": "sample string 3", "Category": "sample string 4", "Title": "sample string 5", "Time": "sample string 6", "HallNo": 1.1, "Date": "2021-04-22T08:23:00.7366559+05:30" }
application/xml, text/xml
Sample:
<Non_Comp_Paper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_23rdIOSPGCONV_WEBAPI"> <Category>sample string 4</Category> <Date>2021-04-22T08:23:00.7366559+05:30</Date> <HallNo>1.1</HallNo> <Id>1</Id> <Name>sample string 3</Name> <RegNo>sample string 2</RegNo> <Time>sample string 6</Time> <Title>sample string 5</Title> </Non_Comp_Paper>