GET api/Reports/TenureAtClientForCandidate

Used to get Dashboard data for Days To Tenure At Client For Candidate Results

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TenureAtClientForCandidateDTO
NameDescriptionTypeAdditional information
ClientCode

string

None.

ClientName

string

None.

CandidateNo

string

None.

CandidateName

string

None.

EffectiveStartDate

date

None.

EffectiveEndDate

date

None.

TenureInMonths

integer

None.

SupplierName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClientCode": "sample string 1",
    "ClientName": "sample string 2",
    "CandidateNo": "sample string 3",
    "CandidateName": "sample string 4",
    "EffectiveStartDate": "2024-06-29T07:52:16.2358898+10:00",
    "EffectiveEndDate": "2024-06-29T07:52:16.2358898+10:00",
    "TenureInMonths": 1,
    "SupplierName": "sample string 5"
  },
  {
    "ClientCode": "sample string 1",
    "ClientName": "sample string 2",
    "CandidateNo": "sample string 3",
    "CandidateName": "sample string 4",
    "EffectiveStartDate": "2024-06-29T07:52:16.2358898+10:00",
    "EffectiveEndDate": "2024-06-29T07:52:16.2358898+10:00",
    "TenureInMonths": 1,
    "SupplierName": "sample string 5"
  }
]

text/xml

Sample:
<ArrayOfTenureAtClientForCandidateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <TenureAtClientForCandidateDTO>
    <CandidateName>sample string 4</CandidateName>
    <CandidateNo>sample string 3</CandidateNo>
    <ClientCode>sample string 1</ClientCode>
    <ClientName>sample string 2</ClientName>
    <EffectiveEndDate>2024-06-29T07:52:16.2358898+10:00</EffectiveEndDate>
    <EffectiveStartDate>2024-06-29T07:52:16.2358898+10:00</EffectiveStartDate>
    <SupplierName>sample string 5</SupplierName>
    <TenureInMonths>1</TenureInMonths>
  </TenureAtClientForCandidateDTO>
  <TenureAtClientForCandidateDTO>
    <CandidateName>sample string 4</CandidateName>
    <CandidateNo>sample string 3</CandidateNo>
    <ClientCode>sample string 1</ClientCode>
    <ClientName>sample string 2</ClientName>
    <EffectiveEndDate>2024-06-29T07:52:16.2358898+10:00</EffectiveEndDate>
    <EffectiveStartDate>2024-06-29T07:52:16.2358898+10:00</EffectiveStartDate>
    <SupplierName>sample string 5</SupplierName>
    <TenureInMonths>1</TenureInMonths>
  </TenureAtClientForCandidateDTO>
</ArrayOfTenureAtClientForCandidateDTO>

multipart/form-data

Sample:
<ArrayOfTenureAtClientForCandidateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><TenureAtClientForCandidateDTO><CandidateName>sample string 4</CandidateName><CandidateNo>sample string 3</CandidateNo><ClientCode>sample string 1</ClientCode><ClientName>sample string 2</ClientName><EffectiveEndDate>2024-06-29T07:52:16.2358898+10:00</EffectiveEndDate><EffectiveStartDate>2024-06-29T07:52:16.2358898+10:00</EffectiveStartDate><SupplierName>sample string 5</SupplierName><TenureInMonths>1</TenureInMonths></TenureAtClientForCandidateDTO><TenureAtClientForCandidateDTO><CandidateName>sample string 4</CandidateName><CandidateNo>sample string 3</CandidateNo><ClientCode>sample string 1</ClientCode><ClientName>sample string 2</ClientName><EffectiveEndDate>2024-06-29T07:52:16.2358898+10:00</EffectiveEndDate><EffectiveStartDate>2024-06-29T07:52:16.2358898+10:00</EffectiveStartDate><SupplierName>sample string 5</SupplierName><TenureInMonths>1</TenureInMonths></TenureAtClientForCandidateDTO></ArrayOfTenureAtClientForCandidateDTO>