POST api/serviceTicket/sendServiceTicketNoteEmails

Request Information

URI Parameters

None.

Body Parameters

SendEmailModel
NameDescriptionTypeAdditional information
ServiceTicketId

globally unique identifier

None.

ServiceTicketNoteId

globally unique identifier

None.

IsNew

boolean

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "serviceTicketId": "e11f4d03-1607-4b8a-948d-47303a309557",
  "serviceTicketNoteId": "cfee2cb5-8fd3-4f19-9cef-fd0cbf5473a9",
  "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>e11f4d03-1607-4b8a-948d-47303a309557</ServiceTicketId>
  <ServiceTicketNoteId>cfee2cb5-8fd3-4f19-9cef-fd0cbf5473a9</ServiceTicketNoteId>
</SendEmailModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.