EmailLinkContactDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Contacts/EmailLinkContactDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | Link id | int |
emailContactId | number | да | Email contact id | int |
clientId | number | null | нет | Client id | int? |
workerId | number | null | нет | Worker id | int? |
partnerId | number | null | нет | Partner id | int? |
userId | number | null | нет | User id | int? |
ownerType | OwnerTypeDto | да | Owner type | OwnerTypeDto |
relationType | RelationTypeDto | да | Relation type | RelationTypeDto |
client | ClientDto | null | нет | Client | ClientDto? |
worker | WorkerDto | null | нет | Worker | WorkerDto? |
partner | PartnerDto | null | нет | Partner | PartnerDto? |
emailContact | EmailContactDto | null | нет | Email contact | EmailContactDto? |
Пример
json
{
"id": 0,
"emailContactId": 0,
"clientId": 0,
"workerId": 0,
"partnerId": 0,
"userId": 0,
"ownerType": "<OwnerTypeDto>",
"relationType": "<RelationTypeDto>",
"client": "<clientdto>",
"worker": "<workerdto>",
"partner": "<partnerdto>",
"emailContact": "<emailcontactdto>"
}