POST api/Services/SendEmail

Request Information

URI Parameters

None.

Body Parameters

EmailRequestDTO
NameDescriptionTypeAdditional information
ToAddress

Collection of string

None.

BCCAddress

Collection of string

None.

CCAddress

Collection of string

None.

EmailSubject

string

None.

EmailBody

string

None.

IsHTmlContent

boolean

None.

AttachmentStream

Collection of byte

None.

FileName

string

None.

FromUserId

integer

None.

ToUserId

integer

None.

ToUserIds

Collection of integer

None.

AdditionalInfo

string

None.

EmailTypeId

integer

None.

MailFrom

string

None.

EmailStatusId

integer

None.

ReferenceId

integer

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true