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

Both sides previous revisionPrevious revision
Next revision
Previous revision
fmk:ddv:extensions:getnotificationunsubscription [2019-01-09 10:50] 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 hente eksplicit fravalg af påmindelser om vaccinationer for en borger.+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 forespøres på, samt et element der angiver et fravalg, samt Creator af fravalget, hvis et fravalg eksisterer.+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 ==
Line 10: Line 10:
 <e1:GetNotificationUnsubscriptionRequest> <e1:GetNotificationUnsubscriptionRequest>
     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
 +    <e1:IncludeRecipients/>
 </e1:GetNotificationUnsubscriptionRequest> </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>
Line 20: Line 22:
     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>     <cpr:PersonCivilRegistrationIdentifier>1111111118</cpr:PersonCivilRegistrationIdentifier>
     <e1:Unsubscription>     <e1:Unsubscription>
-        <ddv:Created> .. </ddv:Created>+        <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:Unsubscription>
 </e1:GetNotificationUnsubscriptionResponse> </e1:GetNotificationUnsubscriptionResponse>
fmk/ddv/extensions/getnotificationunsubscription.1547031046.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki