POST api/v2/privacypolicies
Request
URI Parameters
Body Parameters
PrivacyPoliciesNew| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer | ||
| PrivacyPolicyConsent | boolean | ||
| AuthCookieConsent | boolean | ||
| SecurityCookieConsent | boolean | ||
| SearchCookieConsent | boolean | ||
| ThirdCookieConsent | boolean | ||
| AdvertisingCookieConsent | boolean |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"PrivacyPolicyConsent": true,
"AuthCookieConsent": true,
"SecurityCookieConsent": true,
"SearchCookieConsent": true,
"ThirdCookieConsent": true,
"AdvertisingCookieConsent": true
}
text/html
Sample:
{"UserId":1,"PrivacyPolicyConsent":true,"AuthCookieConsent":true,"SecurityCookieConsent":true,"SearchCookieConsent":true,"ThirdCookieConsent":true,"AdvertisingCookieConsent":true}