JobnetCitizenMessageService (Version 2, 2016-4)

Siden opdateres automatisk til at afspejle koden.

 

Metoder

CreateMessage

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.

-    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Cv kundenummer

-    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

 

-    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.

-    ArchiveMessage

boolean

 

1

 

-    MessageTag

string

 

0 - 1

 

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateMessageResponse

CreateMessageResponseType

 

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

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

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

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

CreateMessageReply

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.

-    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Cv kundenummer

-    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 - *

 

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

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

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.

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

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

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

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

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

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessageRequest

GetMessageRequestType

 

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

 

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

8144

The requested message could not be found

The requested message could not be found

GetMessagesCV

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesCVRequest

GetMessagesCVRequestType

 

1

 

-    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Borgerens jobnet id

-    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

-    UnreadOnly

boolean

 

1

Kan sættes til true hvis kun ulæste beskeder ønskes

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesCVResponse

GetMessagesCVResponseType

 

1

 

-    CitizenMessageCollection

CitizenMessageCollectionType

 

0 - 1

 

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

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

8138

The submitted CitizenMessageContextTypeIdentifier is invalid

The submitted CitizenMessageContextTypeIdentifier is invalid

GetMessagesCompany

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesCompanyRequest

GetMessagesCompanyRequestType

 

1

 

-    CitizenMessageCompany

CitizenMessageCompanyType

 

1

Arbejdsgiver

-    -    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)

-    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

-    UnreadOnly

boolean

 

1

Kan sættes til true hvis kun ulæste beskeder ønskes

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetMessagesCompanyResponse

GetMessagesCompanyResponseType

 

1

 

-    CompanyCitizenMessageCollection

CompanyCitizenMessageCollectionType

 

0 - 1

 

-    -    CompanyCitizenMessage

CompanyCitizenMessageType

 

0 - *

 

-    -    -    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Borgerens Jobnet id (CV-nummer)

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

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

8138

The submitted CitizenMessageContextTypeIdentifier is invalid

The submitted CitizenMessageContextTypeIdentifier is invalid

SetMessageReplyStatus

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

SetMessageReplyStatusRequest

SetMessageReplyStatusRequestType

 

1

 

-    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Cv kundenummer

-    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

 

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

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

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

8281

Occupation key does not exist

Occupation key does not exist

8282

Occupation key is out of date

Occupation key is out of date

8300

Correction comment required for messages with status fejloprettet

Correction comment required for messages with status fejloprettet

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

MarkMessage

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 borgeren hhv. arbejdsgiveren har fået vist eller 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

8281

Occupation key does not exist

Occupation key does not exist

8282

Occupation key is out of date

Occupation key is out of date

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

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

CreateHistoricMessage

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateHistoricMessageRequest

CreateHistoricMessageRequestType

 

1

 

-    CreateMessageRequestType

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.

-    -    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Cv kundenummer

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

 

-    -    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.

-    -    ArchiveMessage

boolean

 

1

 

-    -    MessageTag

string

 

0 - 1

 

-    EventDate

dateTime

 

1

Den oprindelige oprettelsesdato for beskeden

-    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

1

Kommentar til berigtigelse af en registrering

-    CitizenMessageStatusTypeIdentifier

CitizenMessageStatusTypeIdentifierType

 

1

Den status beskeden ønskes oprettet med

-    CitizenMessageMarkCollection

CitizenMessageMarkCollectionType

 

1

Eventuel dato for hvornår beskeden er læst

-    -    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.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateHistoricMessageResponse

CreateHistoricMessageResponseType

 

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

1013

Insufficient permissions

User has insufficient permissions to access this webservice

4400

CV Customer Number is unknown

The supplied CV Customer Number is unknown to the system

4502

Invalid organisationtype used

Invalid organisationtype used

4683

The CorrectionComment must contain content

The CorrectionComment must contain content

8137

The submitted CitizenMessageChannelTypeIdentifier is invalid

The submitted CitizenMessageChannelTypeIdentifier 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

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

9119

Eventdate later than today is not allowed for message

Eventdate later than today is not allowed for message

9120

Eventdate later than today is not allowed for mark message

Eventdate later than today is not allowed for mark message

CreateHistoricMessageReply

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateHistoricMessageReplyRequest

CreateHistoricMessageReplyRequestType

 

1

 

-    CreateMessageReplyRequestType

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.

-    -    CvCustomerIdentifier

CvCustomerIdentifierType
Base: string

Pattern: [0-9]{8}

1

Cv kundenummer

-    -    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 - *

 

-    -    -    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.

-    EventDate

dateTime

 

1

 

-    CorrectionComment

CorrectionCommentType
Base: string

Length: 0-1500

1

 

-    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.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

CreateHistoricMessageReplyResponse

CreateHistoricMessageReplyResponseType

 

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

4683

The CorrectionComment must contain content

The CorrectionComment must contain content

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

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

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

9119

Eventdate later than today is not allowed for message

Eventdate later than today is not allowed for message

9120

Eventdate later than today is not allowed for mark message

Eventdate later than today is not allowed for mark message