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>90c01ce6-ac36-4d7f-a1c9-3cf942a09d6e</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>72b9f78d-efa6-4e2f-b05b-40ca1df478c8</POAId> <Subscribed>true</Subscribed> </PresenteePartySubscriptionResponse>