POST api/GetDashboardDataByDateRange
Request Information
URI Parameters
None.
Body Parameters
clsDashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| today | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| intAgentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"today": "sample string 2",
"startDate": "sample string 3",
"endDate": "sample string 4",
"intAgentId": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.