POST api/Report/SendReport
Request Information
URI Parameters
None.
Body Parameters
SendReportMdlName | Description | Type | Additional information |
---|---|---|---|
GroupType | Collection of GroupsTypesMdl |
None. |
|
reportTypeID | integer |
None. |
|
ReportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "GroupType": [ { "GroupId": 1 }, { "GroupId": 1 } ], "reportTypeID": 1, "ReportId": 2 }
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" }