POST api/v2/works/SendMessageByTask/{entityId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId | integer |
Required |
Body Parameters
SendTaskMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| From | EmailRule | ||
| To | Collection of EmailRule | ||
| Cc | Collection of EmailRule | ||
| Cco | Collection of EmailRule | ||
| MessageTypeId | integer | ||
| Subject | string | ||
| Urgent | boolean | ||
| Send | boolean | ||
| EmailBody | EmailFileRule | ||
| Attachments | Collection of EmailFileRule |