POST api/Dashboard/GetSubTaskTimeOwner
Request Information
URI Parameters
None.
Body Parameters
TimeSubtaskBOName | 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-04-04T07:11:45.6985731+02:00", "EndDate": "2025-04-04T07:11:45.6985731+02: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-04-04T07:11:45.6985731+02:00</EndDate> <MaintaskName>sample string 2</MaintaskName> <ProjectId>1</ProjectId> <StartDate>2025-04-04T07:11:45.6985731+02:00</StartDate> </TimeSubtaskBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |