IdentityCommunicationDto
A communication mean of an identity. SOAP equivalent: ACPO_IdentityCommunication.
communicationIdinteger<int32>required
communicationTypeIdinteger<int32>required
communicationLabelIdinteger<int32>required
communicationLabelstringnullable
communicationValuestringnullable
isDefaultbooleanrequired
IdentityCommunicationDto
{
"communicationId": 0,
"communicationTypeId": 0,
"communicationLabelId": 0,
"communicationLabel": "string",
"communicationValue": "string",
"isDefault": true
}