POST Api/Team/GetTeamPerformance

Request Information

URI Parameters

None.

Body Parameters

TeamPerformanceRequest
NameDescriptionTypeAdditional information
userId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1"
}

application/xml, text/xml

Sample:
<TeamPerformanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <userId>sample string 1</userId>
</TeamPerformanceRequest>

multipart/form-data

Sample:
<TeamPerformanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><userId>sample string 1</userId></TeamPerformanceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of TeamPerformanceInfo
NameDescriptionTypeAdditional information
TeamName

string

None.

DetailList

Collection of TeamPerformanceDetail

None.

ExceptionMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TeamName": "sample string 1",
    "DetailList": [
      {
        "Month": "sample string 1",
        "TotalMark": "sample string 2"
      },
      {
        "Month": "sample string 1",
        "TotalMark": "sample string 2"
      }
    ],
    "ExceptionMessage": "sample string 2"
  },
  {
    "TeamName": "sample string 1",
    "DetailList": [
      {
        "Month": "sample string 1",
        "TotalMark": "sample string 2"
      },
      {
        "Month": "sample string 1",
        "TotalMark": "sample string 2"
      }
    ],
    "ExceptionMessage": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTeamPerformanceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <TeamPerformanceInfo>
    <DetailList>
      <TeamPerformanceDetail>
        <Month>sample string 1</Month>
        <TotalMark>sample string 2</TotalMark>
      </TeamPerformanceDetail>
      <TeamPerformanceDetail>
        <Month>sample string 1</Month>
        <TotalMark>sample string 2</TotalMark>
      </TeamPerformanceDetail>
    </DetailList>
    <ExceptionMessage>sample string 2</ExceptionMessage>
    <TeamName>sample string 1</TeamName>
  </TeamPerformanceInfo>
  <TeamPerformanceInfo>
    <DetailList>
      <TeamPerformanceDetail>
        <Month>sample string 1</Month>
        <TotalMark>sample string 2</TotalMark>
      </TeamPerformanceDetail>
      <TeamPerformanceDetail>
        <Month>sample string 1</Month>
        <TotalMark>sample string 2</TotalMark>
      </TeamPerformanceDetail>
    </DetailList>
    <ExceptionMessage>sample string 2</ExceptionMessage>
    <TeamName>sample string 1</TeamName>
  </TeamPerformanceInfo>
</ArrayOfTeamPerformanceInfo>

multipart/form-data

Sample:
<ArrayOfTeamPerformanceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><TeamPerformanceInfo><DetailList><TeamPerformanceDetail><Month>sample string 1</Month><TotalMark>sample string 2</TotalMark></TeamPerformanceDetail><TeamPerformanceDetail><Month>sample string 1</Month><TotalMark>sample string 2</TotalMark></TeamPerformanceDetail></DetailList><ExceptionMessage>sample string 2</ExceptionMessage><TeamName>sample string 1</TeamName></TeamPerformanceInfo><TeamPerformanceInfo><DetailList><TeamPerformanceDetail><Month>sample string 1</Month><TotalMark>sample string 2</TotalMark></TeamPerformanceDetail><TeamPerformanceDetail><Month>sample string 1</Month><TotalMark>sample string 2</TotalMark></TeamPerformanceDetail></DetailList><ExceptionMessage>sample string 2</ExceptionMessage><TeamName>sample string 1</TeamName></TeamPerformanceInfo></ArrayOfTeamPerformanceInfo>