GET api/Candidates/{CandidateId}/WorkRights

Used to get Candidate WorkRights

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CandidateId

integer

Required

Body Parameters

None.

Response Information

Resource Description

COMPLETE

Collection of CandidateWorkRightsDO
NameDescriptionTypeAdditional information
CitizenshipCountry

string

None.

ResidentialCountry

string

None.

VisaType

string

None.

ValidTo

date

None.

VevoCheckExpiry

date

None.

VevoCheckStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CitizenshipCountry": "sample string 1",
    "ResidentialCountry": "sample string 2",
    "VisaType": "sample string 3",
    "ValidTo": "2024-06-29T07:21:46.904417+10:00",
    "VevoCheckExpiry": "2024-06-29T07:21:46.904417+10:00",
    "VevoCheckStatus": "sample string 4"
  },
  {
    "CitizenshipCountry": "sample string 1",
    "ResidentialCountry": "sample string 2",
    "VisaType": "sample string 3",
    "ValidTo": "2024-06-29T07:21:46.904417+10:00",
    "VevoCheckExpiry": "2024-06-29T07:21:46.904417+10:00",
    "VevoCheckStatus": "sample string 4"
  }
]

text/xml

Sample:
<ArrayOfCandidateWorkRightsDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models">
  <CandidateWorkRightsDO>
    <CitizenshipCountry>sample string 1</CitizenshipCountry>
    <ResidentialCountry>sample string 2</ResidentialCountry>
    <ValidTo>2024-06-29T07:21:46.904417+10:00</ValidTo>
    <VevoCheckExpiry>2024-06-29T07:21:46.904417+10:00</VevoCheckExpiry>
    <VevoCheckStatus>sample string 4</VevoCheckStatus>
    <VisaType>sample string 3</VisaType>
  </CandidateWorkRightsDO>
  <CandidateWorkRightsDO>
    <CitizenshipCountry>sample string 1</CitizenshipCountry>
    <ResidentialCountry>sample string 2</ResidentialCountry>
    <ValidTo>2024-06-29T07:21:46.904417+10:00</ValidTo>
    <VevoCheckExpiry>2024-06-29T07:21:46.904417+10:00</VevoCheckExpiry>
    <VevoCheckStatus>sample string 4</VevoCheckStatus>
    <VisaType>sample string 3</VisaType>
  </CandidateWorkRightsDO>
</ArrayOfCandidateWorkRightsDO>

multipart/form-data

Sample:
<ArrayOfCandidateWorkRightsDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models"><CandidateWorkRightsDO><CitizenshipCountry>sample string 1</CitizenshipCountry><ResidentialCountry>sample string 2</ResidentialCountry><ValidTo>2024-06-29T07:21:46.904417+10:00</ValidTo><VevoCheckExpiry>2024-06-29T07:21:46.904417+10:00</VevoCheckExpiry><VevoCheckStatus>sample string 4</VevoCheckStatus><VisaType>sample string 3</VisaType></CandidateWorkRightsDO><CandidateWorkRightsDO><CitizenshipCountry>sample string 1</CitizenshipCountry><ResidentialCountry>sample string 2</ResidentialCountry><ValidTo>2024-06-29T07:21:46.904417+10:00</ValidTo><VevoCheckExpiry>2024-06-29T07:21:46.904417+10:00</VevoCheckExpiry><VevoCheckStatus>sample string 4</VevoCheckStatus><VisaType>sample string 3</VisaType></CandidateWorkRightsDO></ArrayOfCandidateWorkRightsDO>