POST api/Policy/UpdateUserConsentForSinglePolicy
Request Information
URI Parameters
None.
Body Parameters
SearchSinglePolicyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyId | integer |
None. |
|
| SiteCode | string |
None. |
|
| HasConsent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyId": 1,
"SiteCode": "sample string 2",
"HasConsent": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true