Skip to main content

IdentityOptinDto

A WEB opt-in / consent entry. SOAP equivalent: ACPO_IdentityOptin.

propertyIdinteger<int32>required

Property identifier (SOAP: ID_Property).

labelstringnullable

Display label.

dataTypestringnullable

Property data type.

valueBooleanbooleanrequired

Whether the opt-in is selected.

IdentityOptinDto
{
"propertyId": 0,
"label": "string",
"dataType": "string",
"valueBoolean": true
}