POST api/Reports/CheckUserHours

Request Information

URI Parameters

None.

Body Parameters

CheckUsersHours
NameDescriptionTypeAdditional information
UserID

integer

None.

ProjectID

integer

None.

DateTime

date

None.

Hours

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "ProjectID": 2,
  "DateTime": "2024-10-07T15:42:29.4488353+02:00",
  "Hours": 4.0
}

application/xml, text/xml

Sample:
<CheckUsersHours xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMSAPI.Controllers">
  <DateTime>2024-10-07T15:42:29.4488353+02:00</DateTime>
  <Hours>4</Hours>
  <ProjectID>2</ProjectID>
  <UserID>1</UserID>
</CheckUsersHours>

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.