POST api/Report/GetUserTaskUpdate
Request Information
URI Parameters
None.
Body Parameters
LoginUserUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| DesignationID | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DesignationID": 1,
"ModifiedBy": 1,
"FromDate": "2025-11-07T23:36:24.8907339-08:00",
"ToDate": "2025-11-07T23:36:24.8907339-08:00"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}