POST api/Dashboard/GetSubTaskTimeOwner
Request Information
URI Parameters
None.
Body Parameters
TimeSubtaskBO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| MaintaskName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"MaintaskName": "sample string 2",
"StartDate": "2025-12-16T10:55:43.8688888+01:00",
"EndDate": "2025-12-16T10:55:43.8688888+01:00"
}
application/xml, text/xml
Sample:
<TimeSubtaskBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DemoEFBO.Dashboard"> <EndDate>2025-12-16T10:55:43.8688888+01:00</EndDate> <MaintaskName>sample string 2</MaintaskName> <ProjectId>1</ProjectId> <StartDate>2025-12-16T10:55:43.8688888+01:00</StartDate> </TimeSubtaskBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |