GET Documents/GetProjectReportPerDay/{employeeConnectedID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeConnectedID

integer

Required

Body Parameters

ItemIDLabel
NameDescriptionTypeAdditional information
ID

string

None.

Label

string

None.

Info

string

None.

Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Label": "sample string 2",
  "Info": "sample string 3",
  "Code": "sample string 4"
}

application/xml, text/xml

Sample:
<ItemIDLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CubesApi.Helper">
  <Code>sample string 4</Code>
  <ID>sample string 1</ID>
  <Info>sample string 3</Info>
  <Label>sample string 2</Label>
</ItemIDLabel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ItemIDLabel'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>