GET api/Frontend/Kennzahlen/{nWebBerufsfeldKey}/Kandidat

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nWebBerufsfeldKey

integer

Required

Body Parameters

None.

Response Information

Resource Description

KennzahlBerufsfeld
NameDescriptionTypeAdditional information
Berufsfeld

string

None.

Kennzahl

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Berufsfeld": "sample string 1",
  "Kennzahl": 2
}

text/html

Sample:
{"Berufsfeld":"sample string 1","Kennzahl":2}

application/xml, text/xml

Sample:
<KennzahlBerufsfeld xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Models.Dto">
  <Berufsfeld>sample string 1</Berufsfeld>
  <Kennzahl>2</Kennzahl>
</KennzahlBerufsfeld>