Skip to content

PhoneContactDto

← Contact DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Contacts/PhoneContactDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
phoneNumberstringдаstring
linkPhoneContactsPhoneLinkContactDto[]даList<PhoneLinkContactDto>

Пример

json
{
  "id": 0,
  "phoneNumber": "+49123456789",
  "linkPhoneContacts": []
}