Skip to content

CreatePhoneLinkRequestDto

← Contact DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
ownerIdnumberдаint
ownerTypeOwnerTypeDtoдаOwnerTypeDto
phoneContactIdnumberдаint
relationRelationTypeDtoдаRelationTypeDto

Пример

json
{
  "ownerId": 0,
  "ownerType": "<OwnerTypeDto>",
  "phoneContactId": 0,
  "relation": "<RelationTypeDto>"
}