Skip to content

Latest commit

 

History

History
46 lines (18 loc) · 810 Bytes

File metadata and controls

46 lines (18 loc) · 810 Bytes

HyperstackApi.RecordConsentRequest

Properties

Name Type Description Notes
action String
consentMethod String [optional] [default to 'web_checkbox']
consentType String
consentVersion String Version identifier. Defaults to the current version for the consent type [optional]
metadata Object Consent-type-specific metadata [optional]

Enum: ActionEnum

  • granted (value: "granted")

  • revoked (value: "revoked")

Enum: ConsentMethodEnum

  • web_checkbox (value: "web_checkbox")

  • api (value: "api")

  • admin_override (value: "admin_override")

Enum: ConsentTypeEnum

  • auto_top_up (value: "auto_top_up")