GET CMUserJobDays/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserJobDaysDto
Name Type Description Additional information
CMUserJobDayID integer

None.

UserJobID integer

None.

SiteID integer

None.

DateTime date

None.

SysHours decimal number

None.

ScheduledHours decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "CMUserJobDayID": 1,
  "UserJobID": 2,
  "SiteID": 3,
  "DateTime": "2024-11-21T06:23:24.8771379+00:00",
  "SysHours": 5.0,
  "ScheduledHours": 6.0
}

application/xml, text/xml

Sample:
<UserJobDaysDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.CM.DAL.Domain.UserJobDays.Dto">
  <CMUserJobDayID>1</CMUserJobDayID>
  <DateTime>2024-11-21T06:23:24.8771379+00:00</DateTime>
  <ScheduledHours>6</ScheduledHours>
  <SiteID>3</SiteID>
  <SysHours>5</SysHours>
  <UserJobID>2</UserJobID>
</UserJobDaysDto>