Skip to content

UpdateEmailLinkRequestDto

← Contact DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
clientIdnumber | nullнетint?
workerIdnumber | nullнетint?
partnerIdnumber | nullнетint?
userIdnumber | nullнетint?
ownerTypeOwnerTypeDtoдаOwnerTypeDto
emailContactIdnumberдаint
relationRelationTypeDtoдаRelationTypeDto

Пример

json
{
  "id": 0,
  "clientId": 0,
  "workerId": 0,
  "partnerId": 0,
  "userId": 0,
  "ownerType": "<OwnerTypeDto>",
  "emailContactId": 0,
  "relation": "<RelationTypeDto>"
}