POST reports/SendEmailTicket
Request Information
URI Parameters
None.
Body Parameters
EmailWorkTicketDtoName | Description | Type | Additional information |
---|---|---|---|
From | string |
None. |
|
To | Collection of string |
None. |
|
Subject | string |
None. |
|
Cc | Collection of string |
None. |
|
MessageBody | string |
None. |
|
ShowNumber | integer |
None. |
|
ProjectId | integer |
None. |
|
ProjectAccountId | integer |
None. |
|
OrderNumber | integer |
None. |
|
IncludeAttachments | boolean |
None. |
|
TssWorkTicketNumbers | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "From": "sample string 1", "To": [ "sample string 1", "sample string 2" ], "Subject": "sample string 2", "Cc": [ "sample string 1", "sample string 2" ], "MessageBody": "sample string 3", "ShowNumber": 4, "ProjectId": 5, "ProjectAccountId": 6, "OrderNumber": 7, "IncludeAttachments": true, "TssWorkTicketNumbers": "sample string 9" }
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true