GET api/Reports/ClientEmployeeCount

Used to fetch Dashboard data for Employee count

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

COMPLETE

Collection of ClientEmployeeCountDTO
NameDescriptionTypeAdditional information
Month

string

None.

NumberOfEmployees

integer

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.

SupplierName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Month": "sample string 1",
    "NumberOfEmployees": 1,
    "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",
    "SupplierName": "sample string 10"
  },
  {
    "Month": "sample string 1",
    "NumberOfEmployees": 1,
    "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",
    "SupplierName": "sample string 10"
  }
]

text/xml

Sample:
<ArrayOfClientEmployeeCountDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <ClientEmployeeCountDTO>
    <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>
    <JobCategory>sample string 5</JobCategory>
    <Month>sample string 1</Month>
    <MonthId>1</MonthId>
    <NumberOfEmployees>1</NumberOfEmployees>
    <ProjectCode>sample string 8</ProjectCode>
    <PurchaseOrder>sample string 6</PurchaseOrder>
    <SupplierName>sample string 10</SupplierName>
    <Year>1</Year>
  </ClientEmployeeCountDTO>
  <ClientEmployeeCountDTO>
    <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>
    <JobCategory>sample string 5</JobCategory>
    <Month>sample string 1</Month>
    <MonthId>1</MonthId>
    <NumberOfEmployees>1</NumberOfEmployees>
    <ProjectCode>sample string 8</ProjectCode>
    <PurchaseOrder>sample string 6</PurchaseOrder>
    <SupplierName>sample string 10</SupplierName>
    <Year>1</Year>
  </ClientEmployeeCountDTO>
</ArrayOfClientEmployeeCountDTO>

multipart/form-data

Sample:
<ArrayOfClientEmployeeCountDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><ClientEmployeeCountDTO><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><JobCategory>sample string 5</JobCategory><Month>sample string 1</Month><MonthId>1</MonthId><NumberOfEmployees>1</NumberOfEmployees><ProjectCode>sample string 8</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><SupplierName>sample string 10</SupplierName><Year>1</Year></ClientEmployeeCountDTO><ClientEmployeeCountDTO><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><JobCategory>sample string 5</JobCategory><Month>sample string 1</Month><MonthId>1</MonthId><NumberOfEmployees>1</NumberOfEmployees><ProjectCode>sample string 8</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><SupplierName>sample string 10</SupplierName><Year>1</Year></ClientEmployeeCountDTO></ArrayOfClientEmployeeCountDTO>