Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

InterviewService varetager muligheden for at registrere afholdte samtaler og hente den fulde information om disse.Her

er kun medtaget den get-metode med fuldt outputSnitfladen er i en mængde tilfælde justeret til at modsvare arkitekturmæssige retningslinjer for STARs systemer.

Forretningsregler

GetInterviewInfo

Metode til at hente den fulde InterviewInfo (i modsætning til at der kun vil være et status-udsnit i den nye kommende statusservice PersonEngagementStatusService med status for booking, interview, frister og anden aktør)

Der vil være filtrering på servicen jf. filtreringskravene på PersonStatusService

Samtaler a-kasse har adgang til at se

...

(20 er afhængig af den valgte implementering i 935.4 a-kasse forsøget, og ser pt. ikke ud til at blive en realitet)

CreateInterview

Denne servicemetode benyttes til at oprette en afholdt samtale samt registrering af deltagere på denne.

Tilladte samtaletyper pr. kontaktgruppe: Indkaldelser, samtaleregistrering og kontaktgrupper

Forretningsregler vedrørende registrering af afholdte samtaler

Generelle forretningsregler:
  • Afholdelsestidspunktet kan ikke ligge tidligere end senest afholdte nulstillende samtale.
  • Der kan ikke registreres flere nulstillende samtaler som værende afholdt på præcist samme tidspunkt (det betyder at hvis fx en a-kasse vil registrere en CV-samtale og en rådighedssamtale som værende afholdt på samme dag, så kan indberetningen til DFDG ske, hvis der er fx 1 minut mellem samtaletidspunktet for de 2 samtaler). 
  • Samtalen skal på afholdelsesdagen være tilladt for kontaktgruppen (i forhold til EventTime på kontaktgruppen).  
  • Samtaler med samme samtaletype og afholdelsestidspunkt er ikke tilladt.
  • Nulstillende samtaler kan ikke registreres samtidigt eller før en anden nulstillende samtale.
  • For samtaler, hvor InterviewWithMoreAuthorities er sat til True, skal ParticipationStatusTypeIdentifier også være angivet.
  • For samtaler, hvor der er angivet en BookingIdentifier, skal denne i forvejen være kendt på borgeren i DFDG.
  • "Møde direkte på arbejde" (InterviewContactTypeIdentifier id 6) anvendes forretningsmæssigt alene ved henvisningsamtaler (InterviewTypeIidentifer id 8). DFDG validerer ikke teknisk for dette.

...

  • Jobcentre kan kun registrere samtaler på borgere, der har jobcentertilknytning i pågældende jobcenter.
  • For samtaletypen "Samtale i rehabiliteringsteam" (id 18) kan det angives om borgeren har deltaget. Hvis det angives skal ParticipationStatusTypeIdentifier være 5 eller 6, ellers returneres fejlkode 9125.

...


UpdateInterview

Denne servicemetode benyttes til at opdatere en afholdt samtale. Der gælder de samme valideringsregler som ved CreatePersonInterviewCreateInterview.

AddInterviewParticipant

Metoden tilføjer en deltager til en eksisterende afholdt samtale.

UpdateInterviewParticipant

Metoden opdaterer en given deltager på en eksisterende afholdt samtale. Det vil være muligt at opdatere navnet samt det eksterne ID på deltageren.

WSRM-beskeden GetPersonInterview fremsendes ikke ved opdatering eller sletning af deltagere på det afholdte interview. 

DeleteInterviewParticipant

Metoden sletter en given deltager fra en eksisterende afholdt samtale.

WSRM-beskeden GetPersonInterview fremsendes ikke ved opdatering eller sletning af deltagere på det afholdte interview.


Servicesnitflade

...

CreateInterview

Input


    PersonInterviewPersonInterviewType
Element
Type
Detaljer
Forekomst
Beskrivelse
CreatePersonInterviewRequestCreateInterviewRequestCreatePersonInterviewRequestTypeCreateInterviewRequestType
1
-    PersonCivilRegistrationIdentifierPersonCivilRegistrationIdentifierType
Base: string
(CPR nr pattern)1CivilRegistrationNumber (PNR)
(... forkortet her af praktiske årsager )
-    InterviewInterviewType
1
-    -    PersonInterviewIdentifier    InterviewIdentifierguid
Base: string
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
Unik identifikation af transaktion eller registrering.
-    -    InterviewTypeIdentifierInterviewTypeIdentifierType
1Samtaletype.
-    -    BookingIdentifierguid
Base: string
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 - 1Mulighed for at angive guid på samtale indkaldelsen.
-    -    ResponsibleAuthorityResponsibleAuthorityType
1Angivelse af den ansvarlige sagsbehandler.
-    -    -    AuthorityStructureAuthorityStructureType
1Detaljer på myndigheden.
-    -    -    -    AuthorityCodeAuthorityCodeType
Base: string
Pattern: [-][1]|[0-9]{1,8}1Myndighedskode.
-    -    -    -    AuthorityNameAuthorityNameType
Base: string
Length: 1-1001Myndighedsnavn.
-    -    -    -    OrganisationTypeIdentifierOrganisationTypeIdentifierType
1Organisationstype.
-    -    -    CaseWorkerResponsibleCaseWorkerStructureType
1Detaljer på sagsbehandleren.
-    -    -    -    CaseWorkerGivenNamePersonGivenNameType
Base: string
Length: 1-501Sagsbehandlerens fornavn.
-    -    -    -    CaseWorkerMiddleNamePersonMiddleNameType
Base: string
Length: 1-400 - 1Sagsbehandlerens mellemnavn.
-    -    -    -    CaseWorkerSurnamePersonSurnameNameType
Base: string
Length: 1-401Sagsbehandlerens efternavn.
-    -    -    -    TelephoneNumberIdentifierTelephoneNumberIdentifierType
Base: string
Pattern: (\+)?[0-9]{3,20}0 - 1Sagsbehandlerens ID.
-    -    -    -    EmailAddressIdentifierEmailAddressIdentifierType
Base: string
Pattern: ([^>\(\)\[\]\\,;:@\s]{0,191}@[^>\(\)\[\]\\,;:@\s]{1,64})0 - 1Sagsbehandlerens telefon nummer.
-    -    -    -    CaseWorkerIdentifierCaseWorkerIdentifierType
Base: string
Length: 1-2551Sagsbehandlerens email adresse.
-    -    InterviewTimedateTime
1Mødeafholdelsestidspunkt. Kan variere fra det planlagte tidspunkt og registreringstidspunkt.
-    -    InterviewContactTypeIdentifierInterviewContactTypeIdentifierType
1Angiver om mødet er personligt fremmøde, telefonisk, per mail eller andet.
-    -    InterviewWithMoreAuthoritiesboolean
1Angiver at samtalen er indkaldt med deltagelse af anden myndighed.
-    -    ParticipationStatusTypeIdentifierParticipationStatusTypeIdentifierType
0 - 1Angiver status på deltagelse.
-    -    InterviewParticipantCollectionInterviewParticipantCollectionType
0 - 1Øvrige deltagere på mødet der ikke borger eller ansvarlig sagsbehandler.
-    -    -    InterviewParticipantInterviewParticipantType
1 - *
-    -    -    -    MessageIdentifierguid
Base: string
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
Unik identifikation af transaktion eller registrering.
-    -    -    -    InterviewParticipantNameString_1_256
Base: string
Length: 1-2561Navn på deltageren.
-    -    -    -    InterviewParticipantContactTypeIdentifierInterviewContactTypeIdentifierType
1Hvordan deltageren deltager på mødet.
-    -    -    -    InterviewParticipantTypeIdentifierCodeListItemIdentifierType
1Deltagerens rolle på mødet.
-    -    -    -    -    CodeListItemIdentifierCodeListItemIdentifierSimpleType
Base: int
MinInclusive: 0
MaxInclusive: 100000000
1
-    -    -    -    ExternalAuthorityParticipantIdString_1_256
Base: string
Length: 1-2560 - 1Eksternt id på deltageren.
-    -    AgreementDescriptionAgreementDescriptionType
Base: string
Length: 1-30001Beskrivelsesfelt til at beskrive aftalen mellem sagsbehandler og ledig.


...


UpdatePersonInterviewResponseUpdatePersonInterviewResponseType
Element
Type
Detaljer
Forekomst
Beskrivelse

UpdateInterviewResponse

UpdateInterviewResponseType
1
-    ServiceReceiptServiceReceiptType
1Kvittering fra service.
-    -    EventDatedateTime
1Tidspunkt for transaktion eller registrering.
-    -    MessageIdentifierguid
Base: string
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}1Unik identifikation af transaktion eller registrering.


...


Fejlkode
Fejltekst
Beskrivelse
1001Invalid cprThe submitted cpr is either to long or short or contains data not interpretable as a date
1010Unknown cprThe submitted cpr is unknown to the system
1014Failed to validate messageThe submitted message could not be validated
4404The person with specified cpr does not existThe person with specified cpr does not exist
4405The person with specified cpr is deadThe person with specified cpr is dead
4511The External operator is not allowed to view data for the personThe External operator is not allowed to view data for the person
4575You are not authorizedYou are not authorized to execute the operation
4653The submitted date is not valid because it took place more than 7 days in the pastThe submitted date is not valid because it took place more than 7 days in the past
4657The interviewtime cannot be in the futureThe interviewtime cannot be in the future
4708The submitted InterviewContactTypeIdentifier is invalidThe submitted InterviewContactTypeIdentifier is invalid
4709The submitted InterviewTypeIdentifier is invalidThe submitted InterviewTypeIdentifier is invalid
4733The agreement description cannot contain html tagsThe agreement description cannot contain html tags
6053There has been conducted a conflicting resetting interviewThere has been conducted a conflicting resetting interview
6005The person with specified cpr does not belong to the jobcenter specified in ActiveOrganisationHeaderThe person with specified cpr does not belong to the jobcenter specified in ActiveOrganisationHeader
6054InterviewWithMoreAuthorities must be true for this InterviewTypeInterviewWithMoreAuthorities must be true for this InterviewType
6055InterviewParticipant must be statedInterviewParticipant must be stated
6056ParticipationStatus must be statedParticipationStatus must be stated
6057The BookingIdentifier is unknown for the CitizenThe BookingIdentifier is unknown for the Citizen
6058Interviewtype is only allowed for this contactgroup when citizen has an illnessThe specified interviewtype is only allowed for this contactgroup, if citizen has a current absencetypeidentifier = 11
8058The specified interviewtype is not coherent with the current contactgroupThe specified interviewtype is not coherent with the current contactgroup
8176The submitted ParticipationStatusTypeIdentifier is invalid.The submitted ParticipationStatusTypeIdentifier is invalid.
8177The submitted InterviewParticipantContactTypeIdentifier is invalid.The submitted InterviewParticipantContactTypeIdentifier is invalid.
8178The submitted InterviewParticipantTypeIdentifier is invalid.The submitted InterviewParticipantTypeIdentifier is invalid.
8240The MessageIdentifier cannot be set in this situationThe MessageIdentifier cannot be set in this situation
9125For conducted interview in rehab team, participant status has to be Id 5 or 6.For conducted interview in rehab team, participant status has to be Id 5 or 6.
9126Participant status is required for interview with more authoritiesFor conducted interview with unemploymentfund – participant status has to be Id 1, 2, 3 and 4

...


UpdateInterview

Denne servicemetode benyttes til at opdatere en afholdt samtale. Der gælder de samme valideringsregler som ved CreatePersonInterviewCreateInterview.

Input


UpdatePersonInterviewRequestUpdatePersonInterviewRequestType    PersonInterviewPersonInterviewType
Element
Type
Detaljer
Forekomst
Beskrivelse
UpdateInterviewRequestUpdateInterviewRequestType
1
-    PersonCivilRegistrationIdentifierPersonCivilRegistrationIdentifierType
Base: string
(CPR nr pattern)1CivilRegistrationNumber (PNR)
(... forkortet her af praktiske årsager )
-    InterviewInterviewType
1
-    -    PersonInterviewIdentifier    InterviewIdentifierguid
Base: string
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
Unik identifikation af transaktion eller registrering.
-    -    InterviewTypeIdentifierInterviewTypeIdentifierType
1Samtaletype.
-    -    BookingIdentifierguid
Base: string
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 - 1Mulighed for at angive guid på samtale indkaldelsen.
-    -    ResponsibleAuthorityResponsibleAuthorityType
1Angivelse af den ansvarlige sagsbehandler.
-    -    -    AuthorityStructureAuthorityStructureType
1Detaljer på myndigheden.
-    -    -    -    AuthorityCodeAuthorityCodeType
Base: string
Pattern: [-][1]|[0-9]{1,8}1Myndighedskode.
-    -    -    -    AuthorityNameAuthorityNameType
Base: string
Length: 1-1001Myndighedsnavn.
-    -    -    -    OrganisationTypeIdentifierOrganisationTypeIdentifierType
1Organisationstype.
-    -    -    CaseWorkerResponsibleCaseWorkerStructureType
1Detaljer på sagsbehandleren.
-    -    -    -    CaseWorkerGivenNamePersonGivenNameType
Base: string
Length: 1-501Sagsbehandlerens fornavn.
-    -    -    -    CaseWorkerMiddleNamePersonMiddleNameType
Base: string
Length: 1-400 - 1Sagsbehandlerens mellemnavn.
-    -    -    -    CaseWorkerSurnamePersonSurnameNameType
Base: string
Length: 1-401Sagsbehandlerens efternavn.
-    -    -    -    TelephoneNumberIdentifierTelephoneNumberIdentifierType
Base: string
Pattern: (\+)?[0-9]{3,20}0 - 1Sagsbehandlerens ID.
-    -    -    -    EmailAddressIdentifierEmailAddressIdentifierType
Base: string
Pattern: ([^>\(\)\[\]\\,;:@\s]{0,191}@[^>\(\)\[\]\\,;:@\s]{1,64})0 - 1Sagsbehandlerens telefon nummer.
-    -    -    -    CaseWorkerIdentifierCaseWorkerIdentifierType
Base: string
Length: 1-2551Sagsbehandlerens email adresse.
-    -    InterviewTimedateTime
1Mødeafholdelsestidspunkt. Kan variere fra det planlagte tidspunkt og registreringstidspunkt.
-    -    InterviewContactTypeIdentifierInterviewContactTypeIdentifierType
1Angiver om mødet er personligt fremmøde, telefonisk, per mail eller andet.
-    -    InterviewWithMoreAuthoritiesboolean
1Angiver at samtalen er indkaldt med deltagelse af anden myndighed.
-    -    ParticipationStatusTypeIdentifierParticipationStatusTypeIdentifierType
0 - 1Angiver status på deltagelse.
-    -    InterviewParticipantCollectionInterviewParticipantCollectionType
0 - 1Øvrige deltagere på mødet der ikke borger eller ansvarlig sagsbehandler.
-    -    -    InterviewParticipantInterviewParticipantType
1 - *
-    -    -    -    MessageIdentifierguid
Base: string
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
Unik identifikation af transaktion eller registrering.
-    -    -    -    InterviewParticipantNameString_1_256
Base: string
Length: 1-2561Navn på deltageren.
-    -    -    -    InterviewParticipantContactTypeIdentifierInterviewContactTypeIdentifierType
1Hvordan deltageren deltager på mødet.
-    -    -    -    InterviewParticipantTypeIdentifierCodeListItemIdentifierType
1Deltagerens rolle på mødet.
-    -    -    -    -    CodeListItemIdentifierCodeListItemIdentifierSimpleType
Base: int
MinInclusive: 0
MaxInclusive: 100000000
1
-    -    -    -    ExternalAuthorityParticipantIdString_1_256
Base: string
Length: 1-2560 - 1Eksternt id på deltageren.
-    -    AgreementDescriptionAgreementDescriptionType
Base: string
Length: 1-30001Beskrivelsesfelt til at beskrive aftalen mellem sagsbehandler og ledig.
-    CorrectionCommentCorrectionCommentType
Base: string
Length: 1-15001Kommentar til berigtigelse af en registrering.


...


Element
Type
Detaljer
Forekomst
Beskrivelse
UpdatePersonInterviewResponseUpdateInterviewResponseUpdatePersonInterviewResponseTypeUpdateInterviewResponseType
1
-    ServiceReceiptServiceReceiptType
1Kvittering fra service.
-    -    EventDatedateTime
1Tidspunkt for transaktion eller registrering.
-    -    MessageIdentifierguid
Base: string
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}1Unik identifikation af transaktion eller registrering.


...

GetInterviewInfoResponseGetInterviewInfoResponseType
0 - 1Samtaleregistreringer. Incl. historiske data.
-    -    InterviewCollectionInterviewTypeCollection
0 - 1Collection, der indeholder matchoplysninger omkring borgeren.
-    -    -    InterviewTypeInterviewType
0 - *
-    -    -    -    InterviewIdentifierguid
Base: string
Pattern: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}1Unik nøgle
-    -    -    -    InterviewTypeIdentifierInterviewTypeIdentifierType
1Samtaletype.
-    -    -    -    BookingIdentifierguid
Base: string
Pattern: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}0 - 1Mulighed for at angive guid på samtale indkaldelsen.
-    -    -    -    ResponsibleAuthorityResponsibleAuthorityType
1Angivelse af den ansvarlige sagsbehandler.
-    -    -    -    -    AuthorityStructureAuthorityStructureType
1Detaljer på myndigheden.
-    -    -    -    -    -    AuthorityCodestringPattern: [-][1]|[0-9]{1,8}1Myndighedskode.
-    -    -    -    -    -    AuthorityNamestringMaxLength: 1001Myndighedsnavn.
-    -    -    -    -    -    OrganisationTypeIdentifierOrganisationTypeIdentifierType
1Organisationstype.
-    -    -    -    -    CaseWorkerResponsibleCaseWorkerStructureType
1Detaljer på sagsbehandleren.
-    -    -    -    -    -    CaseWorkerGivenNamestringLength: 1-501Sagsbehandlerens fornavn.
-    -    -    -    -    -    CaseWorkerMiddleNamestringLength: 1-400 - 1Sagsbehandlerens mellemnavn.
-    -    -    -    -    -    CaseWorkerSurnamestringLength: 1-401Sagsbehandlerens efternavn.
-    -    -    -    -    -    CaseWorkerIdentifierstringLength: 1-641Sagsbehandlerens ID.
-    -    -    -    -    -    TelephoneNumberIdentifierTelephoneNumberIdentifierType
Base: string
Pattern: (\+)?[0-9]{3,20}0 - 1Sagsbehandlerens telefon nummer.
-    -    -    -    -    -    EmailAddressIdentifierEmailAddressIdentifierType
Base: string
Pattern: ([^>\(\)\[\]\\,;:@\s]{0,191}@[^>\(\)\[\]\\,;:@\s]{1,64})0 - 1Sagsbehandlerens email adresse.
-    -    -    -    InterviewTimedateTime
1Mødeafholdelsestidspunkt. Kan variere fra det planlagte tidspunkt og registreringstidspunkt.
-    -    -    -    InterviewContactTypeIdentifierInterviewContactTypeIdentifierType
1Angiver om mødet er personligt fremmøde, telefonisk, per mail eller andet.
-    -    -    -    InterviewWithMoreAuthoritiesboolean
1Angiver at samtalen er indkaldt med deltagelse af anden myndighed.
-    -    -    -    ParticipationStatusTypeIdentifierParticipationStatusTypeIdentifierType
0 - 1Angiver status på deltagelse.
-    -    -    -    InterviewParticipantCollectionInterviewParticipantTypeCollection
0 - 1Øvrige deltagere på mødet der ikke borger eller ansvarlig sagsbehandler.
-    -    -    -    -    InterviewParticipantTypeInterviewParticipantType
0 - *
-    -    -    -    -    -    MessageIdentifierguid
Base: string
Pattern: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}1Unik nøgle
-    -    -    -    -    -    InterviewParticipantNamestring
1Navn på deltageren.
-    -    -    -    -    -    InterviewParticipantContactTypeIdentifierInterviewContactTypeIdentifierType
1Hvordan deltageren deltager på mødet.
-    -    -    -    -    -    InterviewParticipantTypeIdentifierParticipantTypeIdentifierType
1Deltagerens rolle på mødet.
-    -    -    -    -    -    ExternalAuthorityParticipantIdstringLength: 1-2560 - 1Eksternt id på deltageren.
-    -    -    -    -    -    CorrectionCommentstringLength: 0-15000 - 1Kommentarfelt til en berigtigelse af en registrering
-    -    -    -    AgreementDescriptionstringLength: 1-30001Beskrivelsesfelt til at beskrive aftalen mellem sagsbehandler og ledig.
-    -    -    -    CorrectionCommentstringLength: 0-15000 - 1Kommentarfelt til en berigtigelse af en registrering
-    -    -    -    RegistrationDateTime    ¤EventDateTimedateTime
1Registreringstidspunkt for samtalen i DFDG.

...


    PersonInterviewIdentifier    MessageIdentifier
Element
Type
Detaljer
Forekomst
Beskrivelse
AddInterviewParticipantRequestAddInterviewParticipantRequestType
1
-    PersonCivilRegistrationIdentifierPersonCivilRegistrationIdentifierType
Base: string
(CPR nr pattern)1CivilRegistrationNumber (PNR)
(... forkortet her af praktiske årsager )
-    InterviewIdentifierguid
Base: string
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}1Interview id
-    InterviewParticipantInterviewParticipantType
1Liste indeholdende deltagere på mødet.
-    -    InterviewParticipantIdentifierguid
Base: string
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
Unik identifikation af transaktion eller registrering.
-    -    InterviewParticipantNameString_1_256
Base: string
Length: 1-2561Navn på deltageren.
-    -    InterviewParticipantContactTypeIdentifierInterviewContactTypeIdentifierType
1Hvordan deltageren deltager på mødet.
-    -    InterviewParticipantTypeIdentifierCodeListItemIdentifierType
1Deltagerens rolle på mødet.
-    -    -    CodeListItemIdentifierCodeListItemIdentifierSimpleType
Base: int
MinInclusive: 0
MaxInclusive: 100000000
1
-    -    ExternalAuthorityParticipantIdString_1_256
Base: string
Length: 1-2560 - 1Eksternt id på deltageren.


...


    MessageIdentifier    PersonInterviewIdentifier
Element
Type
Detaljer
Forekomst
Beskrivelse
UpdateInterviewParticipantRequestUpdateInterviewParticipantRequestType
1
-    PersonCivilRegistrationIdentifierPersonCivilRegistrationIdentifierType
Base: string
(CPR nr pattern)1CivilRegistrationNumber (PNR)
(... forkortet her af praktiske årsager )
-    InterviewParticipantIdentifierguid
Base: string
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}1Unik nøgle participant.
-    InterviewIdentifierguid
Base: string
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}1Interview id.
-    InterviewParticipantNameString_1_256
Base: string
Length: 1-2561Navn på Deltageren.
-    ExternalAuthorityParticipantIdString_1_256
Base: string
Length: 1-2560 - 1Ekstern ID på deltageren fra anden myndighed.


...


    MessageIdentifier    PersonInterviewIdentifier
Element
Type
Detaljer
Forekomst
Beskrivelse
DeleteInterviewParticipantRequestDeleteInterviewParticipantRequestType
1
-    PersonCivilRegistrationIdentifierPersonCivilRegistrationIdentifierType
Base: string
(CPR Pattern)1CivilRegistrationNumber (PNR)
(... forkortet her af praktiske årsager )
-    InterviewParticipantIdentifierguid
Base: string
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}1Unik nøgle for transaktionen.
-    InterviewIdentifierguid
Base: string
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}1Interview id.


...


Fejlkode
Fejltekst
Beskrivelse
1001Invalid cprThe submitted cpr is either to long or short or contains data not interpretable as a date
1010Unknown cprThe submitted cpr is unknown to the system
1014Failed to validate messageThe submitted message could not be validated
4405The person with specified cpr is deadThe person with specified cpr is dead
4589Unknown identifierThe submitted Identifier is unknown to the system
8197Participant is not found for the specified personParticipant is not found for the specified person
8198Participant is not found for the specified person interviewParticipant is not found for the specified person interview