POST api/serviceTicket/sendServiceTicketNoteEmails
Request Information
URI Parameters
None.
Body Parameters
SendEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceTicketId | globally unique identifier |
None. |
|
| ServiceTicketNoteId | globally unique identifier |
None. |
|
| IsNew | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"serviceTicketId": "298b709a-62a5-410f-b6e6-caeec39bd852",
"serviceTicketNoteId": "a70d577f-aced-41b4-b028-e38bd6d376a7",
"isNew": true
}
application/xml, text/xml
Sample:
<SendEmailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TAM.WebApi.Controllers.api"> <IsNew>true</IsNew> <ServiceTicketId>298b709a-62a5-410f-b6e6-caeec39bd852</ServiceTicketId> <ServiceTicketNoteId>a70d577f-aced-41b4-b028-e38bd6d376a7</ServiceTicketNoteId> </SendEmailModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.