GET api/{database}/MailTemplateList

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
$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": "78d9a491-56f8-4ea4-a628-a446d32af8d2",
    "name": "sample string 6",
    "to": "sample string 7"
  },
  {
    "messages": [],
    "bcc": "sample string 1",
    "canChange": true,
    "cannotChangeReason": "sample string 3",
    "cc": "sample string 4",
    "documentType": 0,
    "mailLanguageTemplates": null,
    "mailTemplateId": "78d9a491-56f8-4ea4-a628-a446d32af8d2",
    "name": "sample string 6",
    "to": "sample string 7"
  },
  {
    "messages": [],
    "bcc": "sample string 1",
    "canChange": true,
    "cannotChangeReason": "sample string 3",
    "cc": "sample string 4",
    "documentType": 0,
    "mailLanguageTemplates": null,
    "mailTemplateId": "78d9a491-56f8-4ea4-a628-a446d32af8d2",
    "name": "sample string 6",
    "to": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMailTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit">
  <MailTemplate>
    <BCC>sample string 1</BCC>
    <CC>sample string 4</CC>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 3</CannotChangeReason>
    <DocumentType>PurchaseOrder</DocumentType>
    <MailLanguageTemplates xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
    <MailTemplateId>78d9a491-56f8-4ea4-a628-a446d32af8d2</MailTemplateId>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <Name>sample string 6</Name>
    <To>sample string 7</To>
  </MailTemplate>
  <MailTemplate>
    <BCC>sample string 1</BCC>
    <CC>sample string 4</CC>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 3</CannotChangeReason>
    <DocumentType>PurchaseOrder</DocumentType>
    <MailLanguageTemplates xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
    <MailTemplateId>78d9a491-56f8-4ea4-a628-a446d32af8d2</MailTemplateId>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <Name>sample string 6</Name>
    <To>sample string 7</To>
  </MailTemplate>
  <MailTemplate>
    <BCC>sample string 1</BCC>
    <CC>sample string 4</CC>
    <CanChange>true</CanChange>
    <CannotChangeReason>sample string 3</CannotChangeReason>
    <DocumentType>PurchaseOrder</DocumentType>
    <MailLanguageTemplates xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
    <MailTemplateId>78d9a491-56f8-4ea4-a628-a446d32af8d2</MailTemplateId>
    <Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
    <Name>sample string 6</Name>
    <To>sample string 7</To>
  </MailTemplate>
</ArrayOfMailTemplate>