User Tools

Site Tools


fmk:ddv:extensions:createnotificationunsubscription

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fmk:ddv:extensions:createnotificationunsubscription [2019-01-09 10:32] nigfmk:ddv:extensions:createnotificationunsubscription [2026-03-06 08:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ==== CreateNotificationUnsubscription ==== ==== CreateNotificationUnsubscription ====
  
 +Denne service gør det muligt, at eksplicit fravælge påmindelser om vaccinationer.
  
 +Servicen returnerer CPR-nummer på den person, som påmindelser er blevet fravalgt for. I eksemplet nedenfor angives det at der for personen 1111111118 ikke ønskes påmindelser sendt til modtageren 1234123456. Der kunne være tale om at moderen 1234123456 ikke ønsker påmindelser om barnet 1111111118.
 +
 +Angives der ingen modtager gælder fravalget påmindelser hvor personen selv er modtager.
 +
 +== Forespørgsel ==
 +
 +<code xml>
 +<e1:CreateNotificationUnsubscriptionRequest>
 +    <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
 +    <cpr:RecipientPersonIdentifier>1234123456</cpr:RecipientPersonIdentifier>
 +    <ddv:Created> .. </ddv:Created>
 +</e1:CreateNotificationUnsubscriptionRequest>
 +</code>
 +
 +== Svar ==
 +
 +<code xml>
 +<e1:CreateNotificationUnsubscriptionResponse>
 +    <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
 +    <cpr:RecipientPersonIdentifier>1234123456</cpr:RecipientPersonIdentifier>
 +</e1:CreateNotificationUnsubscriptionResponse>
 +</code>
 +
 +
 +== Fejl ==
 +
 +  * PersonWithCprNotFound(4000, "Person med CPR-nr. {0} kunne ikke findes!", CLIENT)
fmk/ddv/extensions/createnotificationunsubscription.1547029971.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki