CreateEmailLinkRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/LinkContact/Request/CreateEmailLinkRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
ownerId | number | да | — | int |
ownerType | OwnerTypeDto | да | — | OwnerTypeDto |
emailContactId | number | да | — | int |
relation | RelationTypeDto | да | — | RelationTypeDto |
Пример
json
{
"ownerId": 0,
"ownerType": "<OwnerTypeDto>",
"emailContactId": 0,
"relation": "<RelationTypeDto>"
}