POST api/Report/DeleteReport
Request Information
URI Parameters
None.
Body Parameters
DeleteReportMdlName | Description | Type | Additional information |
---|---|---|---|
ReportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReportId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }