GET api/GetTotalHoursAllocated?MID={MID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MID

integer

Required

Body Parameters

None.

Response Information

Resource Description

TotalHourAllocatedListApiResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

SuntechTask

Collection of TotalHourAllocated

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "SuntechTask": [
    {
      "TASK_DEVELOPER": "sample string 1",
      "REQ_ALLOCATED_TIME": 2,
      "TESTER": "sample string 3",
      "TC_ALLOCATED_TIME": 4,
      "DEPLOYMENT_BY": "sample string 5",
      "DP_ALLOCATED_TIME": 6
    },
    {
      "TASK_DEVELOPER": "sample string 1",
      "REQ_ALLOCATED_TIME": 2,
      "TESTER": "sample string 3",
      "TC_ALLOCATED_TIME": 4,
      "DEPLOYMENT_BY": "sample string 5",
      "DP_ALLOCATED_TIME": 6
    }
  ]
}

text/html

Sample:
{"status":"sample string 1","message":"sample string 2","SuntechTask":[{"TASK_DEVELOPER":"sample string 1","REQ_ALLOCATED_TIME":2,"TESTER":"sample string 3","TC_ALLOCATED_TIME":4,"DEPLOYMENT_BY":"sample string 5","DP_ALLOCATED_TIME":6},{"TASK_DEVELOPER":"sample string 1","REQ_ALLOCATED_TIME":2,"TESTER":"sample string 3","TC_ALLOCATED_TIME":4,"DEPLOYMENT_BY":"sample string 5","DP_ALLOCATED_TIME":6}]}

application/xml, text/xml

Sample:
<TotalHourAllocatedListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.SuntechInternal.TASK">
  <SuntechTask>
    <TotalHourAllocated>
      <DEPLOYMENT_BY>sample string 5</DEPLOYMENT_BY>
      <DP_ALLOCATED_TIME>6</DP_ALLOCATED_TIME>
      <REQ_ALLOCATED_TIME>2</REQ_ALLOCATED_TIME>
      <TASK_DEVELOPER>sample string 1</TASK_DEVELOPER>
      <TC_ALLOCATED_TIME>4</TC_ALLOCATED_TIME>
      <TESTER>sample string 3</TESTER>
    </TotalHourAllocated>
    <TotalHourAllocated>
      <DEPLOYMENT_BY>sample string 5</DEPLOYMENT_BY>
      <DP_ALLOCATED_TIME>6</DP_ALLOCATED_TIME>
      <REQ_ALLOCATED_TIME>2</REQ_ALLOCATED_TIME>
      <TASK_DEVELOPER>sample string 1</TASK_DEVELOPER>
      <TC_ALLOCATED_TIME>4</TC_ALLOCATED_TIME>
      <TESTER>sample string 3</TESTER>
    </TotalHourAllocated>
  </SuntechTask>
  <message>sample string 2</message>
  <status>sample string 1</status>
</TotalHourAllocatedListApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="status"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].TASK_DEVELOPER"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].REQ_ALLOCATED_TIME"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].TESTER"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].TC_ALLOCATED_TIME"

4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].DEPLOYMENT_BY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[0].DP_ALLOCATED_TIME"

6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].TASK_DEVELOPER"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].REQ_ALLOCATED_TIME"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].TESTER"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].TC_ALLOCATED_TIME"

4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].DEPLOYMENT_BY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="SuntechTask[1].DP_ALLOCATED_TIME"

6
--MultipartDataMediaFormatterBoundary1q2w3e--