GET api/Reports/NewStaffCountByMonth

Used to get Dashboard data for current new staff count by month

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Portal_NewStaffCountByMonthDTO
NameDescriptionTypeAdditional information
MonthNumber

integer

None.

Month

string

None.

Area

string

None.

CountOfNewJoinees

integer

None.

ClientCode

string

None.

ClientName

string

None.

SupplierName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MonthNumber": 1,
    "Month": "sample string 1",
    "Area": "sample string 2",
    "CountOfNewJoinees": 1,
    "ClientCode": "sample string 3",
    "ClientName": "sample string 4",
    "SupplierName": "sample string 5"
  },
  {
    "MonthNumber": 1,
    "Month": "sample string 1",
    "Area": "sample string 2",
    "CountOfNewJoinees": 1,
    "ClientCode": "sample string 3",
    "ClientName": "sample string 4",
    "SupplierName": "sample string 5"
  }
]

text/xml

Sample:
<ArrayOfPortal_NewStaffCountByMonthDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <Portal_NewStaffCountByMonthDTO>
    <Area>sample string 2</Area>
    <ClientCode>sample string 3</ClientCode>
    <ClientName>sample string 4</ClientName>
    <CountOfNewJoinees>1</CountOfNewJoinees>
    <Month>sample string 1</Month>
    <MonthNumber>1</MonthNumber>
    <SupplierName>sample string 5</SupplierName>
  </Portal_NewStaffCountByMonthDTO>
  <Portal_NewStaffCountByMonthDTO>
    <Area>sample string 2</Area>
    <ClientCode>sample string 3</ClientCode>
    <ClientName>sample string 4</ClientName>
    <CountOfNewJoinees>1</CountOfNewJoinees>
    <Month>sample string 1</Month>
    <MonthNumber>1</MonthNumber>
    <SupplierName>sample string 5</SupplierName>
  </Portal_NewStaffCountByMonthDTO>
</ArrayOfPortal_NewStaffCountByMonthDTO>

multipart/form-data

Sample:
<ArrayOfPortal_NewStaffCountByMonthDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><Portal_NewStaffCountByMonthDTO><Area>sample string 2</Area><ClientCode>sample string 3</ClientCode><ClientName>sample string 4</ClientName><CountOfNewJoinees>1</CountOfNewJoinees><Month>sample string 1</Month><MonthNumber>1</MonthNumber><SupplierName>sample string 5</SupplierName></Portal_NewStaffCountByMonthDTO><Portal_NewStaffCountByMonthDTO><Area>sample string 2</Area><ClientCode>sample string 3</ClientCode><ClientName>sample string 4</ClientName><CountOfNewJoinees>1</CountOfNewJoinees><Month>sample string 1</Month><MonthNumber>1</MonthNumber><SupplierName>sample string 5</SupplierName></Portal_NewStaffCountByMonthDTO></ArrayOfPortal_NewStaffCountByMonthDTO>