POST api/AttendanceAndTimesheet/EmployeeBrowserHistory

Request Information

URI Parameters

None.

Body Parameters

BrowserHistoryEntity
NameDescriptionTypeAdditional information
UserID

integer

None.

WebsiteName

string

None.

URL

string

None.

Title

string

None.

VisitCount

integer

None.

Type

integer

None.

TimeSpend

string

None.

LoginSystemIP

string

None.

FromMail

string

None.

ToMail

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "WebsiteName": "sample string 2",
  "URL": "sample string 3",
  "Title": "sample string 4",
  "VisitCount": 5,
  "Type": 6,
  "TimeSpend": "sample string 7",
  "LoginSystemIP": "sample string 8",
  "FromMail": "sample string 9",
  "ToMail": "sample string 10",
  "Token": "sample string 11"
}

text/html

Sample:
{"UserID":1,"WebsiteName":"sample string 2","URL":"sample string 3","Title":"sample string 4","VisitCount":5,"Type":6,"TimeSpend":"sample string 7","LoginSystemIP":"sample string 8","FromMail":"sample string 9","ToMail":"sample string 10","Token":"sample string 11"}

application/xml, text/xml

Sample:
<AttendanceAndTimesheetController.BrowserHistoryEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers">
  <FromMail>sample string 9</FromMail>
  <LoginSystemIP>sample string 8</LoginSystemIP>
  <TimeSpend>sample string 7</TimeSpend>
  <Title>sample string 4</Title>
  <ToMail>sample string 10</ToMail>
  <Token>sample string 11</Token>
  <Type>6</Type>
  <URL>sample string 3</URL>
  <UserID>1</UserID>
  <VisitCount>5</VisitCount>
  <WebsiteName>sample string 2</WebsiteName>
</AttendanceAndTimesheetController.BrowserHistoryEntity>

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 'BrowserHistoryEntity'.

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json, text/html

Sample:
{"System.Object":{},"System.Object":{}}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>