POST api/v2/PortalConfigs/PortalUserCookiesConsent
Request
URI Parameters
Body Parameters
PortalUserCookieConsent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| UserEmail | string | ||
| ConsentDate | date | ||
| Essential | boolean | ||
| Analytics | boolean | ||
| Performance | boolean |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SId": 1,
"UserEmail": "sample string 2",
"ConsentDate": "2026-03-18T19:43:10.4843142Z",
"Essential": true,
"Analytics": true,
"Performance": true
}
text/html
Sample:
{"Id":1,"SId":1,"UserEmail":"sample string 2","ConsentDate":"2026-03-18T19:43:10.4843142Z","Essential":true,"Analytics":true,"Performance":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.