POST api/v1/PresenteeParty/ManageSubscription
Uppdatera prenumerationsstatus för en specifik fullmakt.
Allowed Roles
- BKP
Request Information
Body Parameters
Förfrågan med fullmaktens id och prenumerationsstatus.
PresenteePartySubscriptionRequestName | Description | Type | Additional information |
---|---|---|---|
POAId |
UniqueId för fullmakt. |
globally unique identifier |
None. |
IsSubscribed |
Flagga för start eller avsluta prenumeration. |
boolean |
None. |
Request Formats
application/xml, text/xml
Sample:
<PresenteePartySubscriptionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>681cdf45-56e4-4b6f-90b3-3f2b64dcf659</POAId> <IsSubscribed>true</IsSubscribed> </PresenteePartySubscriptionRequest>
Response Information
Resource Description
PresenteePartySubscriptionResponseName | Description | Type | Additional information |
---|---|---|---|
POAId |
Id för fullmakts som uppdaterats. |
globally unique identifier |
Required |
Subscribed |
Det uppdaterade värdet av Subscribed. |
boolean |
Required |
Response Formats
application/xml, text/xml
Sample:
<PresenteePartySubscriptionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>e70c2787-2d4c-4556-962e-f31094302b8d</POAId> <Subscribed>true</Subscribed> </PresenteePartySubscriptionResponse>