POST api/GetTeamActivityTargetReport?Employee={Employee}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Employee

string

Required

Body Parameters

GetMonthlyActivityTarget
NameDescriptionTypeAdditional information
START

string

None.

END

string

None.

EMPLOYEE_ID

string

None.

GET_DATA

string

None.

MONTH_YEAR_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "START": "sample string 1",
  "END": "sample string 2",
  "EMPLOYEE_ID": "sample string 3",
  "GET_DATA": "sample string 4",
  "MONTH_YEAR_ID": "sample string 5"
}

application/xml, text/xml

Sample:
<GetMonthlyActivityTarget xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Models">
  <EMPLOYEE_ID>sample string 3</EMPLOYEE_ID>
  <END>sample string 2</END>
  <GET_DATA>sample string 4</GET_DATA>
  <MONTH_YEAR_ID>sample string 5</MONTH_YEAR_ID>
  <START>sample string 1</START>
</GetMonthlyActivityTarget>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.