PhoneLinkContactDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Contacts/PhoneLinkContactDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | Link id | int |
phoneContactId | number | да | Phone 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? |
phoneContact | PhoneContactDto | null | нет | Phone contact | PhoneContactDto? |
Пример
json
{
"id": 0,
"phoneContactId": 0,
"clientId": 0,
"workerId": 0,
"partnerId": 0,
"userId": 0,
"ownerType": "<OwnerTypeDto>",
"relationType": "<RelationTypeDto>",
"client": "<clientdto>",
"worker": "<workerdto>",
"partner": "<partnerdto>",
"phoneContact": "<phonecontactdto>"
}