Skip to content

ComposeEmailRequestDto

← Email DTO

Поля

ПолеТипОбязательноеОписание
titlestringда
textstringда
emailstringда
messageIdstring | nullнет
emailContactIdnumber | nullнет
attachmentsComposeEmailAttachmentRefDto[]да

Пример

json
{
  "title": "string",
  "text": "string",
  "email": "user@example.com",
  "messageId": "uuid",
  "emailContactId": 0,
  "attachments": []
}