POST api/candidatePublications?includeDistricts={includeDistricts}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
includeDistricts

boolean

Default value is False

Body Parameters

PublicationFilter
NameDescriptionTypeAdditional information
nBerufKey

integer

None.

nAlterAb

integer

None.

nAlterBis

integer

None.

nMinBerufserfahrung

integer

None.

lVProMann

boolean

None.

lVProFrau

boolean

None.

lVProFest

boolean

None.

lVProTemp

boolean

None.

lVProTryHi

boolean

None.

nPensumVon

integer

None.

nPensumBis

integer

None.

nIAVerkmKeys

Collection of integer

None.

DomicileDistrictKeys

Collection of integer

None.

PlaceOfWorkCantonKeys

Collection of integer

None.

nStufeKeys

Collection of integer

None.

nWebAbschlKeys

Collection of integer

None.

nWebBerufsfeldKeys

Collection of integer

None.

nWebBrancheKeys

Collection of integer

None.

nWebFachKentKeys

Collection of integer

None.

nSprachKeys

Collection of integer

None.

nSWKeys

Collection of integer

None.

nIAKATypKeys

Collection of integer

None.

nLandKeysNationalitaet

Collection of integer

None.

nSexCodes

Collection of SexCodeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "nBerufKey": 1,
  "nAlterAb": 1,
  "nAlterBis": 1,
  "nMinBerufserfahrung": 1,
  "lVProMann": true,
  "lVProFrau": true,
  "lVProFest": true,
  "lVProTemp": true,
  "lVProTryHi": true,
  "nPensumVon": 1,
  "nPensumBis": 1,
  "nIAVerkmKeys": [
    1,
    2
  ],
  "DomicileDistrictKeys": [
    1,
    2
  ],
  "PlaceOfWorkCantonKeys": [
    1,
    2
  ],
  "nStufeKeys": [
    1,
    2
  ],
  "nWebAbschlKeys": [
    1,
    2
  ],
  "nWebBerufsfeldKeys": [
    1,
    2
  ],
  "nWebBrancheKeys": [
    1,
    2
  ],
  "nWebFachKentKeys": [
    1,
    2
  ],
  "nSprachKeys": [
    1,
    2
  ],
  "nSWKeys": [
    1,
    2
  ],
  "nIAKATypKeys": [
    1,
    2
  ],
  "nLandKeysNationalitaet": [
    1,
    2
  ],
  "nSexCodes": [
    1,
    1
  ]
}

text/html

Sample:
{"nBerufKey":1,"nAlterAb":1,"nAlterBis":1,"nMinBerufserfahrung":1,"lVProMann":true,"lVProFrau":true,"lVProFest":true,"lVProTemp":true,"lVProTryHi":true,"nPensumVon":1,"nPensumBis":1,"nIAVerkmKeys":[1,2],"DomicileDistrictKeys":[1,2],"PlaceOfWorkCantonKeys":[1,2],"nStufeKeys":[1,2],"nWebAbschlKeys":[1,2],"nWebBerufsfeldKeys":[1,2],"nWebBrancheKeys":[1,2],"nWebFachKentKeys":[1,2],"nSprachKeys":[1,2],"nSWKeys":[1,2],"nIAKATypKeys":[1,2],"nLandKeysNationalitaet":[1,2],"nSexCodes":[1,1]}

application/xml, text/xml

Sample:
<PublicationFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.CandidatePublications.Models">
  <DomicileDistrictKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DomicileDistrictKeys>
  <PlaceOfWorkCantonKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </PlaceOfWorkCantonKeys>
  <lVProFest>true</lVProFest>
  <lVProFrau>true</lVProFrau>
  <lVProMann>true</lVProMann>
  <lVProTemp>true</lVProTemp>
  <lVProTryHi>true</lVProTryHi>
  <nAlterAb>1</nAlterAb>
  <nAlterBis>1</nAlterBis>
  <nBerufKey>1</nBerufKey>
  <nIAKATypKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nIAKATypKeys>
  <nIAVerkmKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nIAVerkmKeys>
  <nLandKeysNationalitaet xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nLandKeysNationalitaet>
  <nMinBerufserfahrung>1</nMinBerufserfahrung>
  <nPensumBis>1</nPensumBis>
  <nPensumVon>1</nPensumVon>
  <nSWKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nSWKeys>
  <nSexCodes xmlns:d2p1="http://schemas.datacontract.org/2004/07/StarJob.Utility.Person">
    <d2p1:SexCodeEnum>Female</d2p1:SexCodeEnum>
    <d2p1:SexCodeEnum>Female</d2p1:SexCodeEnum>
  </nSexCodes>
  <nSprachKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nSprachKeys>
  <nStufeKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nStufeKeys>
  <nWebAbschlKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nWebAbschlKeys>
  <nWebBerufsfeldKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nWebBerufsfeldKeys>
  <nWebBrancheKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nWebBrancheKeys>
  <nWebFachKentKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </nWebFachKentKeys>
</PublicationFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PublicationListModel
NameDescriptionTypeAdditional information
nIAWebZielId

integer

None.

nWebZielKey

integer

None.

nBerufKey

integer

None.

nBZPensVon

decimal number

None.

nBZPensBis

decimal number

None.

lBZTemp

boolean

None.

lBZTryHir

boolean

None.

lBZFest

boolean

None.

nStufeKey

integer

None.

cWebZielText

string

None.

nBZielKey

integer

None.

nBezirkKey

integer

None.

publicationDate

date

None.

WorkExperienceYears

decimal number

None.

DistrictKeys

Collection of integer

None.

Candidate

CandidatePublicationCandidateModel

None.

Images

Collection of CandidatePublicationImageModel

None.

Educations

Collection of CandidatePublicationEducationsModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "nIAWebZielId": 1,
    "nWebZielKey": 1,
    "nBerufKey": 2,
    "nBZPensVon": 1.0,
    "nBZPensBis": 1.0,
    "lBZTemp": true,
    "lBZTryHir": true,
    "lBZFest": true,
    "nStufeKey": 6,
    "cWebZielText": "sample string 7",
    "nBZielKey": 1,
    "nBezirkKey": 1,
    "publicationDate": "2025-04-30T06:31:50.5553274+00:00",
    "WorkExperienceYears": 1.1,
    "DistrictKeys": [
      1,
      2
    ],
    "Candidate": {
      "nKandKey": 1,
      "nLandKey": 1,
      "nLandKeyNationalitaet": 2,
      "Age": 3,
      "nVerfStKey": 1,
      "lKandVerOK": true,
      "dVerfAb": "2025-04-30T06:31:50.5553274+00:00",
      "dVerfBis": "2025-04-30T06:31:50.5553274+00:00",
      "nSexCode": 1,
      "nAAuswKey": 5,
      "nVerkmKey": 6,
      "persAngabenGueltig": 7,
      "nIAKATypKeys": "sample string 8",
      "cZusTextReferenzInfo": "sample string 9",
      "cZusTextBerufsinformation": "sample string 10"
    },
    "Images": [
      {
        "Url": "sample string 1"
      },
      {
        "Url": "sample string 1"
      }
    ],
    "Educations": [
      {
        "nBerufKey": 1,
        "nWebAbschlKey": 1
      },
      {
        "nBerufKey": 1,
        "nWebAbschlKey": 1
      }
    ]
  },
  {
    "nIAWebZielId": 1,
    "nWebZielKey": 1,
    "nBerufKey": 2,
    "nBZPensVon": 1.0,
    "nBZPensBis": 1.0,
    "lBZTemp": true,
    "lBZTryHir": true,
    "lBZFest": true,
    "nStufeKey": 6,
    "cWebZielText": "sample string 7",
    "nBZielKey": 1,
    "nBezirkKey": 1,
    "publicationDate": "2025-04-30T06:31:50.5553274+00:00",
    "WorkExperienceYears": 1.1,
    "DistrictKeys": [
      1,
      2
    ],
    "Candidate": {
      "nKandKey": 1,
      "nLandKey": 1,
      "nLandKeyNationalitaet": 2,
      "Age": 3,
      "nVerfStKey": 1,
      "lKandVerOK": true,
      "dVerfAb": "2025-04-30T06:31:50.5553274+00:00",
      "dVerfBis": "2025-04-30T06:31:50.5553274+00:00",
      "nSexCode": 1,
      "nAAuswKey": 5,
      "nVerkmKey": 6,
      "persAngabenGueltig": 7,
      "nIAKATypKeys": "sample string 8",
      "cZusTextReferenzInfo": "sample string 9",
      "cZusTextBerufsinformation": "sample string 10"
    },
    "Images": [
      {
        "Url": "sample string 1"
      },
      {
        "Url": "sample string 1"
      }
    ],
    "Educations": [
      {
        "nBerufKey": 1,
        "nWebAbschlKey": 1
      },
      {
        "nBerufKey": 1,
        "nWebAbschlKey": 1
      }
    ]
  }
]

text/html

Sample:
[{"nIAWebZielId":1,"nWebZielKey":1,"nBerufKey":2,"nBZPensVon":1.0,"nBZPensBis":1.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":6,"cWebZielText":"sample string 7","nBZielKey":1,"nBezirkKey":1,"publicationDate":"2025-04-30T06:31:50.5553274+00:00","WorkExperienceYears":1.1,"DistrictKeys":[1,2],"Candidate":{"nKandKey":1,"nLandKey":1,"nLandKeyNationalitaet":2,"Age":3,"nVerfStKey":1,"lKandVerOK":true,"dVerfAb":"2025-04-30T06:31:50.5553274+00:00","dVerfBis":"2025-04-30T06:31:50.5553274+00:00","nSexCode":1,"nAAuswKey":5,"nVerkmKey":6,"persAngabenGueltig":7,"nIAKATypKeys":"sample string 8","cZusTextReferenzInfo":"sample string 9","cZusTextBerufsinformation":"sample string 10"},"Images":[{"Url":"sample string 1"},{"Url":"sample string 1"}],"Educations":[{"nBerufKey":1,"nWebAbschlKey":1},{"nBerufKey":1,"nWebAbschlKey":1}]},{"nIAWebZielId":1,"nWebZielKey":1,"nBerufKey":2,"nBZPensVon":1.0,"nBZPensBis":1.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":6,"cWebZielText":"sample string 7","nBZielKey":1,"nBezirkKey":1,"publicationDate":"2025-04-30T06:31:50.5553274+00:00","WorkExperienceYears":1.1,"DistrictKeys":[1,2],"Candidate":{"nKandKey":1,"nLandKey":1,"nLandKeyNationalitaet":2,"Age":3,"nVerfStKey":1,"lKandVerOK":true,"dVerfAb":"2025-04-30T06:31:50.5553274+00:00","dVerfBis":"2025-04-30T06:31:50.5553274+00:00","nSexCode":1,"nAAuswKey":5,"nVerkmKey":6,"persAngabenGueltig":7,"nIAKATypKeys":"sample string 8","cZusTextReferenzInfo":"sample string 9","cZusTextBerufsinformation":"sample string 10"},"Images":[{"Url":"sample string 1"},{"Url":"sample string 1"}],"Educations":[{"nBerufKey":1,"nWebAbschlKey":1},{"nBerufKey":1,"nWebAbschlKey":1}]}]

application/xml, text/xml

Sample:
<ArrayOfPublicationListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.CandidatePublications.Models">
  <PublicationListModel>
    <Candidate>
      <Age>3</Age>
      <cZusTextBerufsinformation>sample string 10</cZusTextBerufsinformation>
      <cZusTextReferenzInfo>sample string 9</cZusTextReferenzInfo>
      <dVerfAb>2025-04-30T06:31:50.5553274+00:00</dVerfAb>
      <dVerfBis>2025-04-30T06:31:50.5553274+00:00</dVerfBis>
      <lKandVerOK>true</lKandVerOK>
      <nAAuswKey>5</nAAuswKey>
      <nIAKATypKeys>sample string 8</nIAKATypKeys>
      <nKandKey>1</nKandKey>
      <nLandKey>1</nLandKey>
      <nLandKeyNationalitaet>2</nLandKeyNationalitaet>
      <nSexCode>Female</nSexCode>
      <nVerfStKey>1</nVerfStKey>
      <nVerkmKey>6</nVerkmKey>
      <persAngabenGueltig>7</persAngabenGueltig>
    </Candidate>
    <DistrictKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </DistrictKeys>
    <Educations>
      <CandidatePublicationEducationsModel>
        <nBerufKey>1</nBerufKey>
        <nWebAbschlKey>1</nWebAbschlKey>
      </CandidatePublicationEducationsModel>
      <CandidatePublicationEducationsModel>
        <nBerufKey>1</nBerufKey>
        <nWebAbschlKey>1</nWebAbschlKey>
      </CandidatePublicationEducationsModel>
    </Educations>
    <Images>
      <CandidatePublicationImageModel>
        <Url>sample string 1</Url>
      </CandidatePublicationImageModel>
      <CandidatePublicationImageModel>
        <Url>sample string 1</Url>
      </CandidatePublicationImageModel>
    </Images>
    <WorkExperienceYears>1.1</WorkExperienceYears>
    <cWebZielText>sample string 7</cWebZielText>
    <lBZFest>true</lBZFest>
    <lBZTemp>true</lBZTemp>
    <lBZTryHir>true</lBZTryHir>
    <nBZPensBis>1</nBZPensBis>
    <nBZPensVon>1</nBZPensVon>
    <nBZielKey>1</nBZielKey>
    <nBerufKey>2</nBerufKey>
    <nBezirkKey>1</nBezirkKey>
    <nIAWebZielId>1</nIAWebZielId>
    <nStufeKey>6</nStufeKey>
    <nWebZielKey>1</nWebZielKey>
    <publicationDate>2025-04-30T06:31:50.5553274+00:00</publicationDate>
  </PublicationListModel>
  <PublicationListModel>
    <Candidate>
      <Age>3</Age>
      <cZusTextBerufsinformation>sample string 10</cZusTextBerufsinformation>
      <cZusTextReferenzInfo>sample string 9</cZusTextReferenzInfo>
      <dVerfAb>2025-04-30T06:31:50.5553274+00:00</dVerfAb>
      <dVerfBis>2025-04-30T06:31:50.5553274+00:00</dVerfBis>
      <lKandVerOK>true</lKandVerOK>
      <nAAuswKey>5</nAAuswKey>
      <nIAKATypKeys>sample string 8</nIAKATypKeys>
      <nKandKey>1</nKandKey>
      <nLandKey>1</nLandKey>
      <nLandKeyNationalitaet>2</nLandKeyNationalitaet>
      <nSexCode>Female</nSexCode>
      <nVerfStKey>1</nVerfStKey>
      <nVerkmKey>6</nVerkmKey>
      <persAngabenGueltig>7</persAngabenGueltig>
    </Candidate>
    <DistrictKeys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </DistrictKeys>
    <Educations>
      <CandidatePublicationEducationsModel>
        <nBerufKey>1</nBerufKey>
        <nWebAbschlKey>1</nWebAbschlKey>
      </CandidatePublicationEducationsModel>
      <CandidatePublicationEducationsModel>
        <nBerufKey>1</nBerufKey>
        <nWebAbschlKey>1</nWebAbschlKey>
      </CandidatePublicationEducationsModel>
    </Educations>
    <Images>
      <CandidatePublicationImageModel>
        <Url>sample string 1</Url>
      </CandidatePublicationImageModel>
      <CandidatePublicationImageModel>
        <Url>sample string 1</Url>
      </CandidatePublicationImageModel>
    </Images>
    <WorkExperienceYears>1.1</WorkExperienceYears>
    <cWebZielText>sample string 7</cWebZielText>
    <lBZFest>true</lBZFest>
    <lBZTemp>true</lBZTemp>
    <lBZTryHir>true</lBZTryHir>
    <nBZPensBis>1</nBZPensBis>
    <nBZPensVon>1</nBZPensVon>
    <nBZielKey>1</nBZielKey>
    <nBerufKey>2</nBerufKey>
    <nBezirkKey>1</nBezirkKey>
    <nIAWebZielId>1</nIAWebZielId>
    <nStufeKey>6</nStufeKey>
    <nWebZielKey>1</nWebZielKey>
    <publicationDate>2025-04-30T06:31:50.5553274+00:00</publicationDate>
  </PublicationListModel>
</ArrayOfPublicationListModel>