ContactOptInInfo

Additional info when this opt in is set.

Fields

FieldDescription
ip
string 
(required)

The ip address from which the opt in is set.

Example value:"127.0.0.1"
method
string 
(required)

The method by which the status is set

Example value:"backoffice"
remarks
string 
(required)

Explanation of why the status was set.

Example value:"Customer asked to set the status to YES."
userid
int 
(required)

ID of the user that has set this opt in.

Example value:1001

Example

1{
2    "ip": "127.0.0.1",
3    "method": "backoffice",
4    "remarks": "Customer asked to set the status to YES.",
5    "userid": 1001
6}