Skip to main content

Legal Service User Marketing Information Events 0.1.0 documentation

Table of Contents

Operations

PUB userMarketingInformation Operation

Message userMarketingPreferenceUpdated

message is sent when the accepted policy type is Marketing Preference

Payload
NameTypeDescriptionValueConstraintsNotes
(root)object allOf---additional properties are allowed
payloadobject---additional properties are allowed
payload.subscribedbooleana flag indicates whether user accepted this policy---
payload.userIdstringuser id---
0 (allOf item)object---additional properties are allowed
idstring----
versioninteger----
namestring----
namespacestring----
parentNamespacestring----
timestampstring--format (date-time)-
clientIdstring----
userIdstring----
traceIdstring----
sessionIdstring----

Examples of payload (generated)

{
"payload": {
"subscribed": true,
"userId": "string"
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}