CitizenMessageService (Version 2, 2023-4)

Siden opdateres automatisk til at afspejle koden.

CitizenMessageService giver mulighed for at oprette en besked til borger via mail, sms, notifikation på jobnet eller som en besked mellem to myndigheder. Sidstnævnte er en trådbaseret kommunikationsform, hvor to myndigheder (fx A-kasse og Jobcenter) kan kommunikere med borgeren i midten. De beskeder der er oprettet vil borgeren kunne se via JobnetCitizenMessageService.

Metoder

CreateMessage

Metoden bruges til at oprette og sende en besked via en kommunikationskanal. For kommunikationskanaler som SMS, mail og notifikationer på Jobnet, vil dette være at betragte som envejskommunikation til borger, uden mulighed for at borger kan returnere med svar.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateMessageRequest

CreateMessageRequestType

 

1

 

-    FromUser

CitizenMessageUserType

 

1

Indeholder informationer om den person som er ophavsmand til meddelelsen

-    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    PersonCivilRegistrationIdentifierCollection

PersonCivilRegistrationIdentifierCollection

 

1

CPR numre på den/de borgere beskeden omhandler. Der dannes en separat meddelelse for hvert cpr-nummer der er angivet i listen

-    -    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1 - *

 

-    ContextTypeIdentifier

CitizenMessageContextTypeIdentifierType

 

1

Kodelisteværdi der fortæller hvilken kontekst meddelelsen skal oprettes under. Dette styrer eksempelvis hvor meddelelserne vises på jobnet

-    Title

string

 

0 - 1

Titlen på meddelelsen. Denne skal ikke være sat i forbindelse med SMS - CitizenMessageChannelTypeIdentifierType 1. Max. længde 200

-    Text

string

 

1

Indeholder den tekst dialogen skal indeholde

-    CitizenMessageResponseTypeIdentifier

CitizenMessageResponseTypeIdentifierType

 

1

Angiver om borger eller sagsbehandler må besvare på de beskeder der indgår i tråden.

-    CitizenMessageChannelTypeIdentifier

CitizenMessageChannelTypeIdentifierType

 

1

Angiver om meddelelsen er en SMS, MAIL, notifikation på Jobnet eller en trådbaseret meddelelse.

-    CitizenMessageRecipient

CitizenMessageRecipientType

 

0 - 1

Indeholder den myndighed der skal indgå i meddelelsen og stå som modtager. Er tom medmindre CitizenMessageChannelTypeIdentifierType 4 (Myndighed til Myndighed)

-    -    OrganisationTypeIdentifier

int

 

1

Organisationstype.

-    -    OrganisationCode

string

 

1

Organisationskode.

-    ShowInMessagebox

boolean

 

1

Markering af hvorvidt besked skal vises i beskedbakken eller ej:Sandt: Besked vises; Falsk: Besked vises ikke

-    MessageVisibleFromDate

dateTime

 

0 - 1

Eventuel fremtidig visningsdato. Hvis udfyldt vises besked først når dato nås

-    MessageVisibleToDate

dateTime

 

0 - 1

Eventuel dato for afslutning af visning Hvis udfyld vises besked ikke mere når dato nås. Kan kun angives for kanal lig Notifikation

-    MessageLatestReply

dateTime

 

0 - 1

Eventuel dato for Svar senest

-    MessageImportantIdentifier

MessageImportantIdentifierType

 

1

Angiver hvor vigtig beskeden er for borger

-    MessageDocumentCollection

MessageDocumentType

 

0 - *

Kollektion af vedhæftede dokumenter

-    -    DocumentID

guid
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

Entydig nøgle

-    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateMessageResponse

CreateMessageResponseType

 

1

 

-    ServiceReceiptCollection

ServiceReceiptCollectionType

 

0 - 1

Indeholder GUID (CitizenMessageIdentifier) for den nyoprettede meddelelse. Hvis der er flere CPR-numre i oprettelsen returneres en servicesReceipt for hver nyoprettede meddelelse.

-    -    ServiceReceipt

ServiceReceiptType

 

1 - *

Servicekvittering

-    -    -    MessageIdentifier

guid
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}

1

Unik identifikation af transaktion eller registrering

-    -    -    EventDate

dateTime

 

1

Tidspunkt for transaktionen eller registreing

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

4502

Invalid organisationtype used

Invalid organisationtype used

8044

Education plan type is not allowed for citizen above age 30

Education plan type is not allowed for citizen above age 30

8060

Operation is not allowed when citizen has no active contact group

Operation is not allowed when citizen has no active contact group

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

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

8074

Education plan type is not allowed for citizen above age 25

Education plan type is not allowed for citizen above age 25

8137

The submitted CitizenMessageChannelTypeIdentifier is invalid

The submitted CitizenMessageChannelTypeIdentifier is invalid

8138

The submitted CitizenMessageContextTypeIdentifier is invalid

The submitted CitizenMessageContextTypeIdentifier is invalid

8139

The submitted CitizenMessageResponseTypeIdentifier is invalid

The submitted CitizenMessageResponseTypeIdentifier is invalid

8140

The submitted CitizenMessageStatusTypeIdentifier is invalid

The submitted CitizenMessageStatusTypeIdentifier is invalid

8142

The submitted UserTypeIdentifier is invalid

The submitted UserTypeIdentifier is invalid

8143

The submitted text length exceeds maximum length for the channeltype

The submitted text length exceeds maximum length for the channeltype

8144

The requested message could not be found

The requested message could not be found

8149

A receiver must be specified when channel is 'MyndighedTilMyndighed'

A receiver must be specified when channel is 'MyndighedTilMyndighed'

8150

OrganisationType must be either A-kasse or Jobcenter

OrganisationType must be either A-kasse or Jobcenter

8151

OrganisationCode must be specified when channel is 'MyndighedTilMyndighed'

OrganisationCode must be specified when channel is 'MyndighedTilMyndighed'

8154

Title is not allowed when channelType is SMS

Title is not allowed when channelType is SMS

8155

The citizen does not belong to the requested recipient Unemploymentfund

The citizen does not belong to the requested recipient Unemploymentfund

8157

When ChannelType is not 'MyndighedTilMyndighed' then MessasgeRecipient must be null

When ChannelType is not 'MyndighedTilMyndighed' then MessasgeRecipient must be null

8200

Max lenth of the title is 200 characters

Max lenth of the title is 200 characters

8281

Occupation key does not exist

Occupation key does not exist

8282

Occupation key is out of date

Occupation key is out of date

8293

An error occurred when creating an attachment.

An error occurred when creating an attachment.

8306

My plan does not exists

My plan does not exists

8307

The contact group when the MyPlan was created does not match citizens current contact group

The contact group when the MyPlan was created does not match citizens current contact group

8309

The MyPlan is already marked as valid

The MyPlan is already marked as valid

8311

A default jobcenter or a-kasse for the person does not exist

A default jobcenter or a-kasse for the person does not exist

8312

Title is required or the length does not meet the minimum length for the channel type

Title is required or the length does not meet the minimum length for the channel type

8313

Title is not allowed for this channel type

Title is not allowed for this channel type

9012

Cannot create message for sender

Cannot create message for sender

9013

The submitted MessageType is not allowed for sender

The submitted MessageType is not allowed for sender

9014

The submitted ChannelType is not allowed for sender and messagetype

The submitted ChannelType is not allowed for sender and messagetype

9015

The submitted ResponseType is not allowed for messagetype, sender and channeltype

The submitted ResponseType is not allowed for messagetype, sender and channeltype

9016

The submitted ArchiveMessage is not allowed for messagetype, sender and channeltype

The submitted ArchiveMessage is not allowed for messagetype, sender and channeltype

9017

The submitted ShowInMessageBox is not allowed for messagetype, sender and channeltype

The submitted ShowInMessageBox is not allowed for messagetype, sender and channeltype

9019

Html text is not allowed

Html text is not allowed

9020

Visible from date must atleast be one day in the future

Visible from date must atleast be one day in the future

9021

visible to date must be atleast one day in the future and no less than visible from date

visible to date must be atleast one day in the future and no less than visible from date

9022

Latest reply must be at least 7 days in the future or 7 days after visible from

Latest reply must be at least 7 days in the future or 7 days after visible from

9023

Citizen is not affiliated with CreatedByUser or MessageRecepient

Citizen is not affiliated with CreatedByUser or MessageRecepient

9024

Citizen does not belong to creating Unemploymentfund

Citizen does not belong to creating Unemploymentfund

9100

The submitted MessageImportantIdentifier is invalid

The submitted MessageImportantIdentifier is invalid

9101

The submitted DocumentExtensionTypeIdentifier is invalid

The submitted DocumentExtensionTypeIdentifier is invalid

9102

The submitted DocumentSchemaTypeIdentifier is invalid

The submitted DocumentSchemaTypeIdentifier is invalid

9104

Organisation code must be specified when usertype is sagsbehandler

Organisation code must be specified when usertype is sagsbehandler

9105

Minimum company cvr number must be specified when usertype is virksomhed

Minimum company cvr number must be specified when usertype is virksomhed

9310

Recipient OrganisationCode cannot be subjobcenter OrganisationCode

Recipient OrganisationCode cannot be subjobcenter OrganisationCode

CreateMessageReply

Metoden bruges som svar på en eksisterende meddelelse – dermed kan skabes beskedtråd.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateMessageReplyRequest

CreateMessageReplyRequestType

 

1

 

-    FromUser

CitizenMessageUserType

 

1

Indeholder informationer om den person som er ophavsmand til meddelelsen

-    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

CPR nummer på den borger beskeden omhandler.

-    CitizenMessageIdentifier

guid
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}

1

Id på den besked svaret ønskes oprettet.

-    Text

string

 

1

Indeholder den tekst svaret skal indeholde

-    MessageDocumentCollection

MessageDocumentType

 

0 - *

Kollektion af vedhæftede dokumenter

-    -    DocumentID

guid
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

Entydig nøgle

-    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateMessageReplyResponse

CreateMessageReplyResponseType

 

1

 

-    ServiceReceipt

ServiceReceiptType

 

1

Indeholder GUID (CitizenMessageReplyIdentifier) for det nyoprettede svar.

-    -    MessageIdentifier

guid
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}

1

Unik identifikation af transaktion eller registrering

-    -    EventDate

dateTime

 

1

Tidspunkt for transaktionen eller registreing

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

4013

Unknown Client Destination

Unknown Client Destination

4857

Citizen belongs to different unemployment fund

Citizen belongs to different unemployment fund

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

8044

Education plan type is not allowed for citizen above age 30

Education plan type is not allowed for citizen above age 30

8060

Operation is not allowed when citizen has no active contact group

Operation is not allowed when citizen has no active contact group

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

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

8074

Education plan type is not allowed for citizen above age 25

Education plan type is not allowed for citizen above age 25

8143

The submitted text length exceeds maximum length for the channeltype

The submitted text length exceeds maximum length for the channeltype

8144

The requested message could not be found

The requested message could not be found

8145

The message has an ResponseType which does not allow new replies.

The message has an ResponseType which does not allow new replies.

8146

The message has an ChannelType which does not allow new replies.

The message has an ChannelType which does not allow new replies.

8147

The message has a StatusType which does not allow new replies.

The message has a StatusType which does not allow new replies.

8156

The reply has to be created by either the sending or receiving organization

The reply has to be created by either the sending or receiving organization

8158

Borger kan ikke svare på besked med given beskedtype

Borger kan ikke svare på besked med given beskedtype

8159

Sagsbehandler kan ikke svare på besked med given beskedtype

Sagsbehandler kan ikke svare på besked med given beskedtype

8293

An error occurred when creating an attachment.

An error occurred when creating an attachment.

9104

Organisation code must be specified when usertype is sagsbehandler

Organisation code must be specified when usertype is sagsbehandler

9105

Minimum company cvr number must be specified when usertype is virksomhed

Minimum company cvr number must be specified when usertype is virksomhed

9114

The message has an ResponseType which does not allow reply from Company

The message has an ResponseType which does not allow reply from Company

9115

You are not allowed to reply on this message since you are not MessageCreator or MessageRecipient

You are not allowed to reply on this message since you are not MessageCreator or MessageRecipient

9116

Latest reply date for message has expired

Latest reply date for message has expired

GetMessage

Metoden bruges til at hente en specifik besked relateret til en borger. Beskeden indeholder hovedbeskeden og evt. tilhørende svar til denne hovedbesked.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessageRequest

GetMessageRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

CPR nummer på den borgen beskeden omhandler.

-    CitizenMessageIdentifier

guid
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}

1

Id på den besked der ønskes hentet.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessageResponse

GetMessageResponseType

 

1

 

-    CitizenMessage

CitizenMessageType

 

1

 

-    -    CitizenMessageIdentifier

guid
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}

1

Unik ID for meddelelsen

-    -    ContextTypeIdentifier

CitizenMessageContextTypeIdentifierType

 

1

Kodelisteværdi der fortæller den kontekst meddelelsen er blevet oprettet under

-    -    CreatedByUser

CitizenMessageUserType

 

1

Indeholder informationer om den person som er ophavsmand til meddelelsen

-    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    Title

string

 

0 - 1

Titlen på dialogen

-    -    Text

string

 

1

Tekst dialogen skal indeholde

-    -    MessageRecipient

CitizenMessageRecipientType

 

0 - 1

Indeholder den myndighed der skal indgå i meddelelsen og stå som modtager.

-    -    -    OrganisationTypeIdentifier

int

 

1

Organisationstype.

-    -    -    OrganisationCode

string

 

1

Organisationskode.

-    -    CitizenMessageChannelTypeIdentifier

CitizenMessageChannelTypeIdentifierType

 

1

Angiver om meddelelsen er en SMS, MAIL, notifikation på Jobnet eller en trådbaseret meddelelse

-    -    CitizenMessageResponseTypeIdentifier

CitizenMessageResponseTypeIdentifierType

 

1

Angiver om borger eller sagsbehandler må besvare på de beskeder der indgår i tråden.

-    -    MessageReplyCollection

CitizenMessageReplyCollectionType

 

0 - 1

Indeholder en liste over alle de retursvar der er oprettet til denne dialog

-    -    -    CitizenMessageReply

CitizenMessageReplyType

 

0 - *

 

-    -    -    -    MessageReplyIdentifier

guid
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}

1

 

-    -    -    -    CreatedByUser

CitizenMessageUserType

 

1

Indeholder informationer om den person der har svaret på beskeden

-    -    -    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    -    -    Text

string

 

1

Tekst retursvar indeholder

-    -    -    -    CreatedDate

dateTime

 

1

 

-    -    -    -    StatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

 

-    -    -    -    MessageDocumentCollection

MessageDocumentCollectionType

 

0 - 1

 

-    -    -    -    -    MessageDocument

MessageDocumentType

 

0 - *

 

-    -    -    -    -    -    DocumentID

guid
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

Entydig nøgle

-    -    -    -    -    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    -    -    -    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    -    -    -    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    -    -    -    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

-    -    -    -    CitizenMessageMarkCollection

CitizenMessageMarkCollectionType

 

1

Kollektion af markeringer for visning og læsning

-    -    -    -    -    CitizenMessageMark

CitizenMessageMarkType

 

0 - *

 

-    -    -    -    -    -    MarkMessageIdentifier

MarkMessageIdentifierType

 

1

Benyttes til at angive attributter i forbindelse med visning, læsning m.v. for en besked.

-    -    -    -    -    -    EventDate

dateTime

 

1

Dato for hvornår handlingen blev udført.

-    -    -    -    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Berigtigelseskommentar

-    -    CitizenStatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

Kodeliste der indikerer om dialogen er aktiv, lukket, fejloprettet

-    -    CreatedDate

dateTime

 

1

Dato og tid for hvornår dialogen er blevet oprettet

-    -    ShowInMessagebox

boolean

 

1

 

-    -    MessageVisibleFromDate

dateTime

 

0 - 1

 

-    -    MessageVisibleToDate

dateTime

 

0 - 1

 

-    -    MessageLatestReply

dateTime

 

0 - 1

 

-    -    MessageImportantIdentifier

MessageImportantIdentifierType

 

1

 

-    -    MessageDocumentCollection

MessageDocumentCollectionType

 

0 - 1

 

-    -    -    MessageDocument

MessageDocumentType

 

0 - *

 

-    -    -    -    DocumentID

guid
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

Entydig nøgle

-    -    -    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    -    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    -    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    -    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

-    -    CitizenMessageMarkCollection

CitizenMessageMarkCollectionType

 

1

 

-    -    -    CitizenMessageMark

CitizenMessageMarkType

 

0 - *

 

-    -    -    -    MarkMessageIdentifier

MarkMessageIdentifierType

 

1

Benyttes til at angive attributter i forbindelse med visning, læsning m.v. for en besked.

-    -    -    -    EventDate

dateTime

 

1

Dato for hvornår handlingen blev udført.

-    -    CitizenMessageTagCollection

CitizenMessageTagCollectionType

 

1

 

-    -    -    CitizenMessageTag

CitizenMessageTagType

 

0 - *

 

-    -    -    -    CreatedByUser

CitizenMessageUserType

 

1

 

-    -    -    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    -    -    CitizenMessageTag

string

 

1

 

-    -    -    -    EventDate

dateTime

 

1

 

-    -    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Berigtigelseskommentar

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

4857

Citizen belongs to different unemployment fund

Citizen belongs to different unemployment fund

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

8144

The requested message could not be found

The requested message could not be found

GetMessages

Metoden bruges til at hente alle de beskeder der er oprettet for en borger. Af performancemæssige hensyn giver servicemetoden mulighed for kun at returnere hovedbeskeden uden de underliggende svar.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesRequest

GetMessagesRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

CPR nummer på den borgen beskeden omhandler.

-    ContextTypeIdentifier

CitizenMessageContextTypeIdentifierType

 

0 - 1

Kan benyttes til at filtrere beskederne på kontekst.

-    IncludeReplies

boolean

 

1

Kan sættes til true hvis svar på beskeder ønskes.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesResponse

GetMessagesResponseType

 

1

 

-    CitizenMessageCollection

CitizenMessageCollectionType

 

0 - 1

Liste af beskeder

-    -    CitizenMessage

CitizenMessageType

 

0 - *

 

-    -    -    CitizenMessageIdentifier

guid
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}

1

Unik ID for meddelelsen

-    -    -    ContextTypeIdentifier

CitizenMessageContextTypeIdentifierType

 

1

Kodelisteværdi der fortæller den kontekst meddelelsen er blevet oprettet under

-    -    -    CreatedByUser

CitizenMessageUserType

 

1

Indeholder informationer om den person som er ophavsmand til meddelelsen

-    -    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    -    Title

string

 

0 - 1

Titlen på dialogen

-    -    -    Text

string

 

1

Tekst dialogen skal indeholde

-    -    -    MessageRecipient

CitizenMessageRecipientType

 

0 - 1

Indeholder den myndighed der skal indgå i meddelelsen og stå som modtager.

-    -    -    -    OrganisationTypeIdentifier

int

 

1

Organisationstype.

-    -    -    -    OrganisationCode

string

 

1

Organisationskode.

-    -    -    CitizenMessageChannelTypeIdentifier

CitizenMessageChannelTypeIdentifierType

 

1

Angiver om meddelelsen er en SMS, MAIL, notifikation på Jobnet eller en trådbaseret meddelelse

-    -    -    CitizenMessageResponseTypeIdentifier

CitizenMessageResponseTypeIdentifierType

 

1

Angiver om borger eller sagsbehandler må besvare på de beskeder der indgår i tråden.

-    -    -    MessageReplyCollection

CitizenMessageReplyCollectionType

 

0 - 1

Indeholder en liste over alle de retursvar der er oprettet til denne dialog

-    -    -    -    CitizenMessageReply

CitizenMessageReplyType

 

0 - *

 

-    -    -    -    -    MessageReplyIdentifier

guid
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}

1

 

-    -    -    -    -    CreatedByUser

CitizenMessageUserType

 

1

Indeholder informationer om den person der har svaret på beskeden

-    -    -    -    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    -    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    -    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    -    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    -    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    -    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    -    -    -    Text

string

 

1

Tekst retursvar indeholder

-    -    -    -    -    CreatedDate

dateTime

 

1

 

-    -    -    -    -    StatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

 

-    -    -    -    -    MessageDocumentCollection

MessageDocumentCollectionType

 

0 - 1

 

-    -    -    -    -    -    MessageDocument

MessageDocumentType

 

0 - *

 

-    -    -    -    -    -    -    DocumentID

guid
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

Entydig nøgle

-    -    -    -    -    -    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    -    -    -    -    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    -    -    -    -    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    -    -    -    -    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

-    -    -    -    -    CitizenMessageMarkCollection

CitizenMessageMarkCollectionType

 

1

Kollektion af markeringer for visning og læsning

-    -    -    -    -    -    CitizenMessageMark

CitizenMessageMarkType

 

0 - *

 

-    -    -    -    -    -    -    MarkMessageIdentifier

MarkMessageIdentifierType

 

1

Benyttes til at angive attributter i forbindelse med visning, læsning m.v. for en besked.

-    -    -    -    -    -    -    EventDate

dateTime

 

1

Dato for hvornår handlingen blev udført.

-    -    -    -    -    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Berigtigelseskommentar

-    -    -    CitizenStatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

Kodeliste der indikerer om dialogen er aktiv, lukket, fejloprettet

-    -    -    CreatedDate

dateTime

 

1

Dato og tid for hvornår dialogen er blevet oprettet

-    -    -    ShowInMessagebox

boolean

 

1

 

-    -    -    MessageVisibleFromDate

dateTime

 

0 - 1

 

-    -    -    MessageVisibleToDate

dateTime

 

0 - 1

 

-    -    -    MessageLatestReply

dateTime

 

0 - 1

 

-    -    -    MessageImportantIdentifier

MessageImportantIdentifierType

 

1

 

-    -    -    MessageDocumentCollection

MessageDocumentCollectionType

 

0 - 1

 

-    -    -    -    MessageDocument

MessageDocumentType

 

0 - *

 

-    -    -    -    -    DocumentID

guid
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

Entydig nøgle

-    -    -    -    -    DocumentTitle

DocumentTitleType
Base: string

Length: 1-260

1

Titel på dokumentet.

-    -    -    -    -    DocumentExtensionIdentifier

DocumentExtensionIdentifierType

 

1

Dokumenttype.

-    -    -    -    -    DocumentSchemaTypeIdentifier

DocumentSchemaTypeIdentifierType

 

0 - 1

 

-    -    -    -    -    DocumentData

base64Binary

 

0 - 1

Selve dokumentet indgår aldrig her, men kan hentes med metoden GetCitizenMessageDocument.

-    -    -    CitizenMessageMarkCollection

CitizenMessageMarkCollectionType

 

1

 

-    -    -    -    CitizenMessageMark

CitizenMessageMarkType

 

0 - *

 

-    -    -    -    -    MarkMessageIdentifier

MarkMessageIdentifierType

 

1

Benyttes til at angive attributter i forbindelse med visning, læsning m.v. for en besked.

-    -    -    -    -    EventDate

dateTime

 

1

Dato for hvornår handlingen blev udført.

-    -    -    CitizenMessageTagCollection

CitizenMessageTagCollectionType

 

1

 

-    -    -    -    CitizenMessageTag

CitizenMessageTagType

 

0 - *

 

-    -    -    -    -    CreatedByUser

CitizenMessageUserType

 

1

 

-    -    -    -    -    -    UserTypeIdentifier

CitizenMessageUserTypeIdentifierType

 

1

Angiver om user enten er borger eller sagsbehandler

-    -    -    -    -    -    UserIdentifier

string

 

1

Unik identifikator for pågældende User. Hvis Usertyper er en borger skal identifikator være borgers CV nummer. Hvis Usertyper er en sagsbehandler skal identifikator være sagsbehandlerens RID

-    -    -    -    -    -    FullName

string

 

1

Sagsbehandlers eller borgerens fulde navn .

-    -    -    -    -    -    Company

CitizenMessageCompanyType

 

0 - 1

Angiver virksomhedsinformation

-    -    -    -    -    -    -    CompanyIdentifier

CompanyIdentifierType

 

1

Angiver CVR og P-nummer

-    -    -    -    -    -    -    -    ProductionUnitIdentifier

ProductionUnitIdentifierType
Base: string

Length: 10

0 - 1

En P-enhed får tildelt et entydigt identifikationsnummer, et P-nummer, som er et 10-cifret nummer. Et P-nummer vil altid være tilknyttet et CVR-nummer.

-    -    -    -    -    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

1

CVR-nummeret er et 8-cifret nummer, der er unikt for den enkelte virksomhed.

-    -    -    -    -    -    -    CompanyContactIdentifier

guid
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}

1

Identifikation af kontaktperson hos virksomhed (arbejdsgiver)

-    -    -    -    -    -    OrganisationTypeIdentifier

OrganisationTypeIdentifierType

 

1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationstypen - Jobcenter eller A-kasse

-    -    -    -    -    -    OrganisationCode

string

 

0 - 1

Kun relevant hvis UserTypeIdentifier er lig sagsbehandler. Angivelse af organisationskode for Jobcenter eller A-kasse.

-    -    -    -    -    CitizenMessageTag

string

 

1

 

-    -    -    -    -    EventDate

dateTime

 

1

 

-    -    -    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Berigtigelseskommentar

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

4857

Citizen belongs to different unemployment fund

Citizen belongs to different unemployment fund

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

8138

The submitted CitizenMessageContextTypeIdentifier is invalid

The submitted CitizenMessageContextTypeIdentifier is invalid

SetMessageStatus

Metoden bruges til at angive om en besked er afsluttet eller fejlagtigt oprettet. Denne servicemetode kan kun anvendes hvis CitizenMessageChannelTypeIdentifierType = 4 "Myndighed til Myndighed"

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

SetMessageStatusRequest

SetMessageStatusRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

CPR nummer på den borgen beskeden omhandler.

-    CitizenMessageIdentifier

guid
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}

1

Id på den besked der ønskes ændret status.

-    CitizenMessageStatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

 

-    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Kommentar til fejloprettet

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

SetMessageStatusResponse

SetMessageStatusResponseType

 

1

 

-    ServiceReceipt

ServiceReceiptType

 

1

Servicekvittering

-    -    MessageIdentifier

guid
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}

1

Unik identifikation af transaktion eller registrering

-    -    EventDate

dateTime

 

1

Tidspunkt for transaktionen eller registreing

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

4013

Unknown Client Destination

Unknown Client Destination

4857

Citizen belongs to different unemployment fund

Citizen belongs to different unemployment fund

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

8044

Education plan type is not allowed for citizen above age 30

Education plan type is not allowed for citizen above age 30

8060

Operation is not allowed when citizen has no active contact group

Operation is not allowed when citizen has no active contact group

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

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

8074

Education plan type is not allowed for citizen above age 25

Education plan type is not allowed for citizen above age 25

8140

The submitted CitizenMessageStatusTypeIdentifier is invalid

The submitted CitizenMessageStatusTypeIdentifier is invalid

8144

The requested message could not be found

The requested message could not be found

8156

The reply has to be created by either the sending or receiving organization

The reply has to be created by either the sending or receiving organization

8160

Status kan kun skiftes, hvis status er Aktiv

Status kan kun skiftes, hvis status er Aktiv

8196

It is only possible to change status if the message channel is M2M or jobnet beskedbakke

It is only possible to change status if the message channel is M2M or jobnet beskedbakke

8300

Correction comment required for messages with status fejloprettet

Correction comment required for messages with status fejloprettet

SetMessageReplyStatus

Denne metode anvendes til at markere at et svar er blevet fejlagtigt oprettet.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

SetMessageReplyStatusRequest

SetMessageReplyStatusRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

CPR nummer på den borger beskeden omhandler.

-    CitizenMessageIdentifier

guid
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}

1

Id på den besked der ønskes ændret status.

-    CitizenMessageReplyIdentifier

guid
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}

1

Id på det svar der ønskes ændret status.

-    CitizenMessageStatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

 

-    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

0 - 1

Berigtigelseskommentar

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

SetMessageReplyStatusResponse

SetMessageReplyStatusResponseType

 

1

 

-    ServiceReceipt

ServiceReceiptType

 

1

Servicekvittering

-    -    MessageIdentifier

guid
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}

1

Unik identifikation af transaktion eller registrering

-    -    EventDate

dateTime

 

1

Tidspunkt for transaktionen eller registreing

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

4013

Unknown Client Destination

Unknown Client Destination

4857

Citizen belongs to different unemployment fund

Citizen belongs to different unemployment fund

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

8044

Education plan type is not allowed for citizen above age 30

Education plan type is not allowed for citizen above age 30

8060

Operation is not allowed when citizen has no active contact group

Operation is not allowed when citizen has no active contact group

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

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

8074

Education plan type is not allowed for citizen above age 25

Education plan type is not allowed for citizen above age 25

8140

The submitted CitizenMessageStatusTypeIdentifier is invalid

The submitted CitizenMessageStatusTypeIdentifier is invalid

8144

The requested message could not be found

The requested message could not be found

8160

Status kan kun skiftes, hvis status er Aktiv

Status kan kun skiftes, hvis status er Aktiv

8162

The requested change in status is not allowed

The requested change in status is not allowed

8163

The status of the reply is required to be active to allow status change

The status of the reply is required to be active to allow status change

8164

The requested reply could not be found

The requested reply could not be found

8211

You are not allowed to Update this messagereply since you did not create it

You are not allowed to Update this messagereply since you did not create it

8300

Correction comment required for messages with status fejloprettet

Correction comment required for messages with status fejloprettet

MarkMessage

Metoden bruges til at angive at borgeren, i regi af Jobnet, har fået vist eller har læst beskeden. Metoden anvendes også til at angive at borgeren, i regi af Jobnet, har læst et svar.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

MarkMessageRequest

MarkMessageRequestType

 

1

 

-    CitizenMessageIdentifier

guid
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}

1

Id på den besked der ønskes markeret. Eventuelle svar, uden en markering, markeres også

-    MarkMessageIdentifier

MarkMessageIdentifierType

 

1

Angivelse af om en sagsbehandler har læst besked

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

MarkMessageResponse

MarkMessageResponseType

 

1

 

-    ServiceReceipt

ServiceReceiptType

 

1

Servicekvittering

-    -    MessageIdentifier

guid
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}

1

Unik identifikation af transaktion eller registrering

-    -    EventDate

dateTime

 

1

Tidspunkt for transaktionen eller registreing

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

8044

Education plan type is not allowed for citizen above age 30

Education plan type is not allowed for citizen above age 30

8060

Operation is not allowed when citizen has no active contact group

Operation is not allowed when citizen has no active contact group

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

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

8074

Education plan type is not allowed for citizen above age 25

Education plan type is not allowed for citizen above age 25

8144

The requested message could not be found

The requested message could not be found

9006

The specified MarkMessageIdentifier is not valid

The specified MarkMessageIdentifier is not valid

9007

An archived message cannot be marked

An archived message cannot be marked

GetCitizenMessageDocument

Henter et dokument.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetCitizenMessageDocumentRequest

GetCitizenMessageDocumentRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})|0000000000

1

Borgers personnummer.

-    CitizenMessageDocumentIdentifier

guid
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}

1

ID på dokument.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetCitizenMessageDocumentResponse

GetCitizenMessageDocumentResponseType

 

1

 

-    CitizenMessageDocument

base64Binary

 

1

 

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1001

Invalid cpr

The submitted cpr is either to long or short or contains data not interpretable as a date

1010

Unknown cpr

The submitted cpr is unknown to the system

4575

You are not authorized

You are not authorized to execute the operation

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

8103

The Document does not exist.

The Document does not exist.