OptInInfoDTO

JSON representation of a Opt-In.

Fields

Type
Name
Description
Optional
Default Value
String  
pk
The pk of the Opt-In.
false
 
String  
type
The pk of the Opt-In type.
false
 
String  
status
The pk of the Opt-In status.
false
 
String  
approval
The pk of the Opt-In approval.
true
 
String  
origin
The pk of the Opt-In origin.
true
 
String  
channel
The pk of the Opt-In channel.
true
 
String  
extRefNo
The reference to the Opt-In flow this Opt-In belongs to.
true
 

Example

{
	"pk" : "pk123",
	"type" : "C0INFOTYPE_MARKETRESEARCH",
	"status" : "C0OPTINSTATUS_CURRENT",
	"approval" : "Zus_C0Approval",
	"channel" : "M-C0OUTBCHANNEL",
	"origin" : "C0OPTINORIGIN_MAIL",
	"extRefNo" : "aabbccdd-1234-1234-1234-aabbccddeeff"
}