Hi
I'm wondering where in the WebAPI I can find these subscriptions for the GDPR page? I think they are added in the shipment type table? I did find them here though:
https://community.superoffice.com/documentation/sdk/SO.NetServer.Web.Services/html/Reference-MDOProviders-shipmenttype.htm
But is this the place you want us to retrieve them from? And what if they are changed or new ones are added, do you have a webhook to listen for these changes?
And I see that we are suppose to use these constants for updating consents on a person, 61A, 61B, 61F etc. These are global constants right? Though if a person withdraw consents, is this the correct way of doing it?
PUT /api/v1/person/{id}/consent/EMARKETING?source=API&legalBase=Withdrawn&comment=OurApp
There are no constant for Withdrawn?
Thanks for any replies!