Match.JobannonceKlassificering (Version 1, [UDV] 2024-4)
Metoder
GetJobannonceKlassificering (GET /v1/JobannonceKlassificering{Jobannonceid})
Denne metode benyttes til at hente tags / klassificeringer i relation til søgninger på en jobannonce
Scope
match.staronly.read
Input
Element | Type | Detaljer | Forekomst |
---|---|---|---|
Jobannonceid | uuid | 1 | Id på jobannonce |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
getJobannonceKlassificeringResponse | GetJobannonceKlassificeringResponseDto |
| 1 |
|
- jobannonceid | string |
| 1 | Id på jobannonce |
- klassificeringer | KlassificeringerDtoCollection |
| 1 | Liste af tags på en jobannonce |
- - klassificering | RegionKommuneRelationDto |
| 0 - * | Den specifikke tag |
- - klassificeringstag |
| 1 | Tag på jobannoncer f.eks. den ikke skal med i automatch |
Fejlkoder
Ingen fejlkoder
CreateJobannonceKlassificering (POST /v1/JobannonceKlassificering/{Jobannonceid})
Denne metode benyttes til at oprette tags / klassificeringer i relation til søgninger på en jobannonce. Ved ændringer i tags skal Ankiro reindeksere annonce
Scope
match.staronly.write
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
createJobannonceKlassificeringRequest | CreateJobannonceKlassificeringRequestDto |
| 1 |
|
- jobannonceid | string |
| 1 | Id på jobannonce |
- klassificeringstag |
| 1 | Tag på jobannoncer f.eks. den ikke skal med i automatch |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
Tomt |
|
|
|
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
130000 | Ulovligt jobannonceid | Det angivet jobannonceid findes ikke |
4575 | You are not authorized | You are not authorized to execute the operation |
DeleteJobannonceKlassificering (DELETE /v1/JobannonceKlassificering/{Jobannonceid})
Denne metode benyttes til at slette tags / klassificeringer i relation til søgninger på en jobannonce. Ved ændringer i tags skal Ankiro reindeksere annonce
Scope
match.staronly.write
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
getJobannonceKlassificeringRequest | GetJobannonceKlassificeringRequestDto |
| 1 |
|
- jobannonceid | string |
| 1 | Id på jobannonce |
- klassificeringstag |
| 1 | Tag på jobannoncer f.eks. den ikke skal med i automatch |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
Tomt |
|
|
|
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
130000 | Ulovligt jobannonceid | Det angivet jobannonceid findes ikke |
130001 | Den angivet klassificeringstag findes ikke på jobannoncen | Den angivet klassificeringstag findes ikke på jobannoncen |
4575 | You are not authorized | You are not authorized to execute the operation |