POST api/Downloads/Candidate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DownloadCandidate
NameDescriptionTypeAdditional information
Title

string

None.

Surname

string

None.

Firstname

string

None.

IdentifierType

string

None.

Identifier

string

None.

DateOfBirth

string

None.

ContactNr

string

None.

Type

string

None.

Level

string

None.

Operation

string

None.

Contractor

string

None.

AdressOne

string

None.

AdressTwo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "Surname": "sample string 2",
  "Firstname": "sample string 3",
  "IdentifierType": "sample string 4",
  "Identifier": "sample string 5",
  "DateOfBirth": "sample string 6",
  "ContactNr": "sample string 7",
  "Type": "sample string 8",
  "Level": "sample string 9",
  "Operation": "sample string 10",
  "Contractor": "sample string 11",
  "AdressOne": "sample string 12",
  "AdressTwo": "sample string 13"
}

application/xml, text/xml

Sample:
<DownloadCandidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VALAPI___V3.Models">
  <AdressOne>sample string 12</AdressOne>
  <AdressTwo>sample string 13</AdressTwo>
  <ContactNr>sample string 7</ContactNr>
  <Contractor>sample string 11</Contractor>
  <DateOfBirth>sample string 6</DateOfBirth>
  <Firstname>sample string 3</Firstname>
  <Identifier>sample string 5</Identifier>
  <IdentifierType>sample string 4</IdentifierType>
  <Level>sample string 9</Level>
  <Operation>sample string 10</Operation>
  <Surname>sample string 2</Surname>
  <Title>sample string 1</Title>
  <Type>sample string 8</Type>
</DownloadCandidate>