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