User Tools

Site Tools


fmk:ddv:extensions:getnotificationunsubscription

Differences

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

Link to this comparison view

Next revision
Previous revision
fmk:ddv:extensions:getnotificationunsubscription [2019-01-09 10:45] – created nigfmk:ddv:extensions:getnotificationunsubscription [2026-03-06 08:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ==== GetNotificationUnsubscription ==== ==== GetNotificationUnsubscription ====
  
-Denne service gør det muligtat eksplicit fravælge påmindelser om vaccinationer.+Denne service gør det muligt at hente eksplicit fravalg af påmindelser om vaccinationer for en borger. Optionelt kan der forespørges på fravalg der gælder andre modtagere end blot borgeren selv.
  
-Servicen returnerer CPR-nummer på den person, som påmindelser er blevet fravalgt for.+Servicen returnerer CPR-nummer på den person, som forespøres på, samt et element der angiver et fravalg, samt Creator af fravalget.
  
 == Forespørgsel == == Forespørgsel ==
  
 <code xml> <code xml>
-<e1:CreateNotificationUnsubscriptionRequest>+<e1:GetNotificationUnsubscriptionRequest>
     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
-    <ddv:Created> .. </ddv:Created+    <e1:IncludeRecipients/> 
-</e1:CreateNotificationUnsubscriptionRequest>+</e1:GetNotificationUnsubscriptionRequest>
 </code> </code>
  
 == Svar == == Svar ==
 +
 +Her returneres fravalg der gælder påmindelser om 1111111118 til de to modtagere 1412122323 samt 1112781212.
  
 <code xml> <code xml>
-<e1:CreateNotificationUnsubscriptionResponse>+<e1:GetNotificationUnsubscriptionResponse>
     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
-</e1:CreateNotificationUnsubscriptionResponse>+    <e1:Unsubscription> 
 +        <ddv140:Created> .. </ddv140:Created> 
 +        <e1:RecipientPersonIdentifier>1412122323</e1:RecipientPersonIdentifier> 
 +    </e1:Unsubscription> 
 +    <e1:Unsubscription> 
 +        <ddv140:Created> .. </ddv140:Created> 
 +        <e1:RecipientPersonIdentifier>1112781212</e1:RecipientPersonIdentifier> 
 +    </e1:Unsubscription> 
 +</e1:GetNotificationUnsubscriptionResponse>
 </code> </code>
  
fmk/ddv/extensions/getnotificationunsubscription.1547030718.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki