GET api/Reports/ClientBilledHours

Used to fetch Dashboard data for Billed Hours

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ClientBilledHoursDTO
NameDescriptionTypeAdditional information
Month

string

None.

HoursBilled

decimal number

None.

Year

integer

None.

MonthId

integer

None.

ClientCode

string

None.

ClientName

string

None.

Area

string

None.

JobCategory

string

None.

PurchaseOrder

string

None.

CostCentre

string

None.

ProjectCode

string

None.

CostGroup

string

None.

WeekEndDate

date

None.

SupplierName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Month": "sample string 1",
    "HoursBilled": 1.0,
    "Year": 1,
    "MonthId": 1,
    "ClientCode": "sample string 2",
    "ClientName": "sample string 3",
    "Area": "sample string 4",
    "JobCategory": "sample string 5",
    "PurchaseOrder": "sample string 6",
    "CostCentre": "sample string 7",
    "ProjectCode": "sample string 8",
    "CostGroup": "sample string 9",
    "WeekEndDate": "2024-06-29T07:42:34.6209252+10:00",
    "SupplierName": "sample string 10"
  },
  {
    "Month": "sample string 1",
    "HoursBilled": 1.0,
    "Year": 1,
    "MonthId": 1,
    "ClientCode": "sample string 2",
    "ClientName": "sample string 3",
    "Area": "sample string 4",
    "JobCategory": "sample string 5",
    "PurchaseOrder": "sample string 6",
    "CostCentre": "sample string 7",
    "ProjectCode": "sample string 8",
    "CostGroup": "sample string 9",
    "WeekEndDate": "2024-06-29T07:42:34.6209252+10:00",
    "SupplierName": "sample string 10"
  }
]

text/xml

Sample:
<ArrayOfClientBilledHoursDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <ClientBilledHoursDTO>
    <Area>sample string 4</Area>
    <ClientCode>sample string 2</ClientCode>
    <ClientName>sample string 3</ClientName>
    <CostCentre>sample string 7</CostCentre>
    <CostGroup>sample string 9</CostGroup>
    <HoursBilled>1</HoursBilled>
    <JobCategory>sample string 5</JobCategory>
    <Month>sample string 1</Month>
    <MonthId>1</MonthId>
    <ProjectCode>sample string 8</ProjectCode>
    <PurchaseOrder>sample string 6</PurchaseOrder>
    <SupplierName>sample string 10</SupplierName>
    <WeekEndDate>2024-06-29T07:42:34.6209252+10:00</WeekEndDate>
    <Year>1</Year>
  </ClientBilledHoursDTO>
  <ClientBilledHoursDTO>
    <Area>sample string 4</Area>
    <ClientCode>sample string 2</ClientCode>
    <ClientName>sample string 3</ClientName>
    <CostCentre>sample string 7</CostCentre>
    <CostGroup>sample string 9</CostGroup>
    <HoursBilled>1</HoursBilled>
    <JobCategory>sample string 5</JobCategory>
    <Month>sample string 1</Month>
    <MonthId>1</MonthId>
    <ProjectCode>sample string 8</ProjectCode>
    <PurchaseOrder>sample string 6</PurchaseOrder>
    <SupplierName>sample string 10</SupplierName>
    <WeekEndDate>2024-06-29T07:42:34.6209252+10:00</WeekEndDate>
    <Year>1</Year>
  </ClientBilledHoursDTO>
</ArrayOfClientBilledHoursDTO>

multipart/form-data

Sample:
<ArrayOfClientBilledHoursDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><ClientBilledHoursDTO><Area>sample string 4</Area><ClientCode>sample string 2</ClientCode><ClientName>sample string 3</ClientName><CostCentre>sample string 7</CostCentre><CostGroup>sample string 9</CostGroup><HoursBilled>1</HoursBilled><JobCategory>sample string 5</JobCategory><Month>sample string 1</Month><MonthId>1</MonthId><ProjectCode>sample string 8</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><SupplierName>sample string 10</SupplierName><WeekEndDate>2024-06-29T07:42:34.6209252+10:00</WeekEndDate><Year>1</Year></ClientBilledHoursDTO><ClientBilledHoursDTO><Area>sample string 4</Area><ClientCode>sample string 2</ClientCode><ClientName>sample string 3</ClientName><CostCentre>sample string 7</CostCentre><CostGroup>sample string 9</CostGroup><HoursBilled>1</HoursBilled><JobCategory>sample string 5</JobCategory><Month>sample string 1</Month><MonthId>1</MonthId><ProjectCode>sample string 8</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><SupplierName>sample string 10</SupplierName><WeekEndDate>2024-06-29T07:42:34.6209252+10:00</WeekEndDate><Year>1</Year></ClientBilledHoursDTO></ArrayOfClientBilledHoursDTO>