PhoneContactDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Contacts/PhoneContactDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
phoneNumber | string | да | — | string |
linkPhoneContacts | PhoneLinkContactDto[] | да | — | List<PhoneLinkContactDto> |
Пример
json
{
"id": 0,
"phoneNumber": "+49123456789",
"linkPhoneContacts": []
}