POST api/OfficerResponsible/GetListTaskcoordinatorbyclickpriority
Request Information
URI Parameters
None.
Body Parameters
TaskCordinator| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| UserID | integer |
None. |
|
| ImageName | string |
None. |
|
| EmailID | string |
None. |
|
| TotalTaskco | string |
None. |
|
| TotalOfcID | string |
None. |
|
| PriorityID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"UserID": 2,
"ImageName": "sample string 3",
"EmailID": "sample string 4",
"TotalTaskco": "sample string 5",
"TotalOfcID": "sample string 6",
"PriorityID": 7
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}