POST api/FancyReport/Fancydelete
Request Information
URI Parameters
None.
Body Parameters
DeleteSessionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Match_ID | integer |
None. |
|
| Sr_No | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Match_ID": 1,
"Sr_No": 2
}
application/xml, text/xml
Sample:
<DeleteSessionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi"> <Match_ID>1</Match_ID> <Sr_No>2</Sr_No> </DeleteSessionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.