Skip to content

CreateEmailLinkRequestDto

← Contact DTO

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

Поля

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

Пример

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