POST api/Report/GetTaskCompltedTCOIDandDate
Request Information
URI Parameters
None.
Body Parameters
GetpriorityStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskCoID | integer |
None. |
|
| Fromdate | string |
None. |
|
| Todate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskCoID": 1,
"Fromdate": "sample string 1",
"Todate": "sample string 2"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}