GET api/{database}/MailTemplate/{id}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
id No Documentation Found.

Define this parameter in the request URI.

$expand MailLanguageTemplates

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "messages": [],
  "bcc": "sample string 1",
  "canChange": true,
  "cannotChangeReason": "sample string 3",
  "cc": "sample string 4",
  "documentType": 0,
  "mailLanguageTemplates": null,
  "mailTemplateId": "eb09a72a-cde5-475e-8cc4-3aaf4bbb5838",
  "name": "sample string 6",
  "serialNumber": 7,
  "to": "sample string 8"
}

application/xml, text/xml

Sample:
<MailTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit">
  <BCC>sample string 1</BCC>
  <CC>sample string 4</CC>
  <CanChange>true</CanChange>
  <CannotChangeReason>sample string 3</CannotChangeReason>
  <DocumentType>PurchaseOrder</DocumentType>
  <MailLanguageTemplates xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
  <MailTemplateId>eb09a72a-cde5-475e-8cc4-3aaf4bbb5838</MailTemplateId>
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
  <Name>sample string 6</Name>
  <SerialNumber>7</SerialNumber>
  <To>sample string 8</To>
</MailTemplate>