JobnetVacationService (Version 6, 2021-1)
Siden opdateres automatisk til at afspejle koden.
Metoder
GetVacationState
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetVacationStateRequest | GetVacationStateRequestType |
| 1 |
|
- CvCustomerIdentifier | CvCustomerIdentifierType | Pattern: [0-9]{8} | 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
GetVacationStateResponse | GetVacationStateResponseType |
| 1 |
|
- IsNewVacationAllowed | boolean |
| 1 | Boolean værdi til at angive, om borgeren må registrere nyt fravær af den givne type. |
- CreateAbsenceRestrictions | CreateAbsenceRestrictionsType |
| 0 - 1 | Angivelse af hvornår og hvor længe en borger må registrere nyt fravær af den givne type. |
- - MaxDuration | int |
| 1 | Angiver den maximale varighed af registreringen. |
- - IsEndDateRequired | boolean |
| 1 |
|
- - IllegalAbsencePeriodCollection | IllegalAbsencePeriodCollectionType |
| 1 | Periodeangivelse hvor det ikke er muligt at registrere fravær af den givne type. Er baseret på forretningsregler samt eksisterende fraværsregistreringer på borgeren. Jobnet skal bruge disse tidsangivelser for at definere, hvornår en borger kan registrere fravær. |
- - - IllegalAbsencePeriod | IllegalAbsencePeriodType |
| 0 - * |
|
- - - - AbsenceIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 0 - 1 |
|
- - - - StartDate | dateTime |
| 1 |
|
- - - - EndDate | dateTime |
| 0 - 1 |
|
- AbsenceRegistrationCollection | AbsenceRegistrationCollectionType |
| 1 | Samling af eksisterende fraværsregistreringer af den givne type. |
- - AbsenceRegistration | AbsenceRegistrationType |
| 0 - * |
|
- - - AbsenceIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 | Unik nøgle for fraværsregistreringen. |
- - - StartDate | dateTime |
| 1 | Startdato for fraværsregistreringen. |
- - - EndDate | dateTime |
| 0 - 1 | Slutdato for fraværsregistreringen. |
- - - UpdateAbsenceRestrictions | UpdateAbsenceRestrictionsType |
| 1 | Referret struktur, som angiver, hvordan en borger må opdatere/slette en eksisterende fraværsregistrering. |
- - - - IsUpdateOfStartDateAllowed | boolean |
| 1 | Boolean værdi til at angive, om borgeren må opdatere startdatoen for denne fraværsregistrering. |
- - - - IsUpdateOfEndDateAllowed | boolean |
| 1 | Boolean værdi til at angive, om borgeren må opdatere slutdatoen for denne fraværsregistrering. |
- - - - IsDeleteAllowed | boolean |
| 1 | Boolean værdi til at angive, om borgeren må slette denne fraværsregistrering. |
- - - - MaxDuration | int |
| 1 | Angiver den maksimale varighed af registreringen. |
- - - - IsEndDateRequired | boolean |
| 1 |
|
- - - - IllegalAbsencePeriodCollection | IllegalAbsencePeriodCollectionType |
| 1 | Periode hvor det ikke er muligt at registrere fravær af den givne type. Er baseret på forretningsregler samt eksisterende ferieregistreringer på borgeren. Jobnet skal bruge disse tidsangivelser for at definere, hvornår en borger kan registrere fravær af den givne type. |
- - - - - IllegalAbsencePeriod | IllegalAbsencePeriodType |
| 0 - * |
|
- - - - - - AbsenceIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 0 - 1 |
|
- - - - - - StartDate | dateTime |
| 1 |
|
- - - - - - EndDate | dateTime |
| 0 - 1 |
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
1001 | Invalid cpr | The submitted cpr is either to long or short or contains data not interpretable as a date |
CreateVacation
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CreateVacationRequest | CreateVacationRequestType |
| 1 |
|
- CvCustomerIdentifier | CvCustomerIdentifierType | Pattern: [0-9]{8} | 1 |
|
- StartDate | dateTime |
| 1 | Startdato for registreringen |
- EndDate | dateTime |
| 1 | Slutdato for registreringen |
- RegistrationDate | dateTime |
| 1 | Hændelsesdatoen for registreringen. |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CreateVacationResponse | CreateVacationResponseType |
| 1 |
|
- VacationReceipt | VacationReceiptType |
| 1 | Kvittering for registreringen indeholdende: |
- - EventDate | dateTime |
| 1 |
|
- - VacationIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
1001 | Invalid cpr | The submitted cpr is either to long or short or contains data not interpretable as a date |
1003 | Duration is negative | The reported duration is negative, start date is greater than end date |
4405 | The person with specified cpr is dead | The person with specified cpr is dead |
4575 | You are not authorized | You are not authorized to execute the operation |
4589 | Unknown identifier | The submitted Identifier is unknown to the system |
4591 | Education is not allowed for people in this contactgroup/personcategory combination | Education cannot be registered for people in this contactgroup/personcategory combination |
4592 | Temp work with duration less than 15 days not allowed for this contactgroup/personcategory combi | Temporary work with duration less than 15 days is not valid for people in this contactgroup/personcategory combination |
4593 | Two weeks maternity leave is not allowed for people in this contactgroup/personcategory combination | Two weeks maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4594 | People in this contactgroup cannot be absent because they are under 18 years of age | People in this contactgroup cannot be absent because they are under 18 years of age |
4595 | People in this contactgroup cannot be absent because they are eligible for pension. | People in this contactgroup cannot be absent because they are eligible for pension. |
4596 | Maternity leave is not allowed for people in this contactgroup/personcategory combination | Maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4597 | Absence because of vacant period is not allowed for people in this contactgroup/personcategory combi | Absence because of a vacant period is not allowed for people in this contactgroup/personcategory combination |
4598 | Vacation is not allowed for people in this contactgroup/personcategory combination | Vacation cannot be registered for people in this contactgroup/personcategory combination |
4599 | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination |
4600 | Absence because of Person cannot work is not allowed for people in this contactgroup or personcat. | Absence because of illness (Person cannot work) is not allowed for people in this contactgroup or personcategory |
4601 | Person cannot be activated is not allowed for people in this contactgroup or personcategory | Absence because of person cannot be activated is not allowed for people in this contactgroup or personcategory |
4602 | Absence due to uncurable illness is not allowed for people in this contactgroup/personcategory combi | Absence because of uncurable illness cannot be registered for people in this contactgroup/personcategory combination |
4603 | Parttime employed (> 20 hours/week) not allowed for people in this contactgroup/personcategory combi | Parttime employed (more than 20 hours/week) is not allowed for people in this contactgroup/personcategory combination |
4604 | Employment within 4 weeks is not allowed for people in this contactgroup/personcategory combination | Employment within 4 weeks cannot be registred for people in this contactgroup/personcategory combination |
4605 | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combi | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combination |
4606 | People in this CG/PC combination cannot be exempted because of participation in employmentoffers | People in this contactgroup/personcategory combination cannot be exempted because of participation in employmentoffers |
4607 | Absence taking care of own children not allowed for people in this contactgroup/personcategory combi | Absence because of taking care of own children (illness) is not allowed for people in this contactgroup/personcategory combination |
4608 | Absence taking care of ill people not allowed for people in this contactgroup/personcategory combi | Absence because of a taking care of ill people is not allowed for people in this contactgroup/personcategory combination |
4609 | Absence because of draft is not allowed for people in this contactgroup/personcategory combination | Absence because of draft is not allowed for people in this contactgroup/personcategory combination |
4610 | Special other absence is not allowed for people in this contactgroup/personcategory combination | Special other absence is not allowed for people in this contactgroup/personcategory combination |
4611 | Selfappointed education (Parttime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Parttime) is not allowed for people in this contactgroup/personcategory combination |
4612 | Selfappointed education (Fulltime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Fulltime) is not allowed for people in this contactgroup/personcategory combination |
4613 | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combi | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combination |
4614 | The absence registration is not allowed due to invalid overlap between absence types | The absence registration is not allowed due to invalid overlap between absence types |
4615 | This absenceregistration must have an end-date | This absenceregistration must have an end-date |
4632 | The specified Absenceregistration is not known to the system | The specified Absenceregistration is not known to the system |
4637 | The reported absence overlaps an existing absence of the same type | The reported absence overlaps an existing absence of the same type |
4644 | This Client has an open existing contactgroup | This Client has an open existing contactgroup |
4646 | The ContactGroupTypeIdentifier cannot be changed | The ContactGroupTypeIdentifier cannot be changed |
4647 | The Startdate cannot be changed | The Startdate cannot be changed |
4648 | The Enddate cannot be before todays date | The Enddate cannot be before todays date |
4669 | The enddate must not be earlier than the start date | The enddate must not be earlier than the start date |
4682 | The specified absence is not registered with this client | The specified absence is not registered with this client |
4683 | The CorrectionComment must contain content | The CorrectionComment must contain content |
4684 | The absence type is not a valid type | The absence type is not a valid type |
4686 | This person must have an active contact group registration | This person must have an active contactgroupregistration |
4693 | The client must have a registered personcategory to register this absence type | The client must have a registered personcategory to register this absence type |
4694 | This absence type is not allowed for a client with this contact group and personcategory | This absence type is not allowed for a client with this contact group and personcategory |
4696 | The absencetype cannot be different from the registred | The absencetype cannot be different from the registred |
4753 | The clients jobnet cv has been archived | The clients jobnet cv has been archived |
4754 | The clients jobnet cv has been disabled | The clients jobnet cv has been disabled |
4755 | The clients jobnet cv could not be found | The clients jobnet cv could not be found |
4771 | Prevented from personal attendance is not allowed for people in this contactgroup | Prevented from personal attendance is not allowed for people in this contactgroup |
4772 | Expected full time work within 13 week is not allowed for people in this contactgroup | Expected full time work within 13 week is not allowed for people in this contactgroup |
4773 | Work partially resumed is not allowed for people in this contactgroup | Work partially resumed is not allowed for people in this contactgroup |
4774 | Planned operation within 13 weeks is not allowed for people in this contactgroup | Planned operation within 13 weeks is not allowed for people in this contactgroup |
4775 | Illness prevents personal attendance is not allowed for people in this contactgroup | Illness prevents personal attendance is not allowed for people in this contactgroup |
4795 | The absence comment may not contain html | The absence comment may not contain html |
4797 | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination |
4809 | The correction comment may not contain html | The correction comment may not contain html |
4823 | The clients jobnet cv is locked | The clients jobnet cv is locked |
4919 | The contact group can not be ended due to an active enrollment | The contact group can not be ended due to an active enrollment |
4940 | Absence work distribution is not allowed for people in this contactgroup/personcategory combination | Absence work distribution is not allowed for people in this contactgroup/personcategory combination |
4941 | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4942 | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4943 | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4944 | Absence maternity leave within 6 weeks not allowed for people in this contactgroup/personcat. combi | Absence maternity leave within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4974 | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination |
4979 | The specified absence cause type identifier is not known to the system | The specified absence cause type identifier is not known to the system |
4990 | Illness is not possible because of open enrollment | Illness is not possible because of open enrollment |
6009 | Invalid registrationdate | The absence registration for the absencetype may not start later than 30 days from the registrationdate |
6052 | Codelist value is only for internal use | Codelist value is only for internal use |
7061 | AbsenceCause is not coherent with contact group. | AbsenceCause is not coherent with contact group. |
8065 | EventTime can not be changed. | EventTime can not be changed. |
8294 | AbsenceComment is required for this absenceType | AbsenceComment is required for this absenceType |
8295 | CorrectionComent is required when updating this absenceType | CorrectionComent is required when updating this absenceType |
8297 | The absence is required to have start date = registration date | The absence is required to have start date = registration date |
8298 | The StartDate cannot be updated. | The StartDate cannot be updated. |
8299 | Absence Fritaget for selvbook is not allowed for people in this contactgroup | Absence Fritaget for selvbook is not allowed for people in this contactgroup |
UpdateVacation
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
UpdateVacationRequest | UpdateVacationRequestType |
| 1 |
|
- CvCustomerIdentifier | CvCustomerIdentifierType | Pattern: [0-9]{8} | 1 |
|
- VacationIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 | Unik nøgle for registreringen. |
- StartDate | dateTime |
| 1 | Startdato for registreringen |
- EndDate | dateTime |
| 1 | Slutdato for registreringen |
- RegistrationDate | dateTime |
| 1 | Hændelsesdatoen for registreringen. |
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
UpdateVacationResponse | UpdateVacationResponseType |
| 1 |
|
- VacationReceipt | VacationReceiptType |
| 1 | Kvittering for registreringen indeholdende: |
- - EventDate | dateTime |
| 1 |
|
- - VacationIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
1001 | Invalid cpr | The submitted cpr is either to long or short or contains data not interpretable as a date |
1003 | Duration is negative | The reported duration is negative, start date is greater than end date |
4575 | You are not authorized | You are not authorized to execute the operation |
4589 | Unknown identifier | The submitted Identifier is unknown to the system |
4591 | Education is not allowed for people in this contactgroup/personcategory combination | Education cannot be registered for people in this contactgroup/personcategory combination |
4592 | Temp work with duration less than 15 days not allowed for this contactgroup/personcategory combi | Temporary work with duration less than 15 days is not valid for people in this contactgroup/personcategory combination |
4593 | Two weeks maternity leave is not allowed for people in this contactgroup/personcategory combination | Two weeks maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4594 | People in this contactgroup cannot be absent because they are under 18 years of age | People in this contactgroup cannot be absent because they are under 18 years of age |
4595 | People in this contactgroup cannot be absent because they are eligible for pension. | People in this contactgroup cannot be absent because they are eligible for pension. |
4596 | Maternity leave is not allowed for people in this contactgroup/personcategory combination | Maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4597 | Absence because of vacant period is not allowed for people in this contactgroup/personcategory combi | Absence because of a vacant period is not allowed for people in this contactgroup/personcategory combination |
4598 | Vacation is not allowed for people in this contactgroup/personcategory combination | Vacation cannot be registered for people in this contactgroup/personcategory combination |
4599 | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination |
4600 | Absence because of Person cannot work is not allowed for people in this contactgroup or personcat. | Absence because of illness (Person cannot work) is not allowed for people in this contactgroup or personcategory |
4601 | Person cannot be activated is not allowed for people in this contactgroup or personcategory | Absence because of person cannot be activated is not allowed for people in this contactgroup or personcategory |
4602 | Absence due to uncurable illness is not allowed for people in this contactgroup/personcategory combi | Absence because of uncurable illness cannot be registered for people in this contactgroup/personcategory combination |
4603 | Parttime employed (> 20 hours/week) not allowed for people in this contactgroup/personcategory combi | Parttime employed (more than 20 hours/week) is not allowed for people in this contactgroup/personcategory combination |
4604 | Employment within 4 weeks is not allowed for people in this contactgroup/personcategory combination | Employment within 4 weeks cannot be registred for people in this contactgroup/personcategory combination |
4605 | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combi | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combination |
4606 | People in this CG/PC combination cannot be exempted because of participation in employmentoffers | People in this contactgroup/personcategory combination cannot be exempted because of participation in employmentoffers |
4607 | Absence taking care of own children not allowed for people in this contactgroup/personcategory combi | Absence because of taking care of own children (illness) is not allowed for people in this contactgroup/personcategory combination |
4608 | Absence taking care of ill people not allowed for people in this contactgroup/personcategory combi | Absence because of a taking care of ill people is not allowed for people in this contactgroup/personcategory combination |
4609 | Absence because of draft is not allowed for people in this contactgroup/personcategory combination | Absence because of draft is not allowed for people in this contactgroup/personcategory combination |
4610 | Special other absence is not allowed for people in this contactgroup/personcategory combination | Special other absence is not allowed for people in this contactgroup/personcategory combination |
4611 | Selfappointed education (Parttime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Parttime) is not allowed for people in this contactgroup/personcategory combination |
4612 | Selfappointed education (Fulltime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Fulltime) is not allowed for people in this contactgroup/personcategory combination |
4613 | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combi | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combination |
4614 | The absence registration is not allowed due to invalid overlap between absence types | The absence registration is not allowed due to invalid overlap between absence types |
4615 | This absenceregistration must have an end-date | This absenceregistration must have an end-date |
4632 | The specified Absenceregistration is not known to the system | The specified Absenceregistration is not known to the system |
4637 | The reported absence overlaps an existing absence of the same type | The reported absence overlaps an existing absence of the same type |
4644 | This Client has an open existing contactgroup | This Client has an open existing contactgroup |
4646 | The ContactGroupTypeIdentifier cannot be changed | The ContactGroupTypeIdentifier cannot be changed |
4647 | The Startdate cannot be changed | The Startdate cannot be changed |
4648 | The Enddate cannot be before todays date | The Enddate cannot be before todays date |
4669 | The enddate must not be earlier than the start date | The enddate must not be earlier than the start date |
4682 | The specified absence is not registered with this client | The specified absence is not registered with this client |
4683 | The CorrectionComment must contain content | The CorrectionComment must contain content |
4684 | The absence type is not a valid type | The absence type is not a valid type |
4686 | This person must have an active contact group registration | This person must have an active contactgroupregistration |
4693 | The client must have a registered personcategory to register this absence type | The client must have a registered personcategory to register this absence type |
4694 | This absence type is not allowed for a client with this contact group and personcategory | This absence type is not allowed for a client with this contact group and personcategory |
4696 | The absencetype cannot be different from the registred | The absencetype cannot be different from the registred |
4753 | The clients jobnet cv has been archived | The clients jobnet cv has been archived |
4754 | The clients jobnet cv has been disabled | The clients jobnet cv has been disabled |
4755 | The clients jobnet cv could not be found | The clients jobnet cv could not be found |
4771 | Prevented from personal attendance is not allowed for people in this contactgroup | Prevented from personal attendance is not allowed for people in this contactgroup |
4772 | Expected full time work within 13 week is not allowed for people in this contactgroup | Expected full time work within 13 week is not allowed for people in this contactgroup |
4773 | Work partially resumed is not allowed for people in this contactgroup | Work partially resumed is not allowed for people in this contactgroup |
4774 | Planned operation within 13 weeks is not allowed for people in this contactgroup | Planned operation within 13 weeks is not allowed for people in this contactgroup |
4775 | Illness prevents personal attendance is not allowed for people in this contactgroup | Illness prevents personal attendance is not allowed for people in this contactgroup |
4795 | The absence comment may not contain html | The absence comment may not contain html |
4797 | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination |
4809 | The correction comment may not contain html | The correction comment may not contain html |
4823 | The clients jobnet cv is locked | The clients jobnet cv is locked |
4919 | The contact group can not be ended due to an active enrollment | The contact group can not be ended due to an active enrollment |
4940 | Absence work distribution is not allowed for people in this contactgroup/personcategory combination | Absence work distribution is not allowed for people in this contactgroup/personcategory combination |
4941 | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4942 | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4943 | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4944 | Absence maternity leave within 6 weeks not allowed for people in this contactgroup/personcat. combi | Absence maternity leave within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4974 | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination |
4979 | The specified absence cause type identifier is not known to the system | The specified absence cause type identifier is not known to the system |
4990 | Illness is not possible because of open enrollment | Illness is not possible because of open enrollment |
6052 | Codelist value is only for internal use | Codelist value is only for internal use |
7061 | AbsenceCause is not coherent with contact group. | AbsenceCause is not coherent with contact group. |
8065 | EventTime can not be changed. | EventTime can not be changed. |
8295 | CorrectionComent is required when updating this absenceType | CorrectionComent is required when updating this absenceType |
8298 | The StartDate cannot be updated. | The StartDate cannot be updated. |
8299 | Absence Fritaget for selvbook is not allowed for people in this contactgroup | Absence Fritaget for selvbook is not allowed for people in this contactgroup |
DeleteVacation
Scope
Ikke defineret
Input
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteVacationRequest | DeleteVacationRequestType |
| 1 |
|
- VacationIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
- RegistrationDate | dateTime |
| 1 |
|
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
DeleteVacationResponse | DeleteVacationResponseType |
| 1 |
|
- VacationReceipt | VacationReceiptType |
| 1 | Kvittering for registreringen indeholdende: |
- - EventDate | dateTime |
| 1 |
|
- - VacationIdentifier | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 |
|
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
1001 | Invalid cpr | The submitted cpr is either to long or short or contains data not interpretable as a date |
1003 | Duration is negative | The reported duration is negative, start date is greater than end date |
1010 | Unknown cpr | The submitted cpr is unknown to the system |
1014 | Failed to validate message | The submitted message could not be validated |
4013 | Unknown Client Destination | Unknown Client Destination |
4102 | Client not registered with this CvCustomerNumber | The client is not registered with this CvCustomerNumber |
4103 | Client not registered with CvCustomerNumber | The client is not registered with a CvCustomerNumber |
4105 | The person is not Enrolled | The person is not Enrolled, the CvCustomerNumber is only registred for Enrolled persons |
4313 | Invalid client category type | The submitted client category type is no recognized as a valid client category type |
4314 | Invalid current unemployment status type identifier | The submitted identifier is not recognized as a valid unemployment status type identifier |
4321 | Invalid insurance category | The submitted request contained an invalid insurance category, only categories 'Deltidsforsikret' and 'Heltidsforsikret' are allowed |
4322 | The cancellation date must be today, maximum 30 days after or 60 in case of a less intensive effort | The cancellation date must be today, maximum 30 days after or 60 in case of a less intensive effort |
4339 | Only clients Tilmeldt uden ydelse can have the unemploymentstatus ikke ledig | Only clients Tilmeldt uden ydelse can have the unemploymentstatus ikke ledig |
4340 | The submitted CauseTypeIdentifier is invalid | The submitted CauseTypeIdentifier is invalid |
4367 | The person is not enrolled | The person is not enrolled |
4368 | CV Status update not allowed | Only Unemploymentfunds are allowed to register CV’s for dagpengemodtagere |
4369 | CV Status update not allowed | Only Jobcenters and Municipalitys are allowed to register CV’s for ansøgere/modtagere of kontanthjælp/uddannelseshjælp |
4370 | CV Status update not allowed | Only Jobcenters and Municipalitys are allowed to register CV’s for personer der ansøger eller modtager kontanthjælp efter integrationsprogram. |
4375 | Can not allow e-mail notification when no EmailAddressIdentifier is specified | Can not allow e-mail notification when no EmailAddressIdentifier is specified |
4376 | The maximum duration of a temporary address is 90 days | The maximum duration of a temporary address is 90 days |
4378 | Temporary foreign address can not be registered for persons with ClientCategory 2, 4, 6, 7, 8 and 9 | Temporary foreign address can not be registered for persons with ClientCategory 2, 4, 6, 7, 8 and 9 (Kontanthælpsansøgere/modtagere, herunder efter integrationsprogram, and uddannelseshjælpsansøgere/modtagere) |
4385 | The client does not have an unemploymentfund registration | The client does not have an unemploymentfund registration |
4386 | Removing the unemploymentfund registration in error failed | Removing the current unemploymentfund registration failed |
4400 | CV Customer Number is unknown | The supplied CV Customer Number is unknown to the system |
4401 | The end date has to be greater than start date for a temporary address | The end date has to be greater than start date for a temporary address |
4402 | The end date has to be greater than today for a temporary address | The end date has to be greater than today for a temporary address |
4403 | The start date and the end date has to be set for temporary address | The start date and the end date has to be set for temporary address |
4404 | The person with specified cpr does not exist | The person with specified cpr does not exist |
4405 | The person with specified cpr is dead | The person with specified cpr is dead |
4406 | The country specified for a foreign temporary address can not be Denmark (DK) | The country specified for a foreign temporary address can not be Denmark (DK) |
4417 | Client must be a member of an unemploymentfund to be an unemploymentfundrecipient | Client must be a member of an unemploymentfund to be an unemploymentfundrecipient |
4426 | The MobileNumberIdentifier for foreign numbers must be Swedish or German (+46 or +49) | The MobileNumberIdentifier for foreign numbers must be Swedish or German (+46 or +49) |
4427 | The MobileNumberIdentifier for danish numbers must be 8 digits | The MobileNumberIdentifier for danish numbers must be 8 digits, first two digits cannot be 00, optional +45 prefix |
4511 | The External operator is not allowed to view data for the person | The External operator is not allowed to view data for the person |
4575 | You are not authorized | You are not authorized to execute the operation |
4589 | Unknown identifier | The submitted Identifier is unknown to the system |
4591 | Education is not allowed for people in this contactgroup/personcategory combination | Education cannot be registered for people in this contactgroup/personcategory combination |
4592 | Temp work with duration less than 15 days not allowed for this contactgroup/personcategory combi | Temporary work with duration less than 15 days is not valid for people in this contactgroup/personcategory combination |
4593 | Two weeks maternity leave is not allowed for people in this contactgroup/personcategory combination | Two weeks maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4594 | People in this contactgroup cannot be absent because they are under 18 years of age | People in this contactgroup cannot be absent because they are under 18 years of age |
4595 | People in this contactgroup cannot be absent because they are eligible for pension. | People in this contactgroup cannot be absent because they are eligible for pension. |
4596 | Maternity leave is not allowed for people in this contactgroup/personcategory combination | Maternity leave cannot be registred for people in this contactgroup/personcategory combination |
4597 | Absence because of vacant period is not allowed for people in this contactgroup/personcategory combi | Absence because of a vacant period is not allowed for people in this contactgroup/personcategory combination |
4598 | Vacation is not allowed for people in this contactgroup/personcategory combination | Vacation cannot be registered for people in this contactgroup/personcategory combination |
4599 | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination | Illness (AbsenceType 11) cannot be registered for current contactgroup/personcategory combination |
4600 | Absence because of Person cannot work is not allowed for people in this contactgroup or personcat. | Absence because of illness (Person cannot work) is not allowed for people in this contactgroup or personcategory |
4601 | Person cannot be activated is not allowed for people in this contactgroup or personcategory | Absence because of person cannot be activated is not allowed for people in this contactgroup or personcategory |
4602 | Absence due to uncurable illness is not allowed for people in this contactgroup/personcategory combi | Absence because of uncurable illness cannot be registered for people in this contactgroup/personcategory combination |
4603 | Parttime employed (> 20 hours/week) not allowed for people in this contactgroup/personcategory combi | Parttime employed (more than 20 hours/week) is not allowed for people in this contactgroup/personcategory combination |
4604 | Employment within 4 weeks is not allowed for people in this contactgroup/personcategory combination | Employment within 4 weeks cannot be registred for people in this contactgroup/personcategory combination |
4605 | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combi | Maternity leave within 4 weeks is not allowed for people in this contactgroup/personcategory combination |
4606 | People in this CG/PC combination cannot be exempted because of participation in employmentoffers | People in this contactgroup/personcategory combination cannot be exempted because of participation in employmentoffers |
4607 | Absence taking care of own children not allowed for people in this contactgroup/personcategory combi | Absence because of taking care of own children (illness) is not allowed for people in this contactgroup/personcategory combination |
4608 | Absence taking care of ill people not allowed for people in this contactgroup/personcategory combi | Absence because of a taking care of ill people is not allowed for people in this contactgroup/personcategory combination |
4609 | Absence because of draft is not allowed for people in this contactgroup/personcategory combination | Absence because of draft is not allowed for people in this contactgroup/personcategory combination |
4610 | Special other absence is not allowed for people in this contactgroup/personcategory combination | Special other absence is not allowed for people in this contactgroup/personcategory combination |
4611 | Selfappointed education (Parttime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Parttime) is not allowed for people in this contactgroup/personcategory combination |
4612 | Selfappointed education (Fulltime) not allowed for people in this contactgroup/personcategory combi | Selfappointed education (Fulltime) is not allowed for people in this contactgroup/personcategory combination |
4613 | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combi | Absence because of seniorjob is not allowed for people in this contactgroup/personcategory combination |
4614 | The absence registration is not allowed due to invalid overlap between absence types | The absence registration is not allowed due to invalid overlap between absence types |
4615 | This absenceregistration must have an end-date | This absenceregistration must have an end-date |
4632 | The specified Absenceregistration is not known to the system | The specified Absenceregistration is not known to the system |
4634 | It is not allowed to delete this registration because the start date is in the past | It is not allowed to delete this registration because the start date is in the past |
4637 | The reported absence overlaps an existing absence of the same type | The reported absence overlaps an existing absence of the same type |
4641 | This category is not allowed to be enrolled | This category is not allowed to be enrolled |
4644 | This Client has an open existing contactgroup | This Client has an open existing contactgroup |
4645 | This person has a absenceregistration that conflicts with this Contactgroup | This person has a absenceregistration that conflicts with this Contactgroup |
4646 | The ContactGroupTypeIdentifier cannot be changed | The ContactGroupTypeIdentifier cannot be changed |
4647 | The Startdate cannot be changed | The Startdate cannot be changed |
4648 | The Enddate cannot be before todays date | The Enddate cannot be before todays date |
4654 | This person has an absenceregistration that conflicts with the submitted personcategory | This person has an absenceregistration that conflicts with the submitted personcategory |
4655 | This person must be unenrolled before this personcategory value can be applied | This person must be unenrolled before this personcategory value can be applied |
4656 | This personcategory is not coherent with the person's enrollment | This personcategory is not coherent with the person's enrollment |
4669 | The enddate must not be earlier than the start date | The enddate must not be earlier than the start date |
4675 | The ContactGroupTypeIdentifier is invalid | The ContactGroupTypeIdentifier is invalid |
4682 | The specified absence is not registered with this client | The specified absence is not registered with this client |
4683 | The CorrectionComment must contain content | The CorrectionComment must contain content |
4684 | The absence type is not a valid type | The absence type is not a valid type |
4686 | This person must have an active contact group registration | This person must have an active contactgroupregistration |
4693 | The client must have a registered personcategory to register this absence type | The client must have a registered personcategory to register this absence type |
4694 | This absence type is not allowed for a client with this contact group and personcategory | This absence type is not allowed for a client with this contact group and personcategory |
4695 | The jobcenter does not exist | The jobcenter does not exist |
4696 | The absencetype cannot be different from the registred | The absencetype cannot be different from the registred |
4698 | Parameter is negative | Parameter is negative |
4703 | The submitted startdate have to be present | The submitted startdate have to be present |
4710 | The submitted value of YearLastUsed is not a valid year | The submitted value of YearLastUsed is not a valid year |
4711 | The submitted country code is not valid | The submitted country code is not valid |
4716 | This personcategory is not coherent with the person's contact group | This personcategory is not coherent with the person's contact group |
4720 | Person is not allowed to be enrolled because person is abroad | Person is not allowed to be enrolled because person is abroad |
4725 | This person cannot be enrolled because the person has a temporary foreign address registered | This person cannot be enrolled because the person has a temporary foreign address registered |
4727 | Not a valid email | The email is not in a valid format |
4731 | Registration is not allowed because of an illegal combination of the contactgroup and enrollment | Registration is not allowed because of an illegal combination of the contactgroup and enrollment |
4741 | It is mandatory to submit a valid postal code | It is mandatory to submit a valid postal code |
4749 | The enrollment date must be of todays date | The enrollment date must be of todays date |
4750 | The client has an absence registration that does not allow enrollment | The client has an absence registration that does not allow enrollment |
4752 | Cannot register personcategory since warning letter date for an active illness reg. has passed | Cannot register personcategory since warning letter date for an active illness reg. has passed |
4753 | The clients jobnet cv has been archived | The clients jobnet cv has been archived |
4754 | The clients jobnet cv has been disabled | The clients jobnet cv has been disabled |
4755 | The clients jobnet cv could not be found | The clients jobnet cv could not be found |
4771 | Prevented from personal attendance is not allowed for people in this contactgroup | Prevented from personal attendance is not allowed for people in this contactgroup |
4772 | Expected full time work within 13 week is not allowed for people in this contactgroup | Expected full time work within 13 week is not allowed for people in this contactgroup |
4773 | Work partially resumed is not allowed for people in this contactgroup | Work partially resumed is not allowed for people in this contactgroup |
4774 | Planned operation within 13 weeks is not allowed for people in this contactgroup | Planned operation within 13 weeks is not allowed for people in this contactgroup |
4775 | Illness prevents personal attendance is not allowed for people in this contactgroup | Illness prevents personal attendance is not allowed for people in this contactgroup |
4795 | The absence comment may not contain html | The absence comment may not contain html |
4797 | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination | Follow up with no contact is not allowed for people in this contactgroup/personcategory combination |
4808 | Parameter is invalid | Parameter is invalid |
4809 | The correction comment may not contain html | The correction comment may not contain html |
4823 | The clients jobnet cv is locked | The clients jobnet cv is locked |
4919 | The contact group can not be ended due to an active enrollment | The contact group can not be ended due to an active enrollment |
4940 | Absence work distribution is not allowed for people in this contactgroup/personcategory combination | Absence work distribution is not allowed for people in this contactgroup/personcategory combination |
4941 | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence efterloen within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4942 | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence pension within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4943 | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combi | Absence work within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4944 | Absence maternity leave within 6 weeks not allowed for people in this contactgroup/personcat. combi | Absence maternity leave within 6 weeks is not allowed for people in this contactgroup/personcategory combination |
4971 | The ministerial department type identifier is unknown | The ministerial department type identifier is unknown |
4974 | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination | Vacation on socialaid is not allowed for people in this contactgroup/personcategory combination |
4979 | The specified absence cause type identifier is not known to the system | The specified absence cause type identifier is not known to the system |
4990 | Illness is not possible because of open enrollment | Illness is not possible because of open enrollment |
6005 | The person with specified cpr does not belong to the jobcenter specified in ActiveOrganisationHeader | The person with specified cpr does not belong to the jobcenter specified in ActiveOrganisationHeader |
6014 | Illegal combination of the client category and unemployment status | Registration is not allowed because of an illegal combination of the client category and unemployment status |
6023 | The activity supplement is not coherent with the person's contact, visitation group or age | The activity supplement is not coherent with the person's contact, visitation group or age |
6030 | The enddate must not be earlier than the eventdate | The enddate must not be earlier than the eventdate |
6031 | The new eventdate is before the eventdate or enddate for an existing request for activation. | The new eventdate is before the eventdate or enddate for an existing request for activation. |
6033 | ContactGroup is not coherent with age | Contactgroup cannot be created if age requirements are not met |
6052 | Codelist value is only for internal use | Codelist value is only for internal use |
7061 | AbsenceCause is not coherent with contact group. | AbsenceCause is not coherent with contact group. |
7062 | A ProfessionType must be set for this ClientCategory. | A ProfessionType must be set for this ClientCategory. |
8005 | The Activity could not be found | The Activity could not be found |
8008 | The PlanObjectiveIdentifier is readonly | The PlanObjectiveIdentifier is readonly |
8012 | The CreateDate is readonly | The CreateDate is readonly |
8013 | The LastModified is readonly | The LastModified is readonly |
8015 | Goal has to be specified when publishing this plan type | Goal has to be specified when publishing a jobplan or an education plan in step 2 or step 3 |
8018 | The EducationPlanType.DeadlineDate (pålægsfrist) has to be greater than todays date | The EducationPlanType.DeadlineDate (pålægsfrist) has to be greater than todays date |
8021 | The specified plan type identifier is not valid | The specified plan type identifier is not valid |
8026 |
|
|
8027 | HoursPerWeek is not allowed to be negative | HoursPerWeek is not allowed to be negative |
8028 | MinutesPerWeek is not allowed to be negative | MinutesPerWeek is not allowed to be negative |
8029 | The specified ActivityStatusTypeIdentifier is not valid | The specified ActivityStatusTypeIdentifier is not valid |
8031 | The specified SustenanceTypeIdentifier is not valid | The specified SustenanceTypeIdentifier is not valid |
8032 | The specified JobOrderTypeIdentifier is not valid | The specified JobOrderTypeIdentifier is not valid |
8034 | The specified FlexJobEmploymentTypeIdentifier is not valid | The specified FlexJobEmploymentTypeIdentifier is not valid |
8037 | NumberOfWeeksWithPracticalTraining is not allowed to be negative | NumberOfWeeksWithPracticalTraining is not allowed to be negative |
8038 | HoursPerWeekWithPracticalTraining is not allowed to be negative | HoursPerWeekWithPracticalTraining is not allowed to be negative |
8039 | MinutesPerWeekWithPracticalTraining is not allowed to be negative | MinutesPerWeekWithPracticalTraining is not allowed to be negative |
8040 | The specified CourseTypeIdentifier is not valid | The specified CourseTypeIdentifier is not valid |
8041 | The specified activity status is not allowed | The specified activity status is not allowed |
8044 | Education plan type is not allowed for citizen above age 30 | Education plan type is not allowed for citizen above age 30 |
8055 | Responsible caseworker needs to be specified | Responsible caseworker needs to be specified |
8059 | Missing a legal personcategory | Missing a legal personcategory |
8060 | Operation is not allowed when citizen has no active contact group | Operation is not allowed when citizen has no active contact group |
8061 | Jobplan goal has to be specified as a valid occupationcode | Jobplan goal has to be specified as a valid occupationcode |
8062 | A valid combination of contact group and person category is required for publish | A valid combination of contact group and person category is required for publish |
8063 | EventTime must be equal to or before contactgroup start. | EventTime must be equal to or before contactgroup start. |
8065 | EventTime can not be changed. | EventTime can not be changed. |
8069 | Cancel subscription is not possible. Citizen does not have an education event subscription | Subscription not possible. Citizen does not have an education event subscription |
8070 | Subscription is not possible. Citizen does not have a danish residence | Subscription not possible. Citizen does not have a danish residence |
8074 | Education plan type is not allowed for citizen above age 25 | Education plan type is not allowed for citizen above age 25 |
8075 | Plan description exceeds limit of characters | Plan description exceeds limit of characters |
8090 | ActivityStatusCauseTypeIdentifier is required | ActivityStatusCauseTypeIdentifier is required |
8096 | The contact group change is not allowed. | The contact group change is not allowed. |
8112 | Price per hour should be greater than zero | Price per hour should be greater than zero |
8113 | Price other should be greater than zero | Price other should be greater than zero |
8114 | Price per hour is required | Price per hour is required |
8115 | Price other is required | Price other is required |
8179 | Price type registration is only allowed for subsidized employment and adult apprentice | Price type registration is only allowed for subsidized employment and adult apprentice |
8180 | The reported type (price pr. hour) is only valid for subsidized employment | The reported type (price pr. hour) is only valid for subsidized employment |
8181 | The reported type (price pr. hour) is only valid for adult apprentice | The reported type (price pr. hour) is only valid for adult apprentice |
8182 | The reported type (price pr. hour) is only valid for jobrotaton | The reported type (price pr. hour) is only valid for jobrotaton |
8190 | An active absenceregistration must exist to create the given category | An active absenceregistration must exist to create the given category |
8193 | The PersonCategory is not coherent with the ContactGroup | The PersonCategory is not coherent with the ContactGroup |
8201 | PersonalAssistance1TypeIdentifier is invalid | PersonalAssistance1TypeIdentifier is invalid |
8202 | PersonalAssistanceTypeIdentifier is invalid | PersonalAssistanceTypeIdentifier is invalid |
8203 | PersonalAssistancePopulation has to be greater than zero | PersonalAssistancePopulation has to be greater than zero |
8204 | HelpingDevicePrice has to be greater than or equal zero | HelpingDevicePrice has to be greater than or equal zero |
8205 | HelpingDeviceTypeIdentifier is invalid | HelpingDeviceTypeIdentifier is invalid |
8206 | HelpingDeviceOwnershipDisposalTypeIdentifier is invalid | HelpingDeviceOwnershipDisposalTypeIdentifier is invalid |
8207 | HelpingDevice1TypeIdentifier is invalid | HelpingDevice1TypeIdentifier is invalid |
8208 | Activity end date must be activity start date or later | Activity end date must be activity start date or later |
8277 | The submitted CouseAllocationTypeIdentifier is not a valid codelist value | The submitted CouseAllocationTypeIdentifier is not a valid codelist value |
8278 | The combination of CourseTypeIdentifier and CourseAllocationTypeIdentifier is not allowed | The combination of CourseTypeIdentifier and CourseAllocationTypeIdentifier is not allowed |
8279 | The submitted JobAllocationTypeIdentifier is not a valid codelist value | The submitted JobAllocationTypeIdentifier is not a valid codelist value |
8280 | The combination of JobOrderTypeIdentifier and JobAllocationTypeIdentifier is not allowed | The combination of JobOrderTypeIdentifier and JobAllocationTypeIdentifier is not allowed |
8281 | Occupation key does not exist | Occupation key does not exist |
8282 | Occupation key is out of date | Occupation key is out of date |
8283 | If the activity is with AvailabilityProving, then ReasonForActivity must be supplied | If the activity is with AvailabilityProving, then ReasonForActivity must be supplied |
8284 | Exactly one job goal needs to be specified | Exactly one job goal needs to be specified |
8285 | At least one education goal needs to be specified | At least one education goal needs to be specified |
8287 | Job goals not allowed for this plantype | Job goals not allowed for this plantype |
8289 | Education Plan with job goal not allowed | Education Plan with job goal not allowed |
8291 | The Unemploymentfund is not allowed to view data for the person | The Unemploymentfund is not allowed to view data for the person |
8292 | The specified organisationtypeidentifier is not allowed to view data for the person | The specified organisationtypeidentifier is not allowed to view data for the person |
8295 | CorrectionComent is required when updating this absenceType | CorrectionComent is required when updating this absenceType |
8298 | The StartDate cannot be updated. | The StartDate cannot be updated. |
8299 | Absence Fritaget for selvbook is not allowed for people in this contactgroup | Absence Fritaget for selvbook is not allowed for people in this contactgroup |
9008 | UnemploymentFund should not report CVComment | UnemploymentFund should not report CVComment |
9009 | UnemploymentFund is not allowed to register CVStatus for citizens in this ContactGroup | UnemploymentFund is not allowed to register CVStatus for citizens in this ContactGroup |
9117 | Citizens that are DPM and under 25 with an EducationPlan must have the Withgoal specified | Citizens that are DPM and under 25 with an EducationPlan must have the Withgoal specified |
9118 | The submitted CauseTypeIdentifier can only be used by unemploymentfunds. | The submitted CauseTypeIdentifier can only be used by unemploymentfunds. |
9129 | A Jobplan must contain at least one goal | A Jobplan must contain at least one goal |
9140 | No active contact group found | No active contact group found |