POST api/Report/GetAllMeetingCommentANDCount
Request Information
URI Parameters
None.
Body Parameters
Report| Name | Description | Type | Additional information |
|---|---|---|---|
| meetingid | integer |
None. |
|
| Clientid | integer |
None. |
|
| ClientId | string |
None. |
|
| FundId | integer |
None. |
|
| CompanyId | string |
None. |
|
| intDate | integer |
None. |
|
| company | string |
None. |
|
| EventDate | date |
None. |
|
| flag | boolean |
None. |
|
| from_date | date |
None. |
|
| to_date | date |
None. |
|
| str_from_date | string |
None. |
|
| str_to_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"meetingid": 1,
"Clientid": 2,
"ClientId": "sample string 3",
"FundId": 4,
"CompanyId": "sample string 5",
"intDate": 6,
"company": "sample string 7",
"EventDate": "2026-04-01T17:33:43.8475707+05:30",
"flag": true,
"from_date": "2026-04-01T17:33:43.8475707+05:30",
"to_date": "2026-04-01T17:33:43.8475707+05:30",
"str_from_date": "sample string 11",
"str_to_date": "sample string 12"
}
application/xml, text/xml
Sample:
<Report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Conference.Objects"> <ClientId>sample string 3</ClientId> <Clientid>2</Clientid> <CompanyId>sample string 5</CompanyId> <EventDate>2026-04-01T17:33:43.8475707+05:30</EventDate> <FundId>4</FundId> <company>sample string 7</company> <flag>true</flag> <from_date>2026-04-01T17:33:43.8475707+05:30</from_date> <intDate>6</intDate> <meetingid>1</meetingid> <str_from_date>sample string 11</str_from_date> <str_to_date>sample string 12</str_to_date> <to_date>2026-04-01T17:33:43.8475707+05:30</to_date> </Report>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |