Metoder
Table of Contents | ||
---|---|---|
|
GetJob
Denne metode bruges til at hente jobannonce detaljer
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
GetJobRequestType | GetJobRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetJobResponseType | GetJobResponseType | 1 | Responsestruktur | |
- JobAd JobAd | 2659582624 | 1 | Jobannoncens indhold |
AddJob
Denne metode bruges til at oprette jobannonce på Jobnet. Jobannoncen sendes straks til godkendelse.
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
AddJobRequestType | AddJobRequestType | 1 | Requeststruktur | |
- JobAd JobAd | 2659582624 | 1 | Jobannoncens indhold |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
AddJobResponseType | AddJobResponseType | 1 | Responsestruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID. Tildeles af servicekaldet |
UpdateJob
Denne metode bruges til at opdatere eksisterende jobannonce på Jobnet. Jobannoncen sendes til godkendelse. Metoden kan anvendes ved annoncer med tilstande Not Approved og PublicationEnd (Se Status 2659582624)
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
UpdateJobRequestType | UpdateJobRequestType | 1 | Requeststruktur | |
- JobAd JobAd | 2659582624 | 1 | Jobannoncens indhold |
Output
Intet outputobjekt
CloseJob
Denne metode bruges til at lukke eksisterende jobannoncer på Jobnet således at de ikke længere er søgbare eller kan vises på Jobnet. Metoden kan anvendes ved annoncer med tilstande Processed og Publication (Se Status 2659582624)
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
CloseJobRequestType | CloseJobRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Intet outputobjekt
CloseJobAsUser
Som CloseJob, men til brug for jobcentre / JobAG.
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
CloseJobAsUserRequestType | CloseJobAsUserRequestType | 1 | Requeststruktur | |
- ContactGuid | int | 0-1 | Identificerer en kontaktperson i STARs systemer. Ét af felterne ContactGuid / UserRid skal udfyldes. | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID | |
- UserRid | int | 0-1 | Identificerer en sagsbehandler i et jobcenter. Se yderligere information i integrationsbeskrivelse for jobcentre. Ét af felterne ContactGuid / UserRid skal udfyldes. |
Output
Intet outputobjekt
DeleteJob
Denne metode bruges til at slette jobannonce på Jobnet
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
DeleteJobRequestType | DeleteJobRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Intet outputobjekt
DeleteJobAsUser
...
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
DeleteJobAsUserRequestType | DeleteJobAsUserRequestType | 1 | Requeststruktur | |
- ContactGuid | int | 0-1 | Identificerer en kontaktperson i STARs systemer. Ét af felterne ContactGuid / UserRid skal udfyldes. | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID | |
- UserRid | int | 0-1 | Identificerer en sagsbehandler i et jobcenter. Se yderligere information i integrationsbeskrivelse for jobcentre. Ét af felterne ContactGuid / UserRid skal udfyldes. |
Output
Intet outputobjekt
SearchJob
...
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | Angives i headeren | 11 | Username/password | |
SearchJobRequestType | SearchJobRequestType | 1 | Requeststruktur | |
- SearchParametersSearchParameters | 1 | Søgeparametre |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SearchJobResponseType | SearchJobResponseType | 1 | Responsestruktur | |
- SearchResultList | SearchResultList | 1 | Liste med resultatobjekter | |
- - SearchResultSearchResult | 0-* | Resultatobjekt |
SaveJobAsDraft
Denne metode bruges til at oprette eller opdatere en jobannonce der endnu ikke er færdig udfyldt på Jobnet. Annoncen forbliver i aktuel tilstand, dog ændres tilstand fra 1 NotReady til 2 ReadyButNotPublished, når annoncen kan valideres. Mettoden kan anvnedes ved tilstande: 1: Notready, 2: ReadyButNotPublished, 8: NotApproved, 9: PublicationEnd.
For at annoncen kan gemmes som kladde skal der som minimum være angivet: Information om virksomheden (HiringOrganizationDetails) og reference til personen der opretter annoncen (JobAdDetails.PostedBy), Arbejdssted (JobDetails.Joblocation) samt kontaktperson på annoncen (ApplicationDetails.JobcontactList).
Hvis der angives et JobAdId opdateres annoncen med det givne ID. Hvis der ikke angives et JobAdId oprettes en ny annoncen kladde. Jobannoncen har i kladde tilstand Status NotReady (Se Status 2659582624)
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
SaveJobAsDraftRequestType | SaveJobAsDraftRequestType | 1 | Requeststruktur | |
- JobAd JobAd | 2659582624 | 1 | Jobannoncens indhold |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse | SaveJobAsDraftResponseType | SaveJobAsDraftResponseType | 1 | - JobAdId | int | 1 | Unique JobAd indentifier | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
SaveJobAsDraftResponseType | SaveJobAsDraftResponseType | 1 | Responsestruktur | |||||||||
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID. TIldeles af servicen, hvis det ikke er angivet i input. Dvs. create eller update afhængig af om JobAdId er angivet i input. |
PublishJob
Denne metode bruges til at publisere en annonce efter annoncen er færdig udfyldt
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
PublishJobRequestType | PublishJobRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
PublishJobResponseType | PublishJobResponseType | 1 | Responsestruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
IsValidJobAd
Denne metode bruges til at validere om annoncen er færdig udfyldt.
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 2659582624 | Angives i headeren | 1 | Username/password |
IsValidJobAdRequestType | IsValidJobAdRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse | |||
---|---|---|---|---|---|---|---|
IsValidJobAdResponseType | IsValidJobAdResponseType | 1 | Responsestruktur | ||||
- IsValid | boolean | 1 | boolean | 1 | Angiver om jobannoncen er valid og dermed kan publiceres. |
GetTicket
Denne metode bruges til at hente en midlertidig kode til brug for at kunne se en forhåndsvisning af en annonce inden den publiseres. Kun til STARs systemer.
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
Credentials | Credentials2659582624 | Angives i headeren | 1 | Username/password |
GetTicketRequestType | GetTicketRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetTicketResponseType | GetTicketResponseType | 1 | Responsestruktur | |
- Ticket | long | 1 | Ticket til Jobnet. |
GetHistory
Denne metode bruges til at se historikken for en jobannonce
...
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | Angives i headeren | 1 | Username/password | |
GetHistoryRequestType | GetHistoryRequestType | 1 | Requeststruktur | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse | ||
---|---|---|---|---|---|---|
GetHistoryResponseType | GetHistoryResponseType | 1 | Responsestruktur | |||
- HistoryResultList | HistoryResultList | 1 | Liste med historikobjekter for jobannoncen | |||
- - HistoryResult | HistoryResult | 0-* | Historikobjekt | |||
- - - ContactPerson | string | 1 | 1 | Person, der har ændret jobannoncen | ||
- - - date | DateTime | 1 | Tidspunkt for ændring | |||
- - - Organization | string | 1 | Organisation, der har ændret jobannoncen | |||
- - - StatusText | 1 | Ny statu |
Generelle elementer
Credentials
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CredentialsCredentials | 1 | Username/password | ||
- Password | string | 1 | Kodeord til JobAd servicen | |
- Username | string | 1 | Brugernavn til JobAd servicen |
...
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
JobAd | JobAd | 1 | Jobannoncens indhold | |
- ApplicationDetails | ApplicationDetailsType | 1 | ||
- - ApplicationMethods | ApplicationMethodsType | 1 | ||
- - - ApplyByEmail | boolean | 0-1 | ||
- - - ApplyByLetter | boolean | 0-1 | ||
- - - ApplyByTelephone | boolean | 0-1 | ||
- - - ApplyOnline | boolean | 0-1 | ||
- - Description | string | 0-1 | ||
- - JobContactList | JobContactType list | 1 | ||
- - - JobContactType | JobContactType | 1+ | ||
string | 1 | |||
- - - - PersonNameStructure | PersonNameStructure | 1 | ||
- - - - - PersonGivenName | string | 1 | ||
- - - - - PersonSurnameName | string | 1 | ||
- - - - Title | string | 1 | ||
- - - - HidePhoneNumbers | boolean | 1 | ||
- - - - TelephoneNumberStructure | TelephoneNumberStructure | 1 | ||
- - - - - MobileNumber | string | 0-1 | ||
- - - - - PrimaryNumber | string | 0-1 | ||
- - - - - SecondaryNumber | string | 0-1 | ||
- - - - - Telefax | string | 0-1 | ||
- - Referral | string | 0-1 | ||
- HiringOrganizationDetails | HiringOrganizationDetailsType | 1 | ||
- - AddressStructure | AddressStructure | 1 | Virksomhedsadresse | |
- - - CountryCode | string | 1 | ||
- - - FloorIdentifier | string | 0-1 | ||
- - - MunicipalityId | int | 1 | ||
- - - MunicipalityName | string | 1 | ||
- - - PostalCity | string | 1 | ||
- - - PostalCode | string | 1 | ||
- - - StreetBuildingIdentifier | string | 1 | ||
- - - StreetName | string | 1 | ||
- - - SuiteIdentifier | string | 0-1 | ||
- - BranchCode | int | 0-1 | ||
- - BranchDescription | string | 1 | Industribeksrivelse | |
- - Contact | HiringOrganizationContactType | 1 | Virksomhedskontaktperson | |
string | 0-1 | |||
- - - PersonNameStructure | PersonNameStructure | 1 | ||
- - - - PersonGivenName | string | 1 | ||
- - - - PersonSurnameName | string | 1 | ||
- - - Title | string | 0-1 | ||
- - - PrimaryNumber | string | 0-1 | ||
- - - SecondaryNumber | string | 0-1 | ||
- - - Telefax | string | 0-1 | ||
- - CvrNumber | string | 0-1 | 8-cifret CVR-nummer | |
- - Name | string | 1 | Virksomhedens navn | |
- - PNumber | string | 0-1 | 10-cifret p-nummer | |
- - Url | string | 0-1 | Virksomhedens hjemmeside | |
- Id | int | 0-1 | Unik JobAd idUnique JobAd indentifier - Annonce ID | |
- JobAdDetails | JobAdDetailsType | 1 | ||
- - JobPublishDates | JobPublishDatesType | 1 | Datoer vedr. annoncens levetid | |
- - - LastModifiedDate | DateTime | 0-1 | Dato og tid for annoncens seneste ændring | |
- - - PublishEndDate | DateTime | 1 | Dato og tid for afpublicering af annoncen på Jobnet | |
- - - PublishStartDate | DateTime | 1 | Dato og tid for publicering af annoncen på Jobnet | |
- - Logo | string (Base64) | 0-1 | Logo i et af følgende formater: JPG, PNG. Størrelse max. 200x135px / 100KB. Hvis logo er vedhæftet jobannoncen, præsenteres dette logo. Hvis logo ikke er defineret her, anvendes i prioriteret rækkefølge a) logo fra PNR (fra JobAG), b) logo fra CVR-nummer (fra JobAG), c) udelades. | |
- - NumberOfReadsByCitizen | int | 1 | ||
- - PostedBy | PostedByContactType | 1 | ||
string | 0-1 | |||
- - - PersonNameStructure | PersonNameStructure | 1 | ||
- - - - PersonGivenName | string | 1 | ||
- - - - PersonSurnameName | string | 1 | ||
- - - Title | string | 0-1 | ||
- - - ContactGuid | string | 0-1 | ||
- - - PrimaryNumber | string | 0-1 | ||
- - - Telefax | string | 0-1 | ||
- - - UserRid | string | 0-1 | ||
- - StatusStatus | 1 | Annoncens status. Denne værdi ignoreres ved add og update operationer. | ||
- - TypeType | 1 | Typen af JobAd | ||
- JobDetails | JobDetailsType | 1 | ||
- - AuthorityId | int | 1 | ||
- - AuthorityPhoneNumber | string | 0-1 | ||
- - Classification | Classification | 1 | ||
- - - EmploymentTypeEmploymentType | 1 | Defaultværdi ved manglende element | ||
- - - IsEuresJob | boolean | 1 | ||
- - - IsPublicSectorJob | boolean | 1 | ||
- - - IsWorkInDenmarkJob | boolean | 1 | ||
- - Description | string | maks. længde: 16000 | 1 | |
- - DriversLicences | 1 | |||
- - HidePhonenumbers | boolean | 1 | ||
- - IsAnonymousEmployer | boolean | 1 | ||
- - IsDisabilityFriendly | boolean | 1 | ||
- - JobDates | JobDatesType | 1 | ||
- - - ApplicationDeadlineDate | DateTime | 1 | ||
- - - EmploymentDate | DateTime | 0-1 | ||
- - - StartAsSoonAsPossible | boolean | 1 | ||
- - JobLocation | JobLocationType | 1 | ||
- - - Address | AddressStructure | 1 | ||
- - - - CountryCode | string | 1 | ||
- - - - FloorIdentifier | string | 0-1 | ||
- - - - MunicipalityId | int | 1 | ||
- - - - MunicipalityName | string | 1 | ||
- - - - PostalCity | string | 1 | ||
- - - - PostalCode | string | 1 | ||
- - - - StreetBuildingIdentifier | string | 1 | ||
- - - - StreetName | string | 1 | ||
- - - - SuiteIdentifier | string | 0-1 | ||
- - - NoLocalBusinessAddress | boolean | 1 | ||
- - NumberOfPositions | int | Værdi: 0-99 | 1 | |
- - OccupationConceptUri | string | 1 | ESCO-STAR code | |
- - Schedule | Schedule | 1 | ||
- - - DailyWorkTime | DailyWorkTimeType | 1 | ||
- - - - Day | boolean | 0-1 | ||
- - - - Evening | boolean | 0-1 | ||
- - - - Night | boolean | 0-1 | ||
- - - - Weekend | boolean | 0-1 | ||
- - - WeeklyWorkTimeTypesWeeklyWorkTimeTypes | 1 | |||
- - - WorkHour | WorkHourType | 1 | ||
- - - - Max | int | Værdi: 0-99 | 0-1 | Kun tilladt hvis WeeklyWorkTime = PartTime Skal være større end eller lig Min. Dog aldrig under 1. |
- - - - Min | int | Værdi: 0-99 | 0-1 | Kun tilladt hvis WeeklyWorkTime = PartTime Skal være mindre end eller lig Max |
- - Title | string | maks. længde 255 | 1 |
...
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SearchParameters | SearchParameters | 1 | ||
- AuthorityCodes | ||||
- - AuthorityCode | int | 0-* | ||
- AuthorityName | string | 0-1 | ||
- ContactGuid | string | 0-1 | Company contact person id | |
- CreatedFrom | DateTime | 0-1 | Start date of search window | |
- CreatedTo | DateTime | 0-1 | End date of search window | |
- CvrOrPNumber | string | 0-1 | Either an 8 digit CVR number or a 10 digit P-number | |
- JobAdId | int | 0-1 | Unique JobAd indentifier - Annonce ID | |
- JobAttributes | 0-1 | Filter on job attributes if defined | ||
- - JobAttributeJobAttribute | 0-* | Only jobs with these attributes are returned | ||
- MunicipalityCode | int | 0-1 | ||
- OccupationConceptUris | ESCO-STAR codes | |||
- - OccupationConceptUri | string | 0-* | ESCO-STAR code | |
- OccupationName | string | 0-1 | ESCO-STAR occupation name | |
- PageNumber | int | 0-1 | Side i resultatsæt Beregnes som = PageNumber * PageSize Angives denne ikke, returneres første side | |
- PageSize | int | 0-1 | Max antal returnerede rækker. Angives denne ikke, returneres 1000 | |
- PublishedBy | string | 0-1 | Name of publisher | |
- RegionId | int | 0-1 | ||
- StatusStatus | 0-1 | |||
- UserRid | string | 0-1 | Rid from jobcenter employee certificate |
SearchResult
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
SearchResult | SearchResult | 1 | ||
- Created | DateTime | 1 | The date the the ad was created in Jobnet | |
- JobAdId | int | 1 | Unique JobAd indentifier - Annonce ID | |
- NumberOfViews | int | 1 | ||
- OccupationName | string | 1 | ESCO-STAR occupation name. | |
- PublishedBy | string | 1 | Name of publisher | |
- PublishedFrom | DateTime | 1 | The date the the ad was/will be published on Jobnet | |
- PublishedTo | DateTime | 1 | The date the ad was/will be removed on Jobnet | |
- StatusStatus | 1 | |||
- Title | string | 1 |
Kodelister
...
Værdi | Enumeration | Beskrivelse |
---|---|---|
Nothing | 0 | |
WageSubsidy | 1 | Løntilskudsjob |
HotJob | 2 | Hot job |
Normal | 4 | Almindeligt job |
SpringStone | 8 | Spring Stone Job |
Flexjob | 16 | Flex job |
EarlyRetirement | 32 | Førtidspensionjob |
JobRotation | 64 | Job rotation |
EarlyRetiree | 128 | Job egnet til efterlønnere og seniorer |
CompanyInternship | 256 | Virksomhedspraktik |
NormalAndEarlyRetiree | 132 | Job egnet til almindelige jobtagere, efterlønnere og seniorer |
NormalAndEarlyRetireeWithHotJob | 134 | Hotjob egnet til almindelige jobtagere, efterlønnere og seniorer |
Status
Værdi | Enumeration | Beskrivelse |
---|---|---|
NotReady | 1 | En eller flere mandatory oplysninger mangler at blive udfyldt |
ReadyButNotPublished | 2 | Alle krævede annoncedata udfyldt. Annoncen er endnu ikke sendt til godkendelse. |
NotProcessed | 3 | Under behandling. Anvendes ikke ved nye jobannoncer. |
Processing | 4 | Under behandling |
Evaluation | 5 | Under behandling. Anvendes ikke ved nye jobannoncer. |
Processed | 6 | Godkendt. Annoncen er på jobnet.dk på publiceringsdato |
Publication | 7 | Godkendt. Annoncen er på jobnet.dk på publiceringsdato |
NotApproved | 8 | Ikke godkendt |
PublicationEnd | 9 | Publiceringsperiode er afsluttet automatisk |
Archived | 10 | Arkiveret. Anvendes ikke ved nye jobannoncer. |
ManualPublicationEnd | 11 | Publiceringsperiode er afsluttet manuelt. Anvendes ikke ved nye jobannoncer. |
Rejected | 12 | Afvist. Anvendes ikke ved nye jobannoncer. |
...