POST api/v1/PresenteeParty/UnsubscribeCustomer
Avsluta prenumerationen för samtliga gällande fullmakter för en given fullmaktsgivare.
Allowed Roles
- BKP
Request Information
Body Parameters
Förfrågan med person- eller organisationsnummer för fullmaktsgivaren.
UnsubscribeCustomerRequestName | Description | Type | Additional information |
---|---|---|---|
RegistrationNo |
Person- eller organisationsnummer för den fullmaktsgivare man vill avbryta prenumerationen på information om fullmakter. |
string |
None. |
Request Formats
application/xml, text/xml
Sample:
<UnsubscribeCustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <RegistrationNo>sample string 1</RegistrationNo> </UnsubscribeCustomerRequest>